18 #ifndef __itkContourSpatialObjectPoint_h
19 #define __itkContourSpatialObjectPoint_h
36 template<
unsigned int TPo
intDimension = 3 >
63 const double pointy,
const double pointz);
71 void SetNormal(
const double normalx,
const double normaly);
74 const double normaly,
const double normalz);
89 #ifndef ITK_MANUAL_INSTANTIATION
90 #include "itkContourSpatialObjectPoint.hxx"
93 #endif // __itkContourSpatialObjectPoint_h
ContourSpatialObjectPoint Self
const VectorType & GetNormal(void) const
virtual void PrintSelf(std::ostream &os, Indent indent) const
Point used for a Contour definition.
ContourSpatialObjectPoint(void)
const PointType & GetPickedPoint(void) const
Self & operator=(const ContourSpatialObjectPoint &rhs)
Point used for spatial objets.
SpatialObjectPoint< TPointDimension > Superclass
Point< double, TPointDimension > PointType
Control indentation during Print() invocation.
CovariantVector< double, TPointDimension > VectorType
void SetPickedPoint(const PointType &point)
void SetNormal(const VectorType &normal)
virtual ~ContourSpatialObjectPoint(void)