ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkAffineGeometryFrame.h>
Public Types | |
typedef BoundingBoxType::Pointer | BoundingBoxPointer |
typedef BoundingBox < IdentifierType, NDimensions, TScalarType > | BoundingBoxType |
typedef BoundingBoxType::BoundsArrayType | BoundsArrayType |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef AffineGeometryFrame | Self |
typedef Object | Superclass |
typedef ScalableAffineTransform < TScalarType, NDimensions > | TransformType |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const BoundingBoxType * | GetBoundingBox () |
const BoundsArrayType | GetBounds () const |
virtual const TransformType * | GetIndexToNodeTransform () |
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 const TransformType * | GetIndexToObjectTransform () |
virtual TransformType * | GetIndexToObjectTransform () |
virtual void | SetIndexToObjectTransform (TransformType *_arg) |
virtual const TransformType * | GetObjectToNodeTransform () |
virtual TransformType * | GetObjectToNodeTransform () |
virtual void | SetObjectToNodeTransform (TransformType *_arg) |
virtual const TransformType * | GetIndexToWorldTransform () |
virtual TransformType * | GetIndexToWorldTransform () |
virtual void | SetIndexToWorldTransform (TransformType *_arg) |
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 |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
virtual unsigned long | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () 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 void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
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 () |
Additional Inherited Members |
Describes the geometry of a data object.
Definition at line 33 of file itkAffineGeometryFrame.h.
typedef BoundingBoxType::Pointer itk::AffineGeometryFrame< TScalarType, NDimensions >::BoundingBoxPointer |
Definition at line 44 of file itkAffineGeometryFrame.h.
typedef BoundingBox< IdentifierType, NDimensions, TScalarType > itk::AffineGeometryFrame< TScalarType, NDimensions >::BoundingBoxType |
Definition at line 42 of file itkAffineGeometryFrame.h.
typedef BoundingBoxType::BoundsArrayType itk::AffineGeometryFrame< TScalarType, NDimensions >::BoundsArrayType |
Definition at line 43 of file itkAffineGeometryFrame.h.
typedef SmartPointer< const Self > itk::AffineGeometryFrame< TScalarType, NDimensions >::ConstPointer |
Reimplemented from itk::Object.
Definition at line 39 of file itkAffineGeometryFrame.h.
typedef SmartPointer< Self > itk::AffineGeometryFrame< TScalarType, NDimensions >::Pointer |
Reimplemented from itk::Object.
Definition at line 38 of file itkAffineGeometryFrame.h.
typedef AffineGeometryFrame itk::AffineGeometryFrame< TScalarType, NDimensions >::Self |
Smart pointer typedef support.
Reimplemented from itk::Object.
Definition at line 36 of file itkAffineGeometryFrame.h.
typedef Object itk::AffineGeometryFrame< TScalarType, NDimensions >::Superclass |
Reimplemented from itk::Object.
Definition at line 37 of file itkAffineGeometryFrame.h.
typedef ScalableAffineTransform< TScalarType, NDimensions > itk::AffineGeometryFrame< TScalarType, NDimensions >::TransformType |
Definition at line 41 of file itkAffineGeometryFrame.h.
|
protected |
|
protectedvirtual |
|
private |
Transform from unit coordinates to object coordinates
|
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.
|
virtual |
Get the bounding box
|
inline |
Definition at line 55 of file itkAffineGeometryFrame.h.
|
inline |
Get the extent of the bounding box
Definition at line 67 of file itkAffineGeometryFrame.h.
|
virtual |
Get the IndexToNodeTransform This Transform cannot be set, and is just computed internally
|
virtual |
Set/Get the IndexToObjectTransform
|
virtual |
Set/Get the IndexToObjectTransform
|
virtual |
Set/Get the IndexToWorldTransform
|
virtual |
Set/Get the IndexToWorldTransform
|
virtual |
Method for creation through the object factory.
Reimplemented from itk::Object.
|
virtual |
Set/Get the ObjectToNodeTransform
|
virtual |
Set/Get the ObjectToNodeTransform
|
virtual |
Initialize the geometry frame
|
protectedvirtual |
used in clone to initialize the newly created geometry
|
virtual |
Clone the geometry frame
Reimplemented from itk::LightObject.
|
static |
Method for creation through the object factory.
Reimplemented from itk::Object.
|
private |
Transform from unit coordinates to object coordinates
Reimplemented from itk::Object.
|
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.
|
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.
|
protected |
|
virtual |
Set/Get the IndexToObjectTransform
|
virtual |
Set/Get the IndexToWorldTransform
|
virtual |
Set/Get the ObjectToNodeTransform
|
mutableprotected |
Definition at line 116 of file itkAffineGeometryFrame.h.
|
protected |
Transform from unit coordinates to object coordinates
Definition at line 121 of file itkAffineGeometryFrame.h.
|
protected |
Transform from unit coordinates to object coordinates
Definition at line 119 of file itkAffineGeometryFrame.h.
|
protected |
Transform from unit coordinates to object coordinates
Definition at line 122 of file itkAffineGeometryFrame.h.
|
protected |
Transform from unit coordinates to object coordinates
Definition at line 120 of file itkAffineGeometryFrame.h.