|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkPointSetToImageRegistrationMethod_h
19 #define itkPointSetToImageRegistrationMethod_h
66 template <
typename TFixedPo
intSet,
typename TMovingImage>
137 itkGetModifiableObjectMacro(Metric,
MetricType);
154 itkGetConstReferenceMacro(InitialTransformParameters,
ParametersType);
158 itkGetConstReferenceMacro(LastTransformParameters,
ParametersType);
171 using Superclass::MakeOutput;
176 GetMTime()
const override;
182 PrintSelf(std::ostream & os,
Indent indent)
const override;
185 GenerateData()
override;
202 #ifndef ITK_MANUAL_INSTANTIATION
203 # include "itkPointSetToImageRegistrationMethod.hxx"
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
This class is a base for the Optimization methods that optimize a single valued function.
SizeValueType ModifiedTimeType
Generic representation for an optimization method.
Control indentation during Print() invocation.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
typename MetricType::TransformType TransformType
typename TransformType::Pointer TransformPointer
typename MetricType::Pointer MetricPointer
Decorates any subclass of itkObject with a DataObject API.
typename TransformOutputType::Pointer TransformOutputPointer
Light weight base class for most itk classes.
Computes similarity between a point set and an image.
TFixedPointSet FixedPointSetType
typename FixedPointSetType::ConstPointer FixedPointSetConstPointer
Base class for PointSet to Image Registration Methods.
typename InterpolatorType::Pointer InterpolatorPointer
TMovingImage MovingImageType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
class ITK_FORWARD_EXPORT ProcessObject
typename MetricType::TransformParametersType ParametersType
typename TransformOutputType::ConstPointer TransformOutputConstPointer
typename TransformType::ParametersType TransformParametersType
typename MovingImageType::ConstPointer MovingImageConstPointer
SmartPointer< Self > Pointer
typename MetricType::InterpolatorType InterpolatorType
Base class for all image interpolators.