18 #ifndef __itkPointsLocator_h
19 #define __itkPointsLocator_h
41 template<
typename TPointIdentifier =
IdentifierType,
int VPointDimension = 3,
42 typename TCoordRep = float,
typename TPointsContainer =
43 VectorContainer<TPointIdentifier, Point<TCoordRep, VPointDimension> >
70 itkStaticConstMacro( PointDimension,
unsigned int, VPointDimension );
105 void FindClosestNPoints(
const PointType &,
unsigned int,
112 void FindPointsWithinRadius(
const PointType &,
double,
118 virtual void PrintSelf(std::ostream& os,
Indent indent)
const;
122 void operator=(
const Self& );
132 #ifndef ITK_MANUAL_INSTANTIATION
133 #include "itkPointsLocator.hxx"