18 #ifndef itkPointSetToPointSetRegistrationMethod_h
19 #define itkPointSetToPointSetRegistrationMethod_h
65 template<
typename TFixedPo
intSet,
typename TMovingPo
intSet >
130 itkGetModifiableObjectMacro(Metric,
MetricType);
139 virtual void SetInitialTransformParameters(
const ParametersType & param);
141 itkGetConstReferenceMacro(InitialTransformParameters,
ParametersType);
145 itkGetConstReferenceMacro(LastTransformParameters,
ParametersType);
156 using Superclass::MakeOutput;
161 #ifdef ITKV3_COMPATIBILITY
177 void StartRegistration(
void) { this->Update(); }
183 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
185 virtual void GenerateData() ITK_OVERRIDE;
203 #ifndef ITK_MANUAL_INSTANTIATION
204 #include "itkPointSetToPointSetRegistrationMethod.hxx"
PointSetToPointSetRegistrationMethod Self
DataObjectDecorator< TransformType > TransformOutputType
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
DataObject::Pointer DataObjectPointer
Light weight base class for most itk classes.
TransformOutputType::ConstPointer TransformOutputConstPointer
PointSetToPointSetMetric< FixedPointSetType, MovingPointSetType > MetricType
TFixedPointSet FixedPointSetType
virtual ~PointSetToPointSetRegistrationMethod() override
SmartPointer< const Self > ConstPointer
MultipleValuedNonLinearOptimizer OptimizerType
unsigned long ModifiedTimeType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Computes similarity between two point sets.
SmartPointer< Self > Pointer
Base class for PointSet to PointSet Registration Methods.
MetricType::TransformParametersType ParametersType
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
Class to hold and manage different parameter types used during optimization.
Decorates any subclass of itkObject with a DataObject API.
TMovingPointSet MovingPointSetType
Generic representation for an optimization method.
FixedPointSetType::ConstPointer FixedPointSetConstPointer
This class is a base for the Optimization methods that optimize a multiple valued function...
MetricType::TransformType TransformType
TransformType::Pointer TransformPointer
TransformOutputType::Pointer TransformOutputPointer
Control indentation during Print() invocation.
MovingPointSetType::ConstPointer MovingPointSetConstPointer
MetricType::Pointer MetricPointer