18 #ifndef itkParametricSpaceToImageSpaceMeshFilter_h
19 #define itkParametricSpaceToImageSpaceMeshFilter_h
46 template<
typename TInputMesh,
typename TOutputMesh >
88 #ifndef ITK_MANUAL_INSTANTIATION
89 #include "itkParametricSpaceToImageSpaceMeshFilter.hxx"
MeshToMeshFilter< TInputMesh, TOutputMesh > Superclass
void PrintSelf(std::ostream &os, Indent indent) const override
Light weight base class for most itk classes.
~ParametricSpaceToImageSpaceMeshFilter()
OutputMeshType::Pointer OutputMeshPointer
virtual void GenerateData() override
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...
virtual void GenerateOutputInformation(void) override
TOutputMesh OutputMeshType
ParametricSpaceToImageSpaceMeshFilter()
ParametricSpaceToImageSpaceMeshFilter Self
TInputMesh::CoordRepType CoordRepType
Control indentation during Print() invocation.
SmartPointer< Self > Pointer