18 #ifndef __itkImageToParametricSpaceFilter_h
19 #define __itkImageToParametricSpaceFilter_h
45 template<
class TInputImage,
class TOutputMesh >
70 typedef typename OutputMeshType::PointType
PointType;
81 itkStaticConstMacro(PointDimension,
unsigned int,
82 TOutputMesh::PointDimension);
85 void GenerateData(
void);
88 void GenerateOutputInformation(
void);
95 itkSetMacro(ComputeIndices,
bool);
100 void PrintSelf(std::ostream & os,
Indent indent)
const;
113 #ifndef ITK_MANUAL_INSTANTIATION
114 #include "itkImageToParametricSpaceFilter.hxx"