18#ifndef itkLineSpatialObject_h
19#define itkLineSpatialObject_h
42template <
unsigned int TDimension = 3>
89#ifndef ITK_MANUAL_INSTANTIATION
90# include "itkLineSpatialObject.hxx"
SmartPointer< Self > Pointer
Point used for a line definition.
~LineSpatialObject() override=default
SmartPointer< const Self > ConstPointer
VectorContainer< PointType > PointContainerType
SmartPointer< Self > Pointer
std::vector< LinePointType > LinePointListType
PointBasedSpatialObject< TDimension, LineSpatialObjectPoint< TDimension > > Superclass
LightObject::Pointer InternalClone() const override
LineSpatialObjectPoint< TDimension > LinePointType
bool IsInsideInObjectSpace(const PointType &point) const override
SmartPointer< PointContainerType > PointContainerPointer
AffineTransform< ScalarType, VDimension > TransformType
bool IsInsideInObjectSpace(const PointType &point) const override
LineSpatialObjectPoint< TDimension > SpatialObjectPointType
PointBasedSpatialObject()
Point< ScalarType, VDimension > PointType
BoundingBox< IdentifierType, VDimension, ScalarType, VectorContainerType > BoundingBoxType
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
detail::VectorContainer< std::conditional_t< std::is_void_v< T2 >, SizeValueType, T1 >, std::conditional_t< std::is_void_v< T2 >, T1, T2 > > VectorContainer