ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes
itk::BSplineTransformInitializer< TTransform, TImage > Class Template Reference

BSplineTransformInitializer is a helper class intended to initialize the control point grid such that it has a physically consistent definition. More...

#include <itkBSplineTransformInitializer.h>

Inheritance diagram for itk::BSplineTransformInitializer< TTransform, TImage >:
Collaboration diagram for itk::BSplineTransformInitializer< TTransform, TImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
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< SelfPointer
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 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)

Static Public Member Functions

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 ()

Private Member Functions

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

Private Attributes

ImagePointer m_Image
bool m_SetTransformDomainMeshSizeViaInitializer
TransformPointer m_Transform
MeshSizeType m_TransformDomainMeshSize

Detailed Description

template<class TTransform, class TImage>
class itk::BSplineTransformInitializer< TTransform, TImage >

BSplineTransformInitializer is a helper class intended to initialize the control point grid such that it has a physically consistent definition.

Author:
Luis Ibanez
Nick Tustison

Definition at line 37 of file itkBSplineTransformInitializer.h.


Member Typedef Documentation

template<class TTransform , class TImage >
typedef SmartPointer<const Self> itk::BSplineTransformInitializer< TTransform, TImage >::ConstPointer

Reimplemented from itk::Object.

Definition at line 46 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef TransformType::DirectionType itk::BSplineTransformInitializer< TTransform, TImage >::DirectionType

Definition at line 70 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef ImagePointType::CoordRepType itk::BSplineTransformInitializer< TTransform, TImage >::ImagePointCoordRepType

Definition at line 62 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef ImageType::ConstPointer itk::BSplineTransformInitializer< TTransform, TImage >::ImagePointer

Definition at line 59 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef ImageType::PointType itk::BSplineTransformInitializer< TTransform, TImage >::ImagePointType

Definition at line 61 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef TImage itk::BSplineTransformInitializer< TTransform, TImage >::ImageType

Types defined from the input image traits

Definition at line 58 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef ImageType::IndexType itk::BSplineTransformInitializer< TTransform, TImage >::IndexType

Definition at line 60 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef TransformType::MeshSizeType itk::BSplineTransformInitializer< TTransform, TImage >::MeshSizeType

Definition at line 72 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef TransformType::OriginType itk::BSplineTransformInitializer< TTransform, TImage >::OriginType

Definition at line 69 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef TransformType::PhysicalDimensionsType itk::BSplineTransformInitializer< TTransform, TImage >::PhysicalDimensionsType

Definition at line 71 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef SmartPointer<Self> itk::BSplineTransformInitializer< TTransform, TImage >::Pointer

Reimplemented from itk::Object.

Definition at line 45 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef TransformType::RegionType itk::BSplineTransformInitializer< TTransform, TImage >::RegionType

Definition at line 66 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef BSplineTransformInitializer itk::BSplineTransformInitializer< TTransform, TImage >::Self

Standard class typedefs.

Reimplemented from itk::Object.

Definition at line 43 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef RegionType::SizeType itk::BSplineTransformInitializer< TTransform, TImage >::SizeType

Definition at line 67 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef SpacingType::ComponentType itk::BSplineTransformInitializer< TTransform, TImage >::SpacingComponentType

Definition at line 73 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef TransformType::SpacingType itk::BSplineTransformInitializer< TTransform, TImage >::SpacingType

Definition at line 68 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef Object itk::BSplineTransformInitializer< TTransform, TImage >::Superclass

Reimplemented from itk::Object.

Definition at line 44 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef TransformType::Pointer itk::BSplineTransformInitializer< TTransform, TImage >::TransformPointer

Types defined from transform traits

Definition at line 65 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
typedef TTransform itk::BSplineTransformInitializer< TTransform, TImage >::TransformType

Type of the transform to initialize

Definition at line 52 of file itkBSplineTransformInitializer.h.


Constructor & Destructor Documentation

template<class TTransform , class TImage >
itk::BSplineTransformInitializer< TTransform, TImage >::BSplineTransformInitializer ( ) [protected]
template<class TTransform , class TImage >
itk::BSplineTransformInitializer< TTransform, TImage >::~BSplineTransformInitializer ( ) [protected]
template<class TTransform , class TImage >
itk::BSplineTransformInitializer< TTransform, TImage >::BSplineTransformInitializer ( const Self ) [private]

Member Function Documentation

template<class TTransform , class TImage >
virtual::itk::LightObject::Pointer itk::BSplineTransformInitializer< TTransform, TImage >::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 TTransform , class TImage >
virtual const char* itk::BSplineTransformInitializer< TTransform, TImage >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::Object.

template<class TTransform , class TImage >
virtual void itk::BSplineTransformInitializer< TTransform, TImage >::InitializeTransform ( ) const [virtual]

Initialize the transform using the specified transformation domain

template<class TTransform , class TImage >
static Pointer itk::BSplineTransformInitializer< TTransform, TImage >::New ( ) [static]

New macro for creation of through a Smart Pointer.

Reimplemented from itk::Object.

template<class TTransform , class TImage >
void itk::BSplineTransformInitializer< TTransform, TImage >::operator= ( const Self ) [private]

Mutex lock to protect modification to the reference count

Reimplemented from itk::Object.

template<class TTransform , class TImage >
void itk::BSplineTransformInitializer< TTransform, TImage >::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 TTransform , class TImage >
virtual void itk::BSplineTransformInitializer< TTransform, TImage >::SetImage ( const ImageType _arg) [virtual]

Set the image to initialize the domain

template<class TTransform , class TImage >
virtual void itk::BSplineTransformInitializer< TTransform, TImage >::SetTransform ( TransformType _arg) [virtual]

Set the transform to be initialized

template<class TTransform , class TImage >
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.


Member Data Documentation

template<class TTransform , class TImage >
ImagePointer itk::BSplineTransformInitializer< TTransform, TImage >::m_Image [private]

Definition at line 107 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
bool itk::BSplineTransformInitializer< TTransform, TImage >::m_SetTransformDomainMeshSizeViaInitializer [private]

Definition at line 111 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
TransformPointer itk::BSplineTransformInitializer< TTransform, TImage >::m_Transform [private]

Definition at line 108 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
MeshSizeType itk::BSplineTransformInitializer< TTransform, TImage >::m_TransformDomainMeshSize [private]

Definition at line 110 of file itkBSplineTransformInitializer.h.

template<class TTransform , class TImage >
const unsigned int itk::BSplineTransformInitializer< TTransform, TImage >::SpaceDimension = TransformType::SpaceDimension [static]

Dimension of parameters.

Definition at line 77 of file itkBSplineTransformInitializer.h.


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