18 #ifndef itkParametricSpaceToImageSpaceMeshFilter_h
19 #define itkParametricSpaceToImageSpaceMeshFilter_h
46 template<
typename TInputMesh,
typename TOutputMesh >
76 void PrintSelf(std::ostream & os,
Indent indent)
const override;
79 void GenerateData()
override;
82 void GenerateOutputInformation()
override;
86 #ifndef ITK_MANUAL_INSTANTIATION
87 #include "itkParametricSpaceToImageSpaceMeshFilter.hxx"
Light weight base class for most itk classes.
TOutputMesh OutputMeshType
MeshToMeshFilter is the base class for all process objects that output mesh data, and require mesh da...
ParametricSpaceToImageSpaceMeshFilter takes an itk::Mesh on which the point Data is expected to conta...
typename InputMeshType::Pointer InputMeshPointer
typename OutputMeshType::Pointer OutputMeshPointer
Control indentation during Print() invocation.
typename TInputMesh::CoordRepType CoordRepType