18 #ifndef itkImageToParametricSpaceFilter_h
19 #define itkImageToParametricSpaceFilter_h
45 template<
typename TInputImage,
typename TOutputMesh >
83 static constexpr
unsigned int PointDimension = TOutputMesh::PointDimension;
86 void GenerateData()
override;
89 void GenerateOutputInformation()
override;
96 itkSetMacro(ComputeIndices,
bool);
101 void PrintSelf(std::ostream & os,
Indent indent)
const override;
110 #ifndef ITK_MANUAL_INSTANTIATION
111 #include "itkImageToParametricSpaceFilter.hxx"
Light weight base class for most itk classes.
typename OutputMeshType::PointType PointType
Generate a mesh of parametric space from input images.
typename OutputMeshType::PointsContainer PointsContainer
typename InputImageType::RegionType InputImageRegionType
typename OutputMeshType::Pointer OutputMeshPointer
typename InputImageType::PixelType InputImagePixelType
ImageToMeshFilter is the base class for all process objects that output Mesh data and require image d...
typename PointDataContainer::Pointer PointDataContainerPointer
typename OutputMeshType::PointIdentifier PointIdentifier
typename PointsContainer::Iterator PointsContainerIterator
typename PointDataContainer::Iterator PointDataContainerIterator
typename PointsContainer::Pointer PointsContainerPointer
Control indentation during Print() invocation.
ImageBaseType::PointType PointType
typename OutputMeshType::PointDataContainer PointDataContainer
typename InputImageType::ConstPointer InputImageConstPointer
ImageBaseType::RegionType RegionType
TInputImage InputImageType
TOutputMesh OutputMeshType