ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkBSplineTransformInitializer.h>
BSplineTransformInitializer is a helper class intended to initialize the control point grid such that it has a physically consistent definition.
Definition at line 37 of file itkBSplineTransformInitializer.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TransformType::DirectionType | DirectionType |
typedef ImagePointType::CoordRepType | ImagePointCoordRepType |
typedef ImageType::ConstPointer | ImagePointer |
typedef ImageType::PointType | ImagePointType |
typedef TImage | ImageType |
typedef ImageType::IndexType | IndexType |
typedef TransformType::MeshSizeType | MeshSizeType |
typedef TransformType::OriginType | OriginType |
typedef TransformType::PhysicalDimensionsType | PhysicalDimensionsType |
typedef SmartPointer< Self > | Pointer |
typedef TransformType::RegionType | RegionType |
typedef BSplineTransformInitializer | Self |
typedef RegionType::SizeType | SizeType |
typedef SpacingType::ComponentType | SpacingComponentType |
typedef TransformType::SpacingType | SpacingType |
typedef Object | Superclass |
typedef TransformType::Pointer | TransformPointer |
typedef TTransform | TransformType |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual void | InitializeTransform () const |
virtual void | SetImage (const ImageType *_arg) |
virtual void | SetTransform (TransformType *_arg) |
void | SetTransformDomainMeshSize (const MeshSizeType) |
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 ModifiedTimeType | 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 Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | SpaceDimension = TransformType::SpaceDimension |
Protected Member Functions | |
BSplineTransformInitializer () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
~BSplineTransformInitializer () | |
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 | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
BSplineTransformInitializer (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
ImagePointer | m_Image |
bool | m_SetTransformDomainMeshSizeViaInitializer |
TransformPointer | m_Transform |
MeshSizeType | m_TransformDomainMeshSize |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
typedef SmartPointer<const Self> itk::BSplineTransformInitializer< TTransform, TImage >::ConstPointer |
Definition at line 46 of file itkBSplineTransformInitializer.h.
typedef TransformType::DirectionType itk::BSplineTransformInitializer< TTransform, TImage >::DirectionType |
Definition at line 70 of file itkBSplineTransformInitializer.h.
typedef ImagePointType::CoordRepType itk::BSplineTransformInitializer< TTransform, TImage >::ImagePointCoordRepType |
Definition at line 62 of file itkBSplineTransformInitializer.h.
typedef ImageType::ConstPointer itk::BSplineTransformInitializer< TTransform, TImage >::ImagePointer |
Definition at line 59 of file itkBSplineTransformInitializer.h.
typedef ImageType::PointType itk::BSplineTransformInitializer< TTransform, TImage >::ImagePointType |
Definition at line 61 of file itkBSplineTransformInitializer.h.
typedef TImage itk::BSplineTransformInitializer< TTransform, TImage >::ImageType |
Types defined from the input image traits
Definition at line 58 of file itkBSplineTransformInitializer.h.
typedef ImageType::IndexType itk::BSplineTransformInitializer< TTransform, TImage >::IndexType |
Definition at line 60 of file itkBSplineTransformInitializer.h.
typedef TransformType::MeshSizeType itk::BSplineTransformInitializer< TTransform, TImage >::MeshSizeType |
Definition at line 72 of file itkBSplineTransformInitializer.h.
typedef TransformType::OriginType itk::BSplineTransformInitializer< TTransform, TImage >::OriginType |
Definition at line 69 of file itkBSplineTransformInitializer.h.
typedef TransformType::PhysicalDimensionsType itk::BSplineTransformInitializer< TTransform, TImage >::PhysicalDimensionsType |
Definition at line 71 of file itkBSplineTransformInitializer.h.
typedef SmartPointer<Self> itk::BSplineTransformInitializer< TTransform, TImage >::Pointer |
Definition at line 45 of file itkBSplineTransformInitializer.h.
typedef TransformType::RegionType itk::BSplineTransformInitializer< TTransform, TImage >::RegionType |
Definition at line 66 of file itkBSplineTransformInitializer.h.
typedef BSplineTransformInitializer itk::BSplineTransformInitializer< TTransform, TImage >::Self |
Standard class typedefs.
Definition at line 43 of file itkBSplineTransformInitializer.h.
typedef RegionType::SizeType itk::BSplineTransformInitializer< TTransform, TImage >::SizeType |
Definition at line 67 of file itkBSplineTransformInitializer.h.
typedef SpacingType::ComponentType itk::BSplineTransformInitializer< TTransform, TImage >::SpacingComponentType |
Definition at line 73 of file itkBSplineTransformInitializer.h.
typedef TransformType::SpacingType itk::BSplineTransformInitializer< TTransform, TImage >::SpacingType |
Definition at line 68 of file itkBSplineTransformInitializer.h.
typedef Object itk::BSplineTransformInitializer< TTransform, TImage >::Superclass |
Definition at line 44 of file itkBSplineTransformInitializer.h.
typedef TransformType::Pointer itk::BSplineTransformInitializer< TTransform, TImage >::TransformPointer |
Types defined from transform traits
Definition at line 65 of file itkBSplineTransformInitializer.h.
typedef TTransform itk::BSplineTransformInitializer< TTransform, TImage >::TransformType |
Type of the transform to initialize
Definition at line 52 of file itkBSplineTransformInitializer.h.
|
protected |
|
protected |
|
private |
|
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 |
Run-time type information (and related methods).
Reimplemented from itk::Object.
|
virtual |
Initialize the transform using the specified transformation domain
|
static |
New macro for creation of through a Smart Pointer.
|
private |
|
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 image to initialize the domain
|
virtual |
Set the transform to be initialized
void itk::BSplineTransformInitializer< TTransform, TImage >::SetTransformDomainMeshSize | ( | const MeshSizeType | ) |
Allow the user to set the mesh size of the transform via the initializer even though the initializer does not do anything with that information. Defeault = 1^ImageDimension.
|
private |
Definition at line 107 of file itkBSplineTransformInitializer.h.
|
private |
Definition at line 111 of file itkBSplineTransformInitializer.h.
|
private |
Definition at line 108 of file itkBSplineTransformInitializer.h.
|
private |
Definition at line 110 of file itkBSplineTransformInitializer.h.
|
static |
Dimension of parameters.
Definition at line 77 of file itkBSplineTransformInitializer.h.