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