|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkSurfaceSpatialObject_h
19 #define itkSurfaceSpatialObject_h
38 template <
unsigned int TDimension = 3>
76 Approximate3DNormals();
84 PrintSelf(std::ostream & os,
Indent indent)
const override;
87 InternalClone()
const override;
92 #ifndef ITK_MANUAL_INSTANTIATION
93 # include "itkSurfaceSpatialObject.hxx"
96 #endif // itkSurfaceSpatialObject_h
This class serves as the base class for point-based spatial objects.
typename Superclass::PointType PointType
typename Superclass::BoundingBoxType BoundingBoxType
ImageBaseType::PointType PointType
Control indentation during Print() invocation.
typename Superclass::TransformType TransformType
Point used for a Surface definition.
typename Superclass::SpatialObjectPointType SpatialObjectPointType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename Superclass::CovariantVectorType CovariantVectorType
Base class for most ITK classes.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Representation of a Surface based on the spatial object classes.
std::vector< SurfacePointType > SurfacePointListType
Base class for all data objects in ITK.