18#ifndef itkTransformToDisplacementFieldFilter_h
19#define itkTransformToDisplacementFieldFilter_h
54template <
typename TOutputImage,
typename TParametersValueType =
double>
83 using PixelType =
typename OutputImageType::PixelType;
86 using SizeType =
typename RegionType::SizeType;
87 using IndexType =
typename OutputImageType::IndexType;
88 using PointType =
typename OutputImageType::PointType;
155 itkSetMacro(UseReferenceImage,
bool);
156 itkBooleanMacro(UseReferenceImage);
157 itkGetConstMacro(UseReferenceImage,
bool);
202#ifndef ITK_MANUAL_INSTANTIATION
203# include "itkTransformToDisplacementFieldFilter.hxx"
Decorates any subclass of itkObject with a DataObject API.
Base class for templated image classes.
Control indentation during Print() invocation.
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
Protected method for setting indexed and named inputs.
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
double SpacePrecisionType
Represent a n-dimensional size (bounds) of a n-dimensional image.