18 #ifndef __itkPointsLocator_h
19 #define __itkPointsLocator_h
42 typename TPointsContainer = VectorContainer< IdentifierType, Point< float, 3 > >
64 typedef typename PointsContainer::Element
PointType;
67 itkStaticConstMacro( PointDimension,
unsigned int, PointType::PointDimension );
102 void FindClosestNPoints(
const PointType &,
unsigned int,
109 void FindPointsWithinRadius(
const PointType &,
double,
115 virtual void PrintSelf(std::ostream& os,
Indent indent)
const;
119 void operator=(
const Self& );
129 #ifndef ITK_MANUAL_INSTANTIATION
130 #include "itkPointsLocator.hxx"