|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkLineSpatialObject_h
19 #define itkLineSpatialObject_h
42 template <
unsigned int TDimension = 3>
75 IsInsideInObjectSpace(
const PointType & point)
const override;
78 using Superclass::IsInsideInObjectSpace;
86 PrintSelf(std::ostream & os,
Indent indent)
const override;
89 InternalClone()
const override;
93 #ifndef ITK_MANUAL_INSTANTIATION
94 # include "itkLineSpatialObject.hxx"
97 #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.
std::vector< LinePointType > LinePointListType
typename Superclass::BoundingBoxType BoundingBoxType
ImageBaseType::PointType PointType
Control indentation during Print() invocation.
typename Superclass::SpatialObjectPointType SpatialObjectPointType
typename Superclass::TransformType TransformType
typename Superclass::PointType PointType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Base class for most ITK classes.
Point used for a line definition.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Base class for all data objects in ITK.