18 #ifndef itkLandmarkSpatialObject_h
19 #define itkLandmarkSpatialObject_h
37 template<
unsigned int TDimension = 3 >
87 unsigned int depth = 0,
char *name = ITK_NULLPTR) const ITK_OVERRIDE;
94 unsigned int depth = 0,
char *name = ITK_NULLPTR) const ITK_OVERRIDE;
98 unsigned int depth,
char *name) const ITK_OVERRIDE;
110 void operator=(const Self &);
118 virtual
void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
122 #ifndef ITK_MANUAL_INSTANTIATION
123 #include "itkLandmarkSpatialObject.hxx"
126 #endif // itkLandmarkSpatialObject_h
Superclass::TransformType TransformType
BoundingBox< IdentifierType, VDimension, ScalarType, VectorContainerType > BoundingBoxType
Superclass::PointType PointType
Superclass::BoundingBoxType BoundingBoxType
SizeValueType GetNumberOfPoints(void) const override
Superclass::PointType PointType
bool IsEvaluableAt(const PointType &point, unsigned int depth=0, char *name=nullptr) const override
void SetPoints(PointListType &newPoints)
SpatialObjectPointType * GetPoint(IdentifierType id) override
LandmarkSpatialObject Self
Superclass::TransformType TransformType
This class serves as the base class for point-based spatial objects.
SmartPointer< const Self > ConstPointer
unsigned long SizeValueType
Representation of a Landmark based on the spatial object classes.
SizeValueType IdentifierType
const SpatialObjectPointType * GetPoint(IdentifierType id) const override
SmartPointer< PointContainerType > PointContainerPointer
bool ComputeLocalBoundingBox(void) const override
PointBasedSpatialObject< TDimension > Superclass
Superclass::SpatialObjectPointType SpatialObjectPointType
Point used for spatial objets.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
bool ValueAt(const PointType &point, double &value, unsigned int depth=0, char *name=nullptr) const override
bool IsInside(const PointType &point, unsigned int depth, char *name) const override
Control indentation during Print() invocation.
std::vector< LandmarkPointType > PointListType
virtual void PrintSelf(std::ostream &os, Indent indent) const override
Base class for all data objects in ITK.
VectorContainer< IdentifierType, PointType > PointContainerType
SmartPointer< Self > Pointer
PointListType & GetPoints()
SpatialObjectPoint< TDimension > SpatialObjectPointType
SpatialObjectPoint< TDimension > LandmarkPointType