|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkMeshSpatialObject_h
19 #define itkMeshSpatialObject_h
37 template <
typename TMesh = Mesh<
int>>
44 static constexpr
unsigned int Dimension = TMesh::PointDimension;
52 using typename Superclass::TransformType;
54 using typename Superclass::BoundingBoxType;
92 using Superclass::IsInsideInObjectSpace;
96 GetMTime()
const override;
98 #if !defined(ITK_LEGACY_REMOVE)
100 itkLegacyMacro(
const char * GetPixelTypeName())
102 return m_PixelType.c_str();
112 itkSetMacro(IsInsidePrecisionInObjectSpace,
double);
113 itkGetConstMacro(IsInsidePrecisionInObjectSpace,
double);
119 ComputeMyBoundingBox()
override;
125 PrintSelf(std::ostream & os,
Indent indent)
const override;
128 InternalClone()
const override;
132 #if !defined(ITK_LEGACY_REMOVE)
133 std::string m_PixelType{};
135 double m_IsInsidePrecisionInObjectSpace{};
140 #ifndef ITK_MANUAL_INSTANTIATION
141 # include "itkMeshSpatialObject.hxx"
144 #endif // itkMeshSpatialObject_h
typename PointContainerType::Pointer PointContainerPointer
SmartPointer< Self > Pointer
Implementation of an Mesh as spatial object.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
SizeValueType ModifiedTimeType
typename MeshType::Pointer MeshPointer
ImageBaseType::PointType PointType
Control indentation during Print() invocation.
*par Constraints *The filter requires an image with at least two dimensions and a vector *length of at least The theory supports extension to scalar but *the implementation of the itk vector classes do not **The template parameter TRealType must be floating point(float or double) or *a user-defined "real" numerical type with arithmetic operations defined *sufficient to compute derivatives. **\par Performance *This filter will automatically multithread if run with *SetUsePrincipleComponents
Implementation of the composite pattern.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Base class for most ITK classes.
A templated class holding a geometric point in n-Dimensional space.
constexpr unsigned int Dimension
Base class for all data objects in ITK.