|
IGSTK
|
This class represents an oblique image object. More...
#include <igstkImageResliceObjectRepresentation.h>


Public Types | |
| typedef ImageSpatialObjectType::PointType | PointType |
| typedef ReslicerPlaneSpatialObject | ReslicerPlaneType |
| typedef ReslicerPlaneType::Pointer | ReslicerPlanePointerType |
| typedef ReslicerPlaneType::VectorType | VectorType |
Public Member Functions | |
| Pointer | Copy () const |
| Return a copy of the current object representation. | |
| void | RequestSetReslicePlaneSpatialObject (const ReslicerPlaneType *planeSpatialObject) |
| void | RequestSetImageSpatialObject (const ImageSpatialObjectType *ImageSpatialObject) |
| Connect this representation class to the spatial object. | |
| void | SetWindowLevel (double window, double level) |
| Set the window level of the resliced image plane. | |
| void | SetFrameColor (ColorScalarType r, ColorScalarType g, ColorScalarType b) |
| Set the color of the frame around the resliced image plane. | |
| void | SetRestrictPlaneToVolume (int value) |
| Restrict the resulting resliced image to the image volume. | |
| void | SetTextureInterpolate (int value) |
| Set the texture interpolation type internally used in vtkTexture. | |
| void | SetResliceInterpolate (int value) |
| Set the reslice interpolation type internally used in vtkImageReslice. | |
| virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
| Print the object information in a stream. | |
Public Attributes | |
| igstkStandardTemplatedClassTraitsMacro(ImageResliceObjectRepresentation, ObjectRepresentation) public typedef ImageSpatialObjectType::ConstPointer | ImageSpatialObjectConstPointer |
| Macro with standard traits declarations. | |
Protected Member Functions | |
| ImageResliceObjectRepresentation () | |
| Constructor. | |
| ~ImageResliceObjectRepresentation () | |
| Destructor. | |
| void | DeleteActors () |
| Overloaded function to delete actors. | |
| void | CreateActors () |
| Create the VTK actors for displaying geometry. | |
| ColorScalarType | GetFrameRed () const |
| Get each frame color component. | |
| ColorScalarType | GetFrameGreen () const |
| ColorScalarType | GetFrameBlue () const |
| virtual bool | VerifyTimeStamp () const |
| Verify time stamp. | |
This class represents an oblique image object.
Definition at line 55 of file igstkImageResliceObjectRepresentation.h.
| typedef ImageSpatialObjectType::PointType igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::PointType |
Definition at line 71 of file igstkImageResliceObjectRepresentation.h.
| typedef ReslicerPlaneSpatialObject igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::ReslicerPlaneType |
Definition at line 73 of file igstkImageResliceObjectRepresentation.h.
| typedef ReslicerPlaneType::Pointer igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::ReslicerPlanePointerType |
Definition at line 75 of file igstkImageResliceObjectRepresentation.h.
| typedef ReslicerPlaneType::VectorType igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::VectorType |
Definition at line 77 of file igstkImageResliceObjectRepresentation.h.
| igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::ImageResliceObjectRepresentation | ( | ) | [protected] |
Constructor.
| igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::~ImageResliceObjectRepresentation | ( | ) | [protected] |
Destructor.
| Pointer igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::Copy | ( | ) | const |
Return a copy of the current object representation.
| void igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::RequestSetReslicePlaneSpatialObject | ( | const ReslicerPlaneType * | planeSpatialObject | ) |
| void igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::RequestSetImageSpatialObject | ( | const ImageSpatialObjectType * | ImageSpatialObject | ) |
Connect this representation class to the spatial object.
| void igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::SetWindowLevel | ( | double | window, |
| double | level | ||
| ) |
Set the window level of the resliced image plane.
| void igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::SetFrameColor | ( | ColorScalarType | r, |
| ColorScalarType | g, | ||
| ColorScalarType | b | ||
| ) |
Set the color of the frame around the resliced image plane.
| void igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::SetRestrictPlaneToVolume | ( | int | value | ) |
Restrict the resulting resliced image to the image volume.
| void igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::SetTextureInterpolate | ( | int | value | ) |
Set the texture interpolation type internally used in vtkTexture.
| void igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::SetResliceInterpolate | ( | int | value | ) |
Set the reslice interpolation type internally used in vtkImageReslice.
VTK_NEAREST_RESLICE 0 (default) VTK_LINEAR_RESLICE 1, VTK_CUBIC_RESLICE 2
| virtual void igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::PrintSelf | ( | std::ostream & | os, |
| itk::Indent | indent | ||
| ) | const [virtual] |
Print the object information in a stream.
Reimplemented from igstk::ObjectRepresentation.
| void igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::DeleteActors | ( | ) | [protected, virtual] |
Overloaded function to delete actors.
Reimplemented from igstk::ObjectRepresentation.
| void igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::CreateActors | ( | ) | [protected, virtual] |
Create the VTK actors for displaying geometry.
Implements igstk::ObjectRepresentation.
| ColorScalarType igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::GetFrameRed | ( | ) | const [protected] |
Get each frame color component.
| ColorScalarType igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::GetFrameGreen | ( | ) | const [protected] |
| ColorScalarType igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::GetFrameBlue | ( | ) | const [protected] |
| virtual bool igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::VerifyTimeStamp | ( | ) | const [protected, virtual] |
Verify time stamp.
Use the reslicing tool transform to verify the time stamp
Reimplemented from igstk::ObjectRepresentation.
| igstkStandardTemplatedClassTraitsMacro ( ImageResliceObjectRepresentation,ObjectRepresentation ) public typedef ImageSpatialObjectType::ConstPointer igstk::ImageResliceObjectRepresentation< TImageSpatialObject >::ImageSpatialObjectConstPointer |
Macro with standard traits declarations.
Definition at line 61 of file igstkImageResliceObjectRepresentation.h.
1.7.4