18 #ifndef itkPointSetToSpatialObjectDemonsRegistration_h
19 #define itkPointSetToSpatialObjectDemonsRegistration_h
52 template<
typename TFixedPo
intSet,
typename TMovingSpatialObject >
91 void PrintSelf(std::ostream & os,
Indent indent)
const override;
99 #ifndef ITK_MANUAL_INSTANTIATION
100 #include "itkPointSetToSpatialObjectDemonsRegistration.hxx"
Light weight base class for most itk classes.
FixedPointSetConstPointer m_FixedPointSet
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Implementation of Demons Registration between a PointSet and a SpatialObject.
class ITK_FORWARD_EXPORT ProcessObject
typename FixedPointSetType::ConstPointer FixedPointSetConstPointer
MovingSpatialObjectConstPointer m_MovingSpatialObject
typename MovingSpatialObjectType::ConstPointer MovingSpatialObjectConstPointer
TMovingSpatialObject MovingSpatialObjectType
TFixedPointSet FixedPointSetType
Control indentation during Print() invocation.