|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkLineSpatialObject_h
19 #define itkLineSpatialObject_h
42 template <
unsigned int TDimension = 3>
59 using typename Superclass::SpatialObjectPointType;
61 using typename Superclass::TransformType;
62 using typename Superclass::BoundingBoxType;
78 using Superclass::IsInsideInObjectSpace;
85 InternalClone()
const override;
89 #ifndef ITK_MANUAL_INSTANTIATION
90 # include "itkLineSpatialObject.hxx"
93 #endif // itkLineSpatialObject_h
This class serves as the base class for point-based spatial objects.
Representation of a Line based on the spatial object classes.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
std::vector< LinePointType > LinePointListType
ImageBaseType::PointType PointType
*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
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Base class for most ITK classes.
Point used for a line definition.
A templated class holding a geometric point in n-Dimensional space.
Base class for all data objects in ITK.