18 #ifndef __itkBlobSpatialObject_h
19 #define __itkBlobSpatialObject_h
42 template <
unsigned int TDimension = 3 >
81 return &(m_Points[id]);
92 bool IsEvaluableAt(
const PointType & point,
93 unsigned int depth=0,
char * name=
NULL )
const;
99 bool ValueAt(
const PointType & point,
double & value,
100 unsigned int depth=0,
char * name=
NULL )
const;
103 bool IsInside(
const PointType & point,
104 unsigned int depth,
char * name)
const;
109 bool IsInside(
const PointType & point)
const;
112 bool ComputeLocalBoundingBox()
const;
116 void operator=(
const Self&);
124 virtual void PrintSelf( std::ostream& os,
Indent indent )
const;
129 #ifndef ITK_MANUAL_INSTANTIATION
133 #endif // __itkBlobSpatialObject_h