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

#include <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 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 ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
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 PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
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 ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
MultiThreaderTypeGetMultiThreader () const
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void PrepareOutputs ()
 
- 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
 
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 ()
 
using DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType
 
MetricPointer m_Metric
 
OptimizerType::Pointer m_Optimizer
 
MovingImageConstPointer m_MovingImage
 
FixedPointSetConstPointer m_FixedPointSet
 
TransformPointer m_Transform
 
InterpolatorPointer m_Interpolator
 
ParametersType m_InitialTransformParameters
 
ParametersType m_LastTransformParameters
 
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 const OptimizerTypeGetOptimizer () const
 
virtual void SetMetric (MetricType *_arg)
 
virtual MetricTypeGetModifiableMetric ()
 
virtual const MetricTypeGetMetric () const
 
virtual void SetTransform (TransformType *_arg)
 
virtual TransformTypeGetModifiableTransform ()
 
virtual const TransformTypeGetTransform () const
 
virtual void SetInterpolator (InterpolatorType *_arg)
 
virtual InterpolatorTypeGetModifiableInterpolator ()
 
virtual const InterpolatorTypeGetInterpolator () const
 
virtual void SetInitialTransformParameters (const ParametersType &param)
 
virtual const ParametersTypeGetInitialTransformParameters () const
 
virtual const ParametersTypeGetLastTransformParameters () const
 
void Initialize ()
 
const TransformOutputTypeGetOutput () const
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType output) override
 
ModifiedTimeType GetMTime () const override
 
 PointSetToImageRegistrationMethod ()
 
 ~PointSetToImageRegistrationMethod () override=default
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
void GenerateData () override
 

Additional Inherited Members

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

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.

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

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

◆ ~PointSetToImageRegistrationMethod()

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

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

Member Function Documentation

◆ CreateAnother()

template<typename TFixedPointSet , typename TMovingImage >
virtual::itk::LightObject::Pointer itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >::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.

◆ GenerateData()

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

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

Reimplemented from itk::ProcessObject.

◆ GetFixedPointSet()

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

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

◆ GetInitialTransformParameters()

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

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

◆ GetInterpolator()

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

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

◆ 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.

◆ GetMetric()

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

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

◆ GetModifiableInterpolator()

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

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

◆ GetModifiableMetric()

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

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

◆ GetModifiableOptimizer()

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

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

◆ GetModifiableTransform()

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

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

◆ GetMovingImage()

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

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

◆ GetMTime()

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

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

Reimplemented from itk::Object.

◆ GetNameOfClass()

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

Run-time type information (and related methods).

Reimplemented from itk::ProcessObject.

◆ GetOptimizer()

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

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

◆ GetOutput()

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

Returns the transform resulting from the registration process.

◆ GetTransform()

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

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

◆ 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  output)
overridevirtual

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

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

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

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 Transfrom.

Member Data Documentation

◆ m_FixedPointSet

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

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

Definition at line 192 of file itkPointSetToImageRegistrationMethod.h.

◆ m_InitialTransformParameters

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

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

Definition at line 197 of file itkPointSetToImageRegistrationMethod.h.

◆ m_Interpolator

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

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

Definition at line 195 of file itkPointSetToImageRegistrationMethod.h.

◆ m_LastTransformParameters

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

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

Definition at line 198 of file itkPointSetToImageRegistrationMethod.h.

◆ m_Metric

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

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

Definition at line 188 of file itkPointSetToImageRegistrationMethod.h.

◆ m_MovingImage

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

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

Definition at line 191 of file itkPointSetToImageRegistrationMethod.h.

◆ m_Optimizer

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

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

Definition at line 189 of file itkPointSetToImageRegistrationMethod.h.

◆ m_Transform

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

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

Definition at line 194 of file itkPointSetToImageRegistrationMethod.h.


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