ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform > Class Template Reference

#include <itkTimeVaryingVelocityFieldTransformParametersAdaptor.h>

+ Inheritance diagram for itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >:
+ Collaboration diagram for itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >:

Detailed Description

template<typename TTransform>
class itk::TimeVaryingVelocityFieldTransformParametersAdaptor< 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

transformAdaptor->SetTransform( transform );
transformAdaptor->SetRequiredFixedParameters( fixedParameters );
transformAdaptor->AdaptTransformParameters();

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:

transformAdaptor->SetTransform( transform );
transformAdaptor->SetRequiredOrigin( displacementField->GetOrigin() );
transformAdaptor->SetRequiredDirection( displacementField->GetDirection() );
transformAdaptor->SetRequiredSize( requiredSize );
transformAdaptor->SetRequiredSpacing( requiredSpacing );
transformAdaptor->AdaptTransformParameters();
Author
Nick Tustison
Brian Avants

Definition at line 64 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.

Public Types

using ConstPointer = SmartPointer< const Self >
 
using DirectionType = typename TimeVaryingVelocityFieldType::DirectionType
 
using ParametersType = typename TransformType::ParametersType
 
using ParametersValueType = typename TransformType::ParametersValueType
 
using Pointer = SmartPointer< Self >
 
using PointType = typename TimeVaryingVelocityFieldType::PointType
 
using Self = TimeVaryingVelocityFieldTransformParametersAdaptor
 
using SizeType = typename TimeVaryingVelocityFieldType::SizeType
 
using SpacingType = typename TimeVaryingVelocityFieldType::SpacingType
 
using Superclass = TransformParametersAdaptor< TTransform >
 
using TimeVaryingVelocityFieldPointer = typename TimeVaryingVelocityFieldType::Pointer
 
using TimeVaryingVelocityFieldType = typename TransformType::TimeVaryingVelocityFieldType
 
using TransformPointer = typename TransformType::Pointer
 
using TransformType = TTransform
 
- Public Types inherited from itk::TransformParametersAdaptor< TTransform >
using ConstPointer = SmartPointer< const Self >
 
using FixedParametersType = typename Superclass::FixedParametersType
 
using FixedParametersValueType = typename Superclass::FixedParametersValueType
 
using ParametersType = typename Superclass::ParametersType
 
using ParametersValueType = typename Superclass::ParametersValueType
 
using Pointer = SmartPointer< Self >
 
using Self = TransformParametersAdaptor
 
using Superclass = TransformParametersAdaptorBase< Transform< typename TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > >
 
using TransformBaseType = typename Superclass::TransformBaseType
 
using TransformPointer = typename TransformType::Pointer
 
using TransformType = TTransform
 
- Public Types inherited from itk::TransformParametersAdaptorBase< Transform< TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > >
using ConstPointer = SmartPointer< const Self >
 
using FixedParametersType = typename TransformBaseType::FixedParametersType
 
using FixedParametersValueType = typename TransformBaseType::FixedParametersValueType
 
using ParametersType = typename TransformBaseType::ParametersType
 
using ParametersValueType = typename ParametersType::ValueType
 
using Pointer = SmartPointer< Self >
 
using Self = TransformParametersAdaptorBase
 
using Superclass = Object
 
using TransformBasePointer = typename TransformBaseType::Pointer
 
using TransformBaseType = Transform< TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension >
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightObject
 

Public Member Functions

void AdaptTransformParameters () override
 
virtual ::itk::LightObject::Pointer CreateAnother () 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 >
void AdaptTransformParameters () override
 
virtual ::itk::LightObject::Pointer CreateAnother () const
 
const FixedParametersTypeGetRequiredFixedParameters () const override
 
virtual void SetTransform (TransformType *_arg)
 
void SetTransform (TransformBaseType *_arg, void *) override
 
void SetRequiredFixedParameters (const FixedParametersType fixedParameters) override
 
- Public Member Functions inherited from itk::TransformParametersAdaptorBase< Transform< TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > >
virtual void SetRequiredFixedParameters (FixedParametersType _arg)
 
virtual void SetTransform (TransformBaseType *_arg, void *priorityLower=nullptr)=0
 
- 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
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexceptoverride
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () 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::TransformParametersAdaptor< TTransform >
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 constexpr unsigned int TotalDimension = TransformType::Dimension + 1
 

Protected Member Functions

 TimeVaryingVelocityFieldTransformParametersAdaptor ()
 
 ~TimeVaryingVelocityFieldTransformParametersAdaptor () override=default
 
- Protected Member Functions inherited from itk::TransformParametersAdaptor< TTransform >
void PrintSelf (std::ostream &os, Indent indent) const override
 
 TransformParametersAdaptor ()=default
 
 ~TransformParametersAdaptor () override=default
 
- Protected Member Functions inherited from itk::TransformParametersAdaptorBase< Transform< TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > >
void PrintSelf (std::ostream &os, Indent indent) const override
 
 TransformParametersAdaptorBase ()=default
 
 ~TransformParametersAdaptorBase () override=default
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
 ~Object () override
 
- 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 ()
 

Additional Inherited Members

- Protected Attributes inherited from itk::TransformParametersAdaptor< TTransform >
TransformPointer m_Transform
 
- Protected Attributes inherited from itk::TransformParametersAdaptorBase< Transform< TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > >
FixedParametersType m_RequiredFixedParameters
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TTransform >
using itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::ConstPointer = SmartPointer<const Self>
template<typename TTransform >
using itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::DirectionType = typename TimeVaryingVelocityFieldType::DirectionType
template<typename TTransform >
using itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::ParametersType = typename TransformType::ParametersType
template<typename TTransform >
using itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::ParametersValueType = typename TransformType::ParametersValueType
template<typename TTransform >
using itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::Pointer = SmartPointer<Self>
template<typename TTransform >
using itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::PointType = typename TimeVaryingVelocityFieldType::PointType

Standard class type aliases.

Definition at line 71 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.

template<typename TTransform >
using itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SizeType = typename TimeVaryingVelocityFieldType::SizeType
template<typename TTransform >
using itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SpacingType = typename TimeVaryingVelocityFieldType::SpacingType
template<typename TTransform >
using itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::Superclass = TransformParametersAdaptor<TTransform>
template<typename TTransform >
using itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::TimeVaryingVelocityFieldPointer = typename TimeVaryingVelocityFieldType::Pointer
template<typename TTransform >
using itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::TimeVaryingVelocityFieldType = typename TransformType::TimeVaryingVelocityFieldType
template<typename TTransform >
using itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::TransformPointer = typename TransformType::Pointer
template<typename TTransform >
using itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::TransformType = TTransform

Typedefs associated with the transform

Definition at line 83 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.

Constructor & Destructor Documentation

template<typename TTransform >
itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::~TimeVaryingVelocityFieldTransformParametersAdaptor ( )
overrideprotecteddefault

Member Function Documentation

template<typename TTransform >
void itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::AdaptTransformParameters ( )
overridevirtual
template<typename TTransform >
virtual::itk::LightObject::Pointer itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::CreateAnother ( ) 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<typename TTransform >
virtual const char* itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::TransformParametersAdaptor< TTransform >.

template<typename TTransform >
virtual const DirectionType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::GetRequiredDirection ( ) const
virtual

Get the required direction.

template<typename TTransform >
virtual const PointType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::GetRequiredOrigin ( ) const
virtual

Get the required origin.

template<typename TTransform >
virtual const SizeType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::GetRequiredSize ( ) const
virtual

Get the required size.

template<typename TTransform >
virtual const SpacingType itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::GetRequiredSpacing ( ) const
virtual

Get the required spacing.

template<typename TTransform >
static Pointer itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::New ( )
static

New macro for creation of through a Smart Pointer.

template<typename TTransform >
void itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredDirection ( const DirectionType )

Alternative method for setting the required direction.

template<typename TTransform >
void itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredOrigin ( const PointType )

Alternative method for setting the required origin.

template<typename TTransform >
void itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredSize ( const SizeType )

Alternative method for setting the required size.

template<typename TTransform >
void itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::SetRequiredSpacing ( const SpacingType )

Alternative method for setting the required spacing.

Member Data Documentation

template<typename TTransform >
constexpr unsigned int itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >::TotalDimension = TransformType::Dimension + 1
static

Dimension of parameters.

Definition at line 96 of file itkTimeVaryingVelocityFieldTransformParametersAdaptor.h.


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