18#ifndef itkImageToParametricSpaceFilter_h
19#define itkImageToParametricSpaceFilter_h
45template <
typename TInputImage,
typename TOutputMesh>
71 using PointType =
typename OutputMeshType::PointType;
97 itkSetMacro(ComputeIndices,
bool);
98 itkGetConstMacro(ComputeIndices,
bool);
99 itkBooleanMacro(ComputeIndices);
115#ifndef ITK_MANUAL_INSTANTIATION
116# include "itkImageToParametricSpaceFilter.hxx"
typename OutputMeshType::PointDataContainer PointDataContainer
ImageToParametricSpaceFilter()
typename OutputMeshType::Pointer OutputMeshPointer
typename InputImageType::ConstPointer InputImageConstPointer
typename PointDataContainer::Pointer PointDataContainerPointer
typename OutputMeshType::PointType PointType
ImageToParametricSpaceFilter Self
static constexpr unsigned int PointDimension
typename PointDataContainer::Iterator PointDataContainerIterator
TOutputMesh OutputMeshType
typename OutputMeshType::PointIdentifier PointIdentifier
typename PointsContainer::Pointer PointsContainerPointer
typename OutputMeshType::PointsContainer PointsContainer
SmartPointer< const Self > ConstPointer
TInputImage InputImageType
~ImageToParametricSpaceFilter() override=default
typename InputImageType::PixelType InputImagePixelType
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateData() override
ImageToMeshFilter< TInputImage, TOutputMesh > Superclass
typename PointsContainer::Iterator PointsContainerIterator
typename InputImageType::RegionType InputImageRegionType
void GenerateOutputInformation() override
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....