ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
itk::AffineGeometryFrame< TScalarType, NDimensions > Class Template Reference

#include <itkAffineGeometryFrame.h>

+ Inheritance diagram for itk::AffineGeometryFrame< TScalarType, NDimensions >:
+ Collaboration diagram for itk::AffineGeometryFrame< TScalarType, NDimensions >:

Detailed Description

template<class TScalarType = double, unsigned int NDimensions = 3>
class itk::AffineGeometryFrame< TScalarType, NDimensions >

Describes the geometry of a data object.

Definition at line 33 of file itkAffineGeometryFrame.h.

Public Types

typedef BoundingBoxType::Pointer BoundingBoxPointer
 
typedef BoundingBox
< IdentifierType, NDimensions,
TScalarType > 
BoundingBoxType
 
typedef
BoundingBoxType::BoundsArrayType 
BoundsArrayType
 
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef AffineGeometryFrame Self
 
typedef Object Superclass
 
typedef
ScalableAffineTransform
< TScalarType, NDimensions > 
TransformType
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const BoundingBoxTypeGetBoundingBox () const
 
const BoundsArrayType GetBounds () const
 
virtual const TransformTypeGetIndexToNodeTransform () const
 
virtual BoundingBoxTypeGetModifiableBoundingBox ()
 
virtual TransformTypeGetModifiableIndexToNodeTransform ()
 
virtual const char * GetNameOfClass () const
 
virtual void Initialize ()
 
virtual LightObject::Pointer InternalClone () const
 
virtual void SetBounds (const BoundsArrayType &bounds)
 
TScalarType GetExtent (unsigned int direction) const
 
virtual void SetIndexToObjectTransform (TransformType *_arg)
 
virtual TransformTypeGetModifiableIndexToObjectTransform ()
 
virtual const TransformTypeGetIndexToObjectTransform () const
 
virtual void SetObjectToNodeTransform (TransformType *_arg)
 
virtual TransformTypeGetModifiableObjectToNodeTransform ()
 
virtual const TransformTypeGetObjectToNodeTransform () const
 
virtual void SetIndexToWorldTransform (TransformType *_arg)
 
virtual TransformTypeGetModifiableIndexToWorldTransform ()
 
virtual const TransformTypeGetIndexToWorldTransform () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary (void)
 
const MetaDataDictionaryGetMetaDataDictionary (void) const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int)
 
virtual void UnRegister () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Protected Member Functions

 AffineGeometryFrame ()
 
virtual void InitializeGeometry (Self *newGeometry) const
 
void PrintSelf (std::ostream &os, Indent indent) const
 
void SetBoundsArray (const BoundsArrayType &bounds, BoundingBoxPointer &boundingBox)
 
virtual ~AffineGeometryFrame ()
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object ()
 
- Protected Member Functions inherited from itk::LightObject
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Protected Attributes

BoundingBoxPointer m_BoundingBox
 
TransformType::Pointer m_IndexToNodeTransform
 
TransformType::Pointer m_IndexToObjectTransform
 
TransformType::Pointer m_IndexToWorldTransform
 
TransformType::Pointer m_ObjectToNodeTransform
 

Private Member Functions

 AffineGeometryFrame (const Self &)
 
void operator= (const Self &)
 

Additional Inherited Members

- Protected Types inherited from itk::LightObject
typedef int InternalReferenceCountType
 

Member Typedef Documentation

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef BoundingBoxType::Pointer itk::AffineGeometryFrame< TScalarType, NDimensions >::BoundingBoxPointer

Definition at line 44 of file itkAffineGeometryFrame.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef BoundingBox< IdentifierType, NDimensions, TScalarType > itk::AffineGeometryFrame< TScalarType, NDimensions >::BoundingBoxType

Definition at line 42 of file itkAffineGeometryFrame.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef BoundingBoxType::BoundsArrayType itk::AffineGeometryFrame< TScalarType, NDimensions >::BoundsArrayType

Definition at line 43 of file itkAffineGeometryFrame.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef SmartPointer< const Self > itk::AffineGeometryFrame< TScalarType, NDimensions >::ConstPointer

Definition at line 39 of file itkAffineGeometryFrame.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef SmartPointer< Self > itk::AffineGeometryFrame< TScalarType, NDimensions >::Pointer

Definition at line 38 of file itkAffineGeometryFrame.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef AffineGeometryFrame itk::AffineGeometryFrame< TScalarType, NDimensions >::Self

Definition at line 36 of file itkAffineGeometryFrame.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef Object itk::AffineGeometryFrame< TScalarType, NDimensions >::Superclass

Definition at line 37 of file itkAffineGeometryFrame.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
typedef ScalableAffineTransform< TScalarType, NDimensions > itk::AffineGeometryFrame< TScalarType, NDimensions >::TransformType

Definition at line 41 of file itkAffineGeometryFrame.h.

Constructor & Destructor Documentation

template<class TScalarType = double, unsigned int NDimensions = 3>
itk::AffineGeometryFrame< TScalarType, NDimensions >::AffineGeometryFrame ( )
protected
template<class TScalarType = double, unsigned int NDimensions = 3>
virtual itk::AffineGeometryFrame< TScalarType, NDimensions >::~AffineGeometryFrame ( )
protectedvirtual
template<class TScalarType = double, unsigned int NDimensions = 3>
itk::AffineGeometryFrame< TScalarType, NDimensions >::AffineGeometryFrame ( const Self )
private

Member Function Documentation

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual::itk::LightObject::Pointer itk::AffineGeometryFrame< TScalarType, NDimensions >::CreateAnother ( void  ) const
virtual

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::Object.

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual const BoundingBoxType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetBoundingBox ( ) const
virtual
template<class TScalarType = double, unsigned int NDimensions = 3>
const BoundsArrayType itk::AffineGeometryFrame< TScalarType, NDimensions >::GetBounds ( ) const
inline

Definition at line 55 of file itkAffineGeometryFrame.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
TScalarType itk::AffineGeometryFrame< TScalarType, NDimensions >::GetExtent ( unsigned int  direction) const
inline

Get the extent of the bounding box

Definition at line 67 of file itkAffineGeometryFrame.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual const TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetIndexToNodeTransform ( ) const
virtual
template<class TScalarType = double, unsigned int NDimensions = 3>
virtual const TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetIndexToObjectTransform ( ) const
virtual

Set/Get the IndexToObjectTransform

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual const TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetIndexToWorldTransform ( ) const
virtual

Set/Get the IndexToWorldTransform

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual BoundingBoxType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetModifiableBoundingBox ( )
virtual

Get the bounding box

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetModifiableIndexToNodeTransform ( )
virtual

Get the IndexToNodeTransform This Transform cannot be set, and is just computed internally

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetModifiableIndexToObjectTransform ( )
virtual

Set/Get the IndexToObjectTransform

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetModifiableIndexToWorldTransform ( )
virtual

Set/Get the IndexToWorldTransform

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetModifiableObjectToNodeTransform ( )
virtual

Set/Get the ObjectToNodeTransform

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual const char* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetNameOfClass ( ) const
virtual

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual const TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetObjectToNodeTransform ( ) const
virtual

Set/Get the ObjectToNodeTransform

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual void itk::AffineGeometryFrame< TScalarType, NDimensions >::Initialize ( )
virtual

Initialize the geometry frame

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual void itk::AffineGeometryFrame< TScalarType, NDimensions >::InitializeGeometry ( Self newGeometry) const
protectedvirtual

used in clone to initialize the newly created geometry

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual LightObject::Pointer itk::AffineGeometryFrame< TScalarType, NDimensions >::InternalClone ( ) const
virtual

Clone the geometry frame

Reimplemented from itk::LightObject.

template<class TScalarType = double, unsigned int NDimensions = 3>
static Pointer itk::AffineGeometryFrame< TScalarType, NDimensions >::New ( )
static

Method for creation through the object factory.

template<class TScalarType = double, unsigned int NDimensions = 3>
void itk::AffineGeometryFrame< TScalarType, NDimensions >::operator= ( const Self )
private
template<class TScalarType = double, unsigned int NDimensions = 3>
void itk::AffineGeometryFrame< TScalarType, NDimensions >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protectedvirtual

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::Object.

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual void itk::AffineGeometryFrame< TScalarType, NDimensions >::SetBounds ( const BoundsArrayType bounds)
virtual

Set the bounding box Only possible via the BoundsArray to make clear that a copy of the bounding-box is stored, not a reference to it.

template<class TScalarType = double, unsigned int NDimensions = 3>
void itk::AffineGeometryFrame< TScalarType, NDimensions >::SetBoundsArray ( const BoundsArrayType bounds,
BoundingBoxPointer boundingBox 
)
protected
template<class TScalarType = double, unsigned int NDimensions = 3>
virtual void itk::AffineGeometryFrame< TScalarType, NDimensions >::SetIndexToObjectTransform ( TransformType _arg)
virtual

Set/Get the IndexToObjectTransform

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual void itk::AffineGeometryFrame< TScalarType, NDimensions >::SetIndexToWorldTransform ( TransformType _arg)
virtual

Set/Get the IndexToWorldTransform

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual void itk::AffineGeometryFrame< TScalarType, NDimensions >::SetObjectToNodeTransform ( TransformType _arg)
virtual

Set/Get the ObjectToNodeTransform

Member Data Documentation

template<class TScalarType = double, unsigned int NDimensions = 3>
BoundingBoxPointer itk::AffineGeometryFrame< TScalarType, NDimensions >::m_BoundingBox
mutableprotected

Definition at line 113 of file itkAffineGeometryFrame.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
TransformType::Pointer itk::AffineGeometryFrame< TScalarType, NDimensions >::m_IndexToNodeTransform
protected

Definition at line 118 of file itkAffineGeometryFrame.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
TransformType::Pointer itk::AffineGeometryFrame< TScalarType, NDimensions >::m_IndexToObjectTransform
protected

Transform from unit coordinates to object coordinates

Definition at line 116 of file itkAffineGeometryFrame.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
TransformType::Pointer itk::AffineGeometryFrame< TScalarType, NDimensions >::m_IndexToWorldTransform
protected

Definition at line 119 of file itkAffineGeometryFrame.h.

template<class TScalarType = double, unsigned int NDimensions = 3>
TransformType::Pointer itk::AffineGeometryFrame< TScalarType, NDimensions >::m_ObjectToNodeTransform
protected

Definition at line 117 of file itkAffineGeometryFrame.h.


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