ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkTimeVaryingVelocityFieldTransformParametersAdaptor.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TimeVaryingVelocityFieldType::DirectionType | DirectionType |
typedef TransformType::ParametersType | ParametersType |
typedef TransformType::ParametersValueType | ParametersValueType |
typedef SmartPointer< Self > | Pointer |
typedef TimeVaryingVelocityFieldType::PointType | PointType |
typedef TimeVaryingVelocityFieldTransformParametersAdaptor | Self |
typedef TimeVaryingVelocityFieldType::SizeType | SizeType |
typedef TimeVaryingVelocityFieldType::SpacingType | SpacingType |
typedef TransformParametersAdaptor < TTransform > | Superclass |
typedef TimeVaryingVelocityFieldType::Pointer | TimeVaryingVelocityFieldPointer |
typedef TransformType::TimeVaryingVelocityFieldType | TimeVaryingVelocityFieldType |
typedef TransformType::Pointer | TransformPointer |
typedef TTransform | TransformType |
Public Types inherited from itk::TransformParametersAdaptor< TTransform > | |
Public Types inherited from itk::TransformParametersAdaptorBase< TTransform > | |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Public Member Functions | |
virtual void | AdaptTransformParameters () |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual const DirectionType | GetRequiredDirection () const |
virtual const PointType | GetRequiredOrigin () const |
virtual const SizeType | GetRequiredSize () const |
virtual const SpacingType | GetRequiredSpacing () const |
void | SetRequiredDirection (const DirectionType &) |
void | SetRequiredOrigin (const PointType &) |
void | SetRequiredSize (const SizeType &) |
void | SetRequiredSpacing (const SpacingType &) |
Public Member Functions inherited from itk::TransformParametersAdaptor< TTransform > | |
virtual const ParametersType & | GetRequiredFixedParameters () |
virtual void | SetRequiredFixedParameters (ParametersType _arg) |
virtual void | SetTransform (TransformType *_arg) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | TotalDimension = TransformType::Dimension + 1 |
Protected Member Functions | |
TimeVaryingVelocityFieldTransformParametersAdaptor () | |
~TimeVaryingVelocityFieldTransformParametersAdaptor () | |
Protected Member Functions inherited from itk::TransformParametersAdaptor< TTransform > | |
void | PrintSelf (std::ostream &os, Indent) const |
TransformParametersAdaptor () | |
~TransformParametersAdaptor () | |
Protected Member Functions inherited from itk::TransformParametersAdaptorBase< TTransform > | |
TransformParametersAdaptorBase () | |
~TransformParametersAdaptorBase () | |
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 | |
void | operator= (const Self &) |
TimeVaryingVelocityFieldTransformParametersAdaptor (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from itk::TransformParametersAdaptor< TTransform > | |
ParametersType | m_RequiredFixedParameters |
TransformPointer | m_Transform |
Protected Attributes inherited from itk::TransformParametersAdaptorBase< TTransform > |
TimeVaryingVelocityFieldTransformParametersAdaptor is a helper class intended to definition.
The fixed parameters store the following information: field size field origin field spacing field direction During multiresolution image registration it is often desired to also increase the displacement field resolution for greater flexibility in optimizing the transform. As defined in the base class, the user can change the resolution via
or the user can use the more intuitive API for setting the fixed parameters. E.g., often the user will want to maintain the same transform domain spatial extent but only increase the field size and decrease the spacing. This can be done as follows:
Definition at line 64 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.
typedef SmartPointer<const Self> itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::ConstPointer |
Reimplemented from itk::TransformParametersAdaptor< TTransform >.
Definition at line 73 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.
typedef TimeVaryingVelocityFieldType::DirectionType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::DirectionType |
Definition at line 91 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.
typedef TransformType::ParametersType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::ParametersType |
Reimplemented from itk::TransformParametersAdaptor< TTransform >.
Definition at line 84 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.
typedef TransformType::ParametersValueType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::ParametersValueType |
Reimplemented from itk::TransformParametersAdaptor< TTransform >.
Definition at line 85 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.
typedef SmartPointer<Self> itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::Pointer |
Reimplemented from itk::TransformParametersAdaptor< TTransform >.
Definition at line 72 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.
typedef TimeVaryingVelocityFieldType::PointType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::PointType |
Definition at line 89 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.
typedef TimeVaryingVelocityFieldTransformParametersAdaptor itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::Self |
Standard class typedefs.
Reimplemented from itk::TransformParametersAdaptor< TTransform >.
Definition at line 70 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.
typedef TimeVaryingVelocityFieldType::SizeType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SizeType |
Definition at line 90 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.
typedef TimeVaryingVelocityFieldType::SpacingType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SpacingType |
Definition at line 92 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.
typedef TransformParametersAdaptor<TTransform> itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::Superclass |
Reimplemented from itk::TransformParametersAdaptor< TTransform >.
Definition at line 71 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.
typedef TimeVaryingVelocityFieldType::Pointer itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::TimeVaryingVelocityFieldPointer |
Definition at line 88 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.
typedef TransformType::TimeVaryingVelocityFieldType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::TimeVaryingVelocityFieldType |
Definition at line 87 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.
typedef TransformType::Pointer itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::TransformPointer |
Reimplemented from itk::TransformParametersAdaptor< TTransform >.
Definition at line 83 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.
typedef TTransform itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::TransformType |
Typedefs associated with the transform
Reimplemented from itk::TransformParametersAdaptor< TTransform >.
Definition at line 79 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.
|
protected |
|
protected |
|
private |
|
virtual |
Initialize the transform using the specified fixed parameters
Reimplemented from itk::TransformParametersAdaptor< TTransform >.
|
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::TransformParametersAdaptor< TTransform >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::TransformParametersAdaptor< TTransform >.
|
virtual |
Get the required direction.
|
virtual |
Get the required origin.
|
virtual |
Get the required size.
|
virtual |
Get the required spacing.
|
static |
New macro for creation of through a Smart Pointer.
Reimplemented from itk::TransformParametersAdaptor< TTransform >.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::TransformParametersAdaptor< TTransform >.
void itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredDirection | ( | const DirectionType & | ) |
Alternative method for setting the required direction.
void itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredOrigin | ( | const PointType & | ) |
Alternative method for setting the required origin.
void itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredSize | ( | const SizeType & | ) |
Alternative method for setting the required size.
void itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredSpacing | ( | const SpacingType & | ) |
Alternative method for setting the required spacing.
|
static |
Dimension of parameters.
Definition at line 95 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.