18#ifndef itkImageToParametricSpaceFilter_h
19#define itkImageToParametricSpaceFilter_h
45template <
typename TInputImage,
typename TOutputMesh>
82 static constexpr unsigned int PointDimension = TOutputMesh::PointDimension;
97 itkSetMacro(ComputeIndices,
bool);
98 itkGetConstMacro(ComputeIndices,
bool);
99 itkBooleanMacro(ComputeIndices);
111 bool m_ComputeIndices{};
115#ifndef ITK_MANUAL_INSTANTIATION
116# include "itkImageToParametricSpaceFilter.hxx"
ImageToMeshFilter is the base class for all process objects that output Mesh data and require image d...
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::PixelType InputImagePixelType
TInputImage InputImageType
TOutputMesh OutputMeshType
typename OutputMeshType::Pointer OutputMeshPointer
Generate a mesh of parametric space from input images.
typename OutputMeshType::PointDataContainer PointDataContainer
ImageToParametricSpaceFilter()
typename PointDataContainer::Pointer PointDataContainerPointer
typename OutputMeshType::PointType PointType
typename PointDataContainer::Iterator PointDataContainerIterator
typename OutputMeshType::PointIdentifier PointIdentifier
typename PointsContainer::Pointer PointsContainerPointer
typename OutputMeshType::PointsContainer PointsContainer
~ImageToParametricSpaceFilter() override=default
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateData() override
typename PointsContainer::Iterator PointsContainerIterator
void GenerateOutputInformation() override
Control indentation during Print() invocation.
Light weight base class for most itk classes.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::PointType PointType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....