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