18#ifndef itkParametricSpaceToImageSpaceMeshFilter_h
19#define itkParametricSpaceToImageSpaceMeshFilter_h
46template <
typename TInputMesh,
typename TOutputMesh>
60#ifndef ITK_FUTURE_LEGACY_REMOVE
61 using CoordRepType ITK_FUTURE_DEPRECATED(
62 "ITK 6 discourages using `CoordRepType`. Please use `CoordinateType` instead!") =
CoordinateType;
92#ifndef ITK_MANUAL_INSTANTIATION
93# include "itkParametricSpaceToImageSpaceMeshFilter.hxx"
Control indentation during Print() invocation.
Light weight base class for most itk classes.
typename OutputMeshType::Pointer OutputMeshPointer
TOutputMesh OutputMeshType
MeshToMeshFilter is the base class for all process objects that output mesh data, and require mesh da...
typename InputMeshType::Pointer InputMeshPointer
ParametricSpaceToImageSpaceMeshFilter takes an itk::Mesh on which the point Data is expected to conta...
ParametricSpaceToImageSpaceMeshFilter()
typename TInputMesh::CoordinateType CoordinateType
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateData() override
void GenerateOutputInformation() override
~ParametricSpaceToImageSpaceMeshFilter() override=default
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....