ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | List of all members
itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage > Class Template Reference

#include <itkPointSetToImageRegistrationMethod.h>

Detailed Description

template<typename TFixedPointSet, typename TMovingImage>
class itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >

Base class for PointSet to Image Registration Methods.

This Class define the generic interface for a registration method.

This class is templated over the type of the PointSet and the Image to be registered. A generic Transform is used by this class. That allows to select at run time the particular type of transformation that is to be applied for registering the images.

This class uses a generic Metric in order to compare the PointSet and the Image. The final goal of the registration method is to find the set of parameters of the Transformation that optimizes the metric.

The registration method also supports a generic optimizer that can be selected at run-time. The only restriction for the optimizer is that it should be able to operate in single-valued cost functions given that the metrics used to compare PointSet with Images provide a single value as output.

The terms FixedPointSet and MovingImage are used in this class to indicate that the image is being mapped by the transform.

This class uses the coordinate system of the Fixed PointSet as a reference and searches for a Transform that will map points from the space of the Fixed PointSet to the space of the Moving image.

For doing so, a Metric will be continuously applied to compare the Fixed image with the Transformed Moving image. This process also requires to interpolate values from the Moving image.

This class requires the Transform, the Interpolator, the Metric, and the Optimizer to be explicitly set.

Examples
Examples/RegistrationITKv4/ModelToImageRegistration2.cxx.

Definition at line 67 of file itkPointSetToImageRegistrationMethod.h.

+ Inheritance diagram for itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >:
+ Collaboration diagram for itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >:

Public Types

using ConstPointer = SmartPointer< const Self >
 
using DataObjectPointer = typename DataObject::Pointer
 
using DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType
 
using FixedPointSetConstPointer = typename FixedPointSetType::ConstPointer
 
using FixedPointSetType = TFixedPointSet
 
using InterpolatorPointer = typename InterpolatorType::Pointer
 
using InterpolatorType = typename MetricType::InterpolatorType
 
using MetricPointer = typename MetricType::Pointer
 
using MetricType = PointSetToImageMetric< FixedPointSetType, MovingImageType >
 
using MovingImageConstPointer = typename MovingImageType::ConstPointer
 
using MovingImageType = TMovingImage
 
using OptimizerType = SingleValuedNonLinearOptimizer
 
using ParametersType = typename MetricType::TransformParametersType
 
using Pointer = SmartPointer< Self >
 
using Self = PointSetToImageRegistrationMethod
 
using Superclass = ProcessObject
 
using TransformOutputConstPointer = typename TransformOutputType::ConstPointer
 
using TransformOutputPointer = typename TransformOutputType::Pointer
 
using TransformOutputType = DataObjectDecorator< TransformType >
 
using TransformPointer = typename TransformType::Pointer
 
using TransformType = typename MetricType::TransformType
 
- Public Types inherited from itk::ProcessObject
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = DataObject::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArray = std::vector< DataObjectPointer >
 
using DataObjectPointerArraySizeType = DataObjectPointerArray::size_type
 
using MultiThreaderType = MultiThreaderBase
 
using NameArray = std::vector< DataObjectIdentifierType >
 
using Pointer = SmartPointer< Self >
 
using Self = ProcessObject
 
using Superclass = Object
 
- 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

virtual const ParametersTypeGetInitialTransformParameters () const
 
virtual const ParametersTypeGetLastTransformParameters () const
 
ModifiedTimeType GetMTime () const override
 
const char * GetNameOfClass () const override
 
const TransformOutputTypeGetOutput () const
 
void Initialize ()
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType output) override
 
virtual void SetInitialTransformParameters (const ParametersType &param)
 
virtual void SetFixedPointSet (const FixedPointSetType *_arg)
 
virtual const FixedPointSetTypeGetFixedPointSet () const
 
virtual void SetMovingImage (const MovingImageType *_arg)
 
virtual const MovingImageTypeGetMovingImage () const
 
virtual void SetOptimizer (OptimizerType *_arg)
 
virtual OptimizerTypeGetModifiableOptimizer ()
 
virtual void SetMetric (MetricType *_arg)
 
virtual MetricTypeGetModifiableMetric ()
 
virtual void SetTransform (TransformType *_arg)
 
virtual TransformTypeGetModifiableTransform ()
 
virtual void SetInterpolator (InterpolatorType *_arg)
 
virtual InterpolatorTypeGetModifiableInterpolator ()
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreaderTypeGetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual DataObjectPointerArraySizeType GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual float GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
void IncrementProgress (float increment)
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
virtual void SetReleaseDataFlag (bool val)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const
 
LightObject::Pointer CreateAnother () const override
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () 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 noexcept override
 
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
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
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 val)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Protected Member Functions

void GenerateData () override
 
 PointSetToImageRegistrationMethod ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~PointSetToImageRegistrationMethod () override=default
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateInputRequestedRegion ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
virtual void PopBackInput ()
 
virtual void PopFrontInput ()
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType idx, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *object)
 
virtual void SetPrimaryOutput (DataObject *object)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyInputInformation () ITKv5_CONST
 
virtual void VerifyPreconditions () ITKv5_CONST
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName () const
 
DataObjectGetOutput (DataObjectPointerArraySizeType i)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType i) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
 ~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 ()
 

Private Attributes

FixedPointSetConstPointer m_FixedPointSet {}
 
ParametersType m_InitialTransformParameters {}
 
InterpolatorPointer m_Interpolator {}
 
ParametersType m_LastTransformParameters {}
 
MetricPointer m_Metric {}
 
MovingImageConstPointer m_MovingImage {}
 
OptimizerType::Pointer m_Optimizer {}
 
TransformPointer m_Transform {}
 

Additional Inherited Members

- Static Protected Member Functions inherited from itk::ProcessObject
static constexpr float progressFixedToFloat (uint32_t fixed)
 
static uint32_t progressFloatToFixed (float f)
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime {}
 
bool m_Updating {}
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ ConstPointer

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::ConstPointer = SmartPointer<const Self>

Definition at line 76 of file itkPointSetToImageRegistrationMethod.h.

◆ DataObjectPointer

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::DataObjectPointer = typename DataObject::Pointer

Smart Pointer type to a DataObject.

Definition at line 118 of file itkPointSetToImageRegistrationMethod.h.

◆ DataObjectPointerArraySizeType

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType

Make a DataObject of the correct type to be used as the specified output.

Definition at line 170 of file itkPointSetToImageRegistrationMethod.h.

◆ FixedPointSetConstPointer

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::FixedPointSetConstPointer = typename FixedPointSetType::ConstPointer

Definition at line 86 of file itkPointSetToImageRegistrationMethod.h.

◆ FixedPointSetType

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::FixedPointSetType = TFixedPointSet

Type of the Fixed PointSet.

Definition at line 85 of file itkPointSetToImageRegistrationMethod.h.

◆ InterpolatorPointer

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::InterpolatorPointer = typename InterpolatorType::Pointer

Definition at line 108 of file itkPointSetToImageRegistrationMethod.h.

◆ InterpolatorType

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::InterpolatorType = typename MetricType::InterpolatorType

Type of the Interpolator.

Definition at line 107 of file itkPointSetToImageRegistrationMethod.h.

◆ MetricPointer

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::MetricPointer = typename MetricType::Pointer

Definition at line 94 of file itkPointSetToImageRegistrationMethod.h.

◆ MetricType

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::MetricType = PointSetToImageMetric<FixedPointSetType, MovingImageType>

Type of the Metric.

Definition at line 93 of file itkPointSetToImageRegistrationMethod.h.

◆ MovingImageConstPointer

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::MovingImageConstPointer = typename MovingImageType::ConstPointer

Definition at line 90 of file itkPointSetToImageRegistrationMethod.h.

◆ MovingImageType

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::MovingImageType = TMovingImage

Type of the Moving image.

Definition at line 89 of file itkPointSetToImageRegistrationMethod.h.

◆ OptimizerType

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::OptimizerType = SingleValuedNonLinearOptimizer

Type of the Optimizer.

Definition at line 111 of file itkPointSetToImageRegistrationMethod.h.

◆ ParametersType

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::ParametersType = typename MetricType::TransformParametersType

Type of the Transformation parameters This is the same type used to represent the search space of the optimization algorithm

Definition at line 115 of file itkPointSetToImageRegistrationMethod.h.

◆ Pointer

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::Pointer = SmartPointer<Self>

Definition at line 75 of file itkPointSetToImageRegistrationMethod.h.

◆ Self

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::Self = PointSetToImageRegistrationMethod

Standard class type aliases.

Definition at line 73 of file itkPointSetToImageRegistrationMethod.h.

◆ Superclass

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::Superclass = ProcessObject

Definition at line 74 of file itkPointSetToImageRegistrationMethod.h.

◆ TransformOutputConstPointer

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::TransformOutputConstPointer = typename TransformOutputType::ConstPointer

Definition at line 104 of file itkPointSetToImageRegistrationMethod.h.

◆ TransformOutputPointer

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::TransformOutputPointer = typename TransformOutputType::Pointer

Definition at line 103 of file itkPointSetToImageRegistrationMethod.h.

◆ TransformOutputType

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::TransformOutputType = DataObjectDecorator<TransformType>

Type for the output: Using Decorator pattern for enabling the Transform to be passed in the data pipeline

Definition at line 102 of file itkPointSetToImageRegistrationMethod.h.

◆ TransformPointer

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::TransformPointer = typename TransformType::Pointer

Definition at line 98 of file itkPointSetToImageRegistrationMethod.h.

◆ TransformType

template<typename TFixedPointSet , typename TMovingImage >
using itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::TransformType = typename MetricType::TransformType

Type of the Transform.

Definition at line 97 of file itkPointSetToImageRegistrationMethod.h.

Constructor & Destructor Documentation

◆ PointSetToImageRegistrationMethod()

template<typename TFixedPointSet , typename TMovingImage >
itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::PointSetToImageRegistrationMethod ( )
protected

◆ ~PointSetToImageRegistrationMethod()

template<typename TFixedPointSet , typename TMovingImage >
itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::~PointSetToImageRegistrationMethod ( )
overrideprotecteddefault

Member Function Documentation

◆ GenerateData()

template<typename TFixedPointSet , typename TMovingImage >
void itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::GenerateData ( )
overrideprotectedvirtual

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

◆ GetFixedPointSet()

template<typename TFixedPointSet , typename TMovingImage >
virtual const FixedPointSetType* itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::GetFixedPointSet ( ) const
virtual

Set/Get the Fixed image.

◆ GetInitialTransformParameters()

template<typename TFixedPointSet , typename TMovingImage >
virtual const ParametersType& itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::GetInitialTransformParameters ( ) const
virtual

◆ GetLastTransformParameters()

template<typename TFixedPointSet , typename TMovingImage >
virtual const ParametersType& itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::GetLastTransformParameters ( ) const
virtual

Get the last transformation parameters visited by the Optimizer.

◆ GetModifiableInterpolator()

template<typename TFixedPointSet , typename TMovingImage >
virtual InterpolatorType* itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::GetModifiableInterpolator ( )
virtual

Set/Get the Interpolator.

◆ GetModifiableMetric()

template<typename TFixedPointSet , typename TMovingImage >
virtual MetricType* itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::GetModifiableMetric ( )
virtual

Set/Get the Metric.

◆ GetModifiableOptimizer()

template<typename TFixedPointSet , typename TMovingImage >
virtual OptimizerType* itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::GetModifiableOptimizer ( )
virtual

Set/Get the Optimizer.

◆ GetModifiableTransform()

template<typename TFixedPointSet , typename TMovingImage >
virtual TransformType* itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::GetModifiableTransform ( )
virtual

Set/Get the Transform.

◆ GetMovingImage()

template<typename TFixedPointSet , typename TMovingImage >
virtual const MovingImageType* itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::GetMovingImage ( ) const
virtual

Set/Get the Moving image.

◆ GetMTime()

template<typename TFixedPointSet , typename TMovingImage >
ModifiedTimeType itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::GetMTime ( ) const
overridevirtual

Return this object's modified time.

Reimplemented from itk::Object.

◆ GetNameOfClass()

template<typename TFixedPointSet , typename TMovingImage >
const char* itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::GetNameOfClass ( ) const
overridevirtual

◆ GetOutput()

template<typename TFixedPointSet , typename TMovingImage >
const TransformOutputType* itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::GetOutput ( ) const

Returns the transform resulting from the registration process.

◆ Initialize()

template<typename TFixedPointSet , typename TMovingImage >
void itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::Initialize ( )

Initialize by setting the interconnects between the components.

◆ MakeOutput()

template<typename TFixedPointSet , typename TMovingImage >
DataObjectPointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::MakeOutput ( DataObjectPointerArraySizeType  idx)
overridevirtual

Make a DataObject of the correct type to used as the specified output.

Every ProcessObject subclass must be able to create a DataObject that can be used as a specified output. This method is automatically called when DataObject::DisconnectPipeline() is called. DataObject::DisconnectPipeline, disconnects a data object from being an output of its current source. When the data object is disconnected, the ProcessObject needs to construct a replacement output data object so that the ProcessObject is in a valid state. So DataObject::DisconnectPipeline eventually calls ProcessObject::MakeOutput. Note that MakeOutput always returns a itkSmartPointer to a DataObject. ImageSource and MeshSource override this method to create the correct type of image and mesh respectively. If a filter has multiple outputs of different types, then that filter must provide an implementation of MakeOutput().

Reimplemented from itk::ProcessObject.

◆ New()

template<typename TFixedPointSet , typename TMovingImage >
static Pointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::New ( )
static

Method for creation through the object factory.

◆ PrintSelf()

template<typename TFixedPointSet , typename TMovingImage >
void itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

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::ProcessObject.

◆ SetFixedPointSet()

template<typename TFixedPointSet , typename TMovingImage >
virtual void itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::SetFixedPointSet ( const FixedPointSetType _arg)
virtual

Set/Get the Fixed image.

◆ SetInitialTransformParameters()

template<typename TFixedPointSet , typename TMovingImage >
virtual void itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::SetInitialTransformParameters ( const ParametersType param)
virtual

Set/Get the initial transformation parameters.

◆ SetInterpolator()

template<typename TFixedPointSet , typename TMovingImage >
virtual void itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::SetInterpolator ( InterpolatorType _arg)
virtual

Set/Get the Interpolator.

◆ SetMetric()

template<typename TFixedPointSet , typename TMovingImage >
virtual void itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::SetMetric ( MetricType _arg)
virtual

Set/Get the Metric.

◆ SetMovingImage()

template<typename TFixedPointSet , typename TMovingImage >
virtual void itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::SetMovingImage ( const MovingImageType _arg)
virtual

Set/Get the Moving image.

◆ SetOptimizer()

template<typename TFixedPointSet , typename TMovingImage >
virtual void itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::SetOptimizer ( OptimizerType _arg)
virtual

Set/Get the Optimizer.

◆ SetTransform()

template<typename TFixedPointSet , typename TMovingImage >
virtual void itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::SetTransform ( TransformType _arg)
virtual

Set/Get the Transform.

Member Data Documentation

◆ m_FixedPointSet

template<typename TFixedPointSet , typename TMovingImage >
FixedPointSetConstPointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::m_FixedPointSet {}
private

Definition at line 192 of file itkPointSetToImageRegistrationMethod.h.

◆ m_InitialTransformParameters

template<typename TFixedPointSet , typename TMovingImage >
ParametersType itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::m_InitialTransformParameters {}
private

Definition at line 197 of file itkPointSetToImageRegistrationMethod.h.

◆ m_Interpolator

template<typename TFixedPointSet , typename TMovingImage >
InterpolatorPointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::m_Interpolator {}
private

Definition at line 195 of file itkPointSetToImageRegistrationMethod.h.

◆ m_LastTransformParameters

template<typename TFixedPointSet , typename TMovingImage >
ParametersType itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::m_LastTransformParameters {}
private

Definition at line 198 of file itkPointSetToImageRegistrationMethod.h.

◆ m_Metric

template<typename TFixedPointSet , typename TMovingImage >
MetricPointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::m_Metric {}
private

Definition at line 188 of file itkPointSetToImageRegistrationMethod.h.

◆ m_MovingImage

template<typename TFixedPointSet , typename TMovingImage >
MovingImageConstPointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::m_MovingImage {}
private

Definition at line 191 of file itkPointSetToImageRegistrationMethod.h.

◆ m_Optimizer

template<typename TFixedPointSet , typename TMovingImage >
OptimizerType::Pointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::m_Optimizer {}
private

Definition at line 189 of file itkPointSetToImageRegistrationMethod.h.

◆ m_Transform

template<typename TFixedPointSet , typename TMovingImage >
TransformPointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::m_Transform {}
private

Definition at line 194 of file itkPointSetToImageRegistrationMethod.h.


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