18 #ifndef itkImageToParametricSpaceFilter_h
19 #define itkImageToParametricSpaceFilter_h
45 template <
typename TInputImage,
typename TOutputMesh>
82 static constexpr
unsigned int PointDimension = TOutputMesh::PointDimension;
86 GenerateData()
override;
90 GenerateOutputInformation()
override;
97 itkSetMacro(ComputeIndices,
bool);
103 PrintSelf(std::ostream & os,
Indent indent)
const override;
112 #ifndef ITK_MANUAL_INSTANTIATION
113 # include "itkImageToParametricSpaceFilter.hxx"