18 #ifndef itkContourSpatialObjectPoint_h
19 #define itkContourSpatialObjectPoint_h
36 template<
unsigned int TPo
intDimension = 3 >
58 void SetPickedPoint(const
PointType & point);
61 void SetPickedPoint(const
double pointx, const
double pointy);
64 void SetPickedPoint(const
double pointx,
65 const
double pointy, const
double pointz);
74 void SetNormal(const
double normalx, const
double normaly);
77 void SetNormal(const
double normalx,
78 const
double normaly, const
double normalz);
85 virtual
void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
94 #ifndef ITK_MANUAL_INSTANTIATION
95 #include "itkContourSpatialObjectPoint.hxx"
98 #endif // itkContourSpatialObjectPoint_h
ContourSpatialObjectPoint Self
Point used for a Contour definition.
Point used for spatial objets.
SpatialObjectPoint< TPointDimension > Superclass
Point< double, TPointDimension > PointType
Control indentation during Print() invocation.
CovariantVector< double, TPointDimension > VectorType