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....
*par Constraints *The filter 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
detail::VectorContainer< std::conditional_t< std::is_void_v< T2 >, SizeValueType, T1 >, std::conditional_t< std::is_void_v< T2 >, T1, T2 > > VectorContainer