18 #ifndef itkLandmarkSpatialObject_h
19 #define itkLandmarkSpatialObject_h
37 template<
unsigned int TDimension = 3 >
73 void PrintSelf(std::ostream & os,
Indent indent)
const override;
80 #ifndef ITK_MANUAL_INSTANTIATION
81 #include "itkLandmarkSpatialObject.hxx"
84 #endif // itkLandmarkSpatialObject_h
std::vector< LandmarkPointType > LandmarkPointListType
This class serves as the base class for point-based spatial objects.
Representation of a Landmark based on the spatial object classes.
typename Superclass::BoundingBoxType BoundingBoxType
typename Superclass::SpatialObjectPointType SpatialObjectPointType
Point used for spatial objets.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
typename Superclass::PointType PointType
Control indentation during Print() invocation.
typename Superclass::TransformType TransformType
ImageBaseType::PointType PointType
Base class for most ITK classes.
Base class for all data objects in ITK.