IGSTK
Public Types | Public Member Functions | List of all members
igstk::PETImageSpatialObject Class Reference

Represents a PET scan placed correctly in physical coordinates. More...

#include <igstkPETImageSpatialObject.h>

Inheritance diagram for igstk::PETImageSpatialObject:
Inheritance graph
[legend]
Collaboration diagram for igstk::PETImageSpatialObject:
Collaboration graph
[legend]

Public Types

typedef ImageSpatialObject
< float, 3 > 
SuperclassType
 Type of the superclass. More...
 
- Public Types inherited from igstk::ImageSpatialObject< float, 3 >
typedef ImageType::ConstPointer ImageConstPointer
 
typedef
ImageSpatialObjectType::PointType 
PointType
 
typedef ImageType::IndexType IndexType
 
typedef itk::ContinuousIndex
< double, 3 > 
ContinuousIndexType
 
- Public Types inherited from igstk::Object
typedef Object Self
 General Typedefs. More...
 
typedef ::itk::Object Superclass
 
typedef ::itk::SmartPointer< SelfPointer
 
typedef ::itk::SmartPointer
< const Self
ConstPointer
 
typedef igstk::Logger LoggerType
 

Public Member Functions

void PrintSelf (std::ostream &os, itk::Indent indent) const
 Print the object information in a stream. More...
 
- Public Member Functions inherited from igstk::ImageSpatialObject< float, 3 >
virtual bool IsInside (const PointType &point) const
 Test whether a point is inside or outside the object. More...
 
virtual void TransformIndexToPhysicalPoint (const IndexType &index, PointType &point) const
 Transform index to physical point. More...
 
virtual bool TransformPhysicalPointToIndex (const PointType &point, IndexType &index) const
 Transform physical point to index. More...
 
virtual bool TransformPhysicalPointToContinuousIndex (const PointType &point, ContinuousIndexType &index) const
 Transform physical point to index. More...
 
virtual bool IsEmpty () const
 Returns wheter the image have any pixels allocated or not. More...
 
void RequestGetITKImage ()
 The ImageReaderToImageSpatialObject class is declared as a friend in order to be able to set the input image. More...
 
void RequestGetITKImage () const
 
void RequestGetVTKImage ()
 Request to get the VTK image as a const pointer payload into an event. More...
 
void RequestGetVTKImage () const
 
void RequestGetImageExtent ()
 Request to get the VTK image extent as a const pointer payload into an event. More...
 
void RequestGetImageExtent () const
 
void RequestGetImageTransform ()
 Request to get the image transform. More...
 
void RequestGetImageTransform () const
 
 igstkLoadedTemplatedConstObjectEventMacro (ITKImageModifiedEvent, IGSTKEvent, ImageType)
 Event types. More...
 
 igstkEventMacro (ImageNotAvailableEvent, IGSTKErrorEvent)
 
void SetLogger (LoggerType *logger)
 
- Public Member Functions inherited from igstk::SpatialObject
 igstkLoadedObjectEventMacro (BoundingBoxEvent, IGSTKEvent, BoundingBoxType)
 
void RequestGetBounds ()
 
void RequestGetBounds () const
 
- Public Member Functions inherited from igstk::Object
virtual const char * GetNameOfClass () const
 
void SetLogger (LoggerType *logger)
 Connect the Logger for this class. More...
 
void RemoveObserver (unsigned long tag) const
 

Additional Inherited Members

- Static Public Member Functions inherited from igstk::Object
static Pointer New (void)
 
- Public Attributes inherited from igstk::ImageSpatialObject< float, 3 >
igstkStandardTemplatedClassTraitsMacro(ImageSpatialObject,
SpatialObject) public typedef
itk::Image< float, TDimension > 
ImageType
 Macro with standard traits declarations. More...
 
- Public Attributes inherited from igstk::SpatialObject
igstkStandardClassTraitsMacro(SpatialObject,
Object) public typedef
SpatialObjectType::BoundingBoxType 
BoundingBoxType
 Macro with standard traits declarations. More...
 
- Protected Member Functions inherited from igstk::ImageSpatialObject< float, 3 >
virtual bool IsInternalTransformRequired ()
 For coordinate systems, this method lets us indicate that we need to provide an additional transform. More...
 
virtual Transform GetInternalTransform () const
 For coordinate systems, allows us to hook in the image transform to calls to RequestSetTransformAndParent. More...
 
 ImageSpatialObject (void)
 
 ~ImageSpatialObject (void)
 
LoggerTypeGetLogger () const
 Declarations needed for the Logger. More...
 
- Protected Member Functions inherited from igstk::SpatialObject
 SpatialObject (void)
 The constructor of this class is declared protected to enforce the use of SmartPointers syntax when instantiating objects of this class. More...
 
 ~SpatialObject (void)
 The destructor should be overriden in derived classes that allocate memory for member variables. More...
 
void RequestSetInternalSpatialObject (SpatialObjectType *object)
 Replacement for RequestSetSpatialObject(). More...
 
SpatialObjectType * GetInternalSpatialObject () const
 Returns the ITK spatial object that is contained inside this IGSTK spatial object. More...
 
- Protected Member Functions inherited from igstk::Object
LoggerTypeGetLogger () const
 
 Object (void)
 Constructor is protected in order to enforce the use of the New() operator. More...
 
virtual ~Object (void)
 
void RegisterObservedObject (const ::igstk::Object *object, unsigned long tag)
 Register observed objects in an internal array so that they can be disconnected upon destruction. More...
 
void RemoveFromObservedObjects ()
 Remove observers that this object may have connected to other objects. More...
 

Detailed Description

Represents a PET scan placed correctly in physical coordinates.

This class is the data structure used for containing a volumetric PET scan. The scan is usually provided by a PETImageReader class, but can also be provided by other sources. Due to the protection of the ITK layer, any other potential source of ITK images must be included in the Friends mechanism.

See Also
MRImageSpatialObject
CTImageSpatialObject
PETImageReader
PETImageSpatialObjectRepresentation

Definition at line 42 of file igstkPETImageSpatialObject.h.

Member Typedef Documentation

Type of the superclass.

This must be declared first because the StandardClassTraitsMacro will otherwise get confused with the commas of the template

Definition at line 51 of file igstkPETImageSpatialObject.h.

Member Function Documentation

void igstk::PETImageSpatialObject::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
virtual

Print the object information in a stream.

Reimplemented from igstk::ImageSpatialObject< float, 3 >.


The documentation for this class was generated from the following file: