ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
itk::AffineGeometryFrame< TScalarType, NDimensions > Class Template Reference

Describes the geometry of a data object. More...

#include <itkAffineGeometryFrame.h>

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

List of all members.

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 Member Functions

virtual Pointer Clone () const
virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const BoundingBoxTypeGetBoundingBox ()
const BoundsArrayType GetBounds () const
virtual const TransformTypeGetIndexToNodeTransform ()
virtual const char * GetNameOfClass () const
virtual void Initialize ()
virtual void SetBounds (const BoundsArrayType &bounds)
TScalarType GetExtent (unsigned int direction) const
virtual const TransformTypeGetIndexToObjectTransform ()
virtual TransformTypeGetIndexToObjectTransform ()
virtual void SetIndexToObjectTransform (TransformType *_arg)
virtual const TransformTypeGetObjectToNodeTransform ()
virtual TransformTypeGetObjectToNodeTransform ()
virtual void SetObjectToNodeTransform (TransformType *_arg)
virtual const TransformTypeGetIndexToWorldTransform ()
virtual TransformTypeGetIndexToWorldTransform ()
virtual void SetIndexToWorldTransform (TransformType *_arg)

Static Public Member Functions

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 Attributes

BoundingBoxPointer m_BoundingBox
TransformType::Pointer m_IndexToObjectTransform
TransformType::Pointer m_ObjectToNodeTransform
TransformType::Pointer m_IndexToNodeTransform
TransformType::Pointer m_IndexToWorldTransform
 AffineGeometryFrame (const Self &)
void operator= (const Self &)

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.


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

Reimplemented from itk::Object.

Definition at line 39 of file itkAffineGeometryFrame.h.

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

Reimplemented from itk::Object.

Definition at line 38 of file itkAffineGeometryFrame.h.

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

Smart pointer typedef support.

Reimplemented from itk::Object.

Definition at line 36 of file itkAffineGeometryFrame.h.

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

Reimplemented from itk::Object.

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 ( ) [protected, virtual]
template<class TScalarType = double, unsigned int NDimensions = 3>
itk::AffineGeometryFrame< TScalarType, NDimensions >::AffineGeometryFrame ( const Self ) [private]

Transform from unit coordinates to object coordinates


Member Function Documentation

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

Clone the geometry frame

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 ( ) [virtual]

Get the bounding box

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.

References itkAssertInDebugAndIgnoreInReleaseMacro.

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.

References itkAssertInDebugAndIgnoreInReleaseMacro.

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

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

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

Set/Get the IndexToObjectTransform

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

Set/Get the IndexToObjectTransform

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

Set/Get the IndexToWorldTransform

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

Set/Get the IndexToWorldTransform

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 ( ) [virtual]

Set/Get the ObjectToNodeTransform

template<class TScalarType = double, unsigned int NDimensions = 3>
virtual TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetObjectToNodeTransform ( ) [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 [protected, virtual]

used in clone to initialize the newly created geometry

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

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TScalarType = double, unsigned int NDimensions = 3>
void itk::AffineGeometryFrame< TScalarType, NDimensions >::operator= ( const Self ) [private]

Transform from unit coordinates to object coordinates

Reimplemented from itk::Object.

template<class TScalarType = double, unsigned int NDimensions = 3>
void itk::AffineGeometryFrame< TScalarType, NDimensions >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

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 [mutable, protected]

Definition at line 116 of file itkAffineGeometryFrame.h.

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

Transform from unit coordinates to object coordinates

Definition at line 121 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 119 of file itkAffineGeometryFrame.h.

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

Transform from unit coordinates to object coordinates

Definition at line 122 of file itkAffineGeometryFrame.h.

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

Transform from unit coordinates to object coordinates

Definition at line 120 of file itkAffineGeometryFrame.h.


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