![]() |
ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkAffineGeometryFrame.h>
Inheritance diagram for itk::AffineGeometryFrame< TScalarType, NDimensions >:
Collaboration diagram for itk::AffineGeometryFrame< TScalarType, NDimensions >: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.
| itk::AffineGeometryFrame< TScalarType, NDimensions >::AffineGeometryFrame | ( | ) | [protected] |
| virtual itk::AffineGeometryFrame< TScalarType, NDimensions >::~AffineGeometryFrame | ( | ) | [protected, virtual] |
| itk::AffineGeometryFrame< TScalarType, NDimensions >::AffineGeometryFrame | ( | const Self & | ) | [private] |
Transform from unit coordinates to object coordinates
| virtual Pointer itk::AffineGeometryFrame< TScalarType, NDimensions >::Clone | ( | ) | const [virtual] |
Clone the geometry frame
| 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.
| virtual const BoundingBoxType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetBoundingBox | ( | ) | [virtual] |
Get the bounding box
| const BoundsArrayType itk::AffineGeometryFrame< TScalarType, NDimensions >::GetBounds | ( | ) | const [inline] |
Definition at line 55 of file itkAffineGeometryFrame.h.
References itkAssertInDebugAndIgnoreInReleaseMacro.
| 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.
| virtual const TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetIndexToNodeTransform | ( | ) | [virtual] |
Get the IndexToNodeTransform This Transform cannot be set, and is just computed internally
| virtual const TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetIndexToObjectTransform | ( | ) | [virtual] |
Set/Get the IndexToObjectTransform
| virtual TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetIndexToObjectTransform | ( | ) | [virtual] |
Set/Get the IndexToObjectTransform
| virtual const TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetIndexToWorldTransform | ( | ) | [virtual] |
Set/Get the IndexToWorldTransform
| virtual TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetIndexToWorldTransform | ( | ) | [virtual] |
Set/Get the IndexToWorldTransform
| virtual const char* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetNameOfClass | ( | ) | const [virtual] |
Method for creation through the object factory.
Reimplemented from itk::Object.
| virtual const TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetObjectToNodeTransform | ( | ) | [virtual] |
Set/Get the ObjectToNodeTransform
| virtual TransformType* itk::AffineGeometryFrame< TScalarType, NDimensions >::GetObjectToNodeTransform | ( | ) | [virtual] |
Set/Get the ObjectToNodeTransform
| virtual void itk::AffineGeometryFrame< TScalarType, NDimensions >::Initialize | ( | ) | [virtual] |
Initialize the geometry frame
| virtual void itk::AffineGeometryFrame< TScalarType, NDimensions >::InitializeGeometry | ( | Self * | newGeometry | ) | const [protected, virtual] |
used in clone to initialize the newly created geometry
| static Pointer itk::AffineGeometryFrame< TScalarType, NDimensions >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.
| void itk::AffineGeometryFrame< TScalarType, NDimensions >::operator= | ( | const Self & | ) | [private] |
Transform from unit coordinates to object coordinates
Reimplemented from itk::Object.
| 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.
| 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.
| void itk::AffineGeometryFrame< TScalarType, NDimensions >::SetBoundsArray | ( | const BoundsArrayType & | bounds, |
| BoundingBoxPointer & | boundingBox | ||
| ) | [protected] |
| virtual void itk::AffineGeometryFrame< TScalarType, NDimensions >::SetIndexToObjectTransform | ( | TransformType * | _arg | ) | [virtual] |
Set/Get the IndexToObjectTransform
| virtual void itk::AffineGeometryFrame< TScalarType, NDimensions >::SetIndexToWorldTransform | ( | TransformType * | _arg | ) | [virtual] |
Set/Get the IndexToWorldTransform
| virtual void itk::AffineGeometryFrame< TScalarType, NDimensions >::SetObjectToNodeTransform | ( | TransformType * | _arg | ) | [virtual] |
Set/Get the ObjectToNodeTransform
BoundingBoxPointer itk::AffineGeometryFrame< TScalarType, NDimensions >::m_BoundingBox [mutable, protected] |
Definition at line 116 of file itkAffineGeometryFrame.h.
TransformType::Pointer itk::AffineGeometryFrame< TScalarType, NDimensions >::m_IndexToNodeTransform [protected] |
Transform from unit coordinates to object coordinates
Definition at line 121 of file itkAffineGeometryFrame.h.
TransformType::Pointer itk::AffineGeometryFrame< TScalarType, NDimensions >::m_IndexToObjectTransform [protected] |
Transform from unit coordinates to object coordinates
Definition at line 119 of file itkAffineGeometryFrame.h.
TransformType::Pointer itk::AffineGeometryFrame< TScalarType, NDimensions >::m_IndexToWorldTransform [protected] |
Transform from unit coordinates to object coordinates
Definition at line 122 of file itkAffineGeometryFrame.h.
TransformType::Pointer itk::AffineGeometryFrame< TScalarType, NDimensions >::m_ObjectToNodeTransform [protected] |
Transform from unit coordinates to object coordinates
Definition at line 120 of file itkAffineGeometryFrame.h.
1.7.6.1