Home
last modified time | relevance | path

Searched refs:FindClosestPointWithinRadius (Results 1 – 25 of 90) sorted by relevance

1234

/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkOBBTree.h176 virtual vtkIdType FindClosestPointWithinRadius( in FindClosestPointWithinRadius() function
181 return Superclass::FindClosestPointWithinRadius in FindClosestPointWithinRadius()
187 virtual vtkIdType FindClosestPointWithinRadius( in FindClosestPointWithinRadius() function
193 return Superclass::FindClosestPointWithinRadius in FindClosestPointWithinRadius()
199 virtual vtkIdType FindClosestPointWithinRadius( in FindClosestPointWithinRadius() function
204 return Superclass::FindClosestPointWithinRadius in FindClosestPointWithinRadius()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkAbstractCellLocator.cxx114 vtkIdType vtkAbstractCellLocator::FindClosestPointWithinRadius(double x[3], double radius, in FindClosestPointWithinRadius() function in vtkAbstractCellLocator
118 return this->FindClosestPointWithinRadius( in FindClosestPointWithinRadius()
122 vtkIdType vtkAbstractCellLocator::FindClosestPointWithinRadius( in FindClosestPointWithinRadius() function in vtkAbstractCellLocator
126 return this->FindClosestPointWithinRadius( in FindClosestPointWithinRadius()
130 vtkIdType vtkAbstractCellLocator::FindClosestPointWithinRadius(double vtkNotUsed(x)[3], in FindClosestPointWithinRadius() function in vtkAbstractCellLocator
H A DvtkAbstractCellLocator.h181 virtual vtkIdType FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3],
198 virtual vtkIdType FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3],
217 virtual vtkIdType FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3],
H A DvtkKdTreePointLocator.cxx44 vtkIdType vtkKdTreePointLocator::FindClosestPointWithinRadius( in FindClosestPointWithinRadius() function in vtkKdTreePointLocator
48 return this->KdTree->FindClosestPointWithinRadius(radius, x, dist2); in FindClosestPointWithinRadius()
H A DvtkStaticPointLocator.h122 vtkIdType FindClosestPointWithinRadius(double radius, const double x[3], double& dist2) override;
123 virtual vtkIdType FindClosestPointWithinRadius(
H A DvtkStaticPointLocator2D.h127 vtkIdType FindClosestPointWithinRadius(double radius, const double x[3], double& dist2) override;
128 virtual vtkIdType FindClosestPointWithinRadius(
H A DvtkStaticCellLocator.h77 using vtkAbstractCellLocator::FindClosestPointWithinRadius;
150 vtkIdType FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3],
H A DvtkCellLocator.h71 using vtkAbstractCellLocator::FindClosestPointWithinRadius;
117 vtkIdType FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3],
H A DvtkPointLocator.h102 vtkIdType FindClosestPointWithinRadius(double radius, const double x[3], double& dist2) override;
103 virtual vtkIdType FindClosestPointWithinRadius(
H A DvtkKdTreePointLocator.h55 vtkIdType FindClosestPointWithinRadius(double radius, const double x[3], double& dist2) override;
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkAbstractCellLocator.cxx123 vtkIdType vtkAbstractCellLocator::FindClosestPointWithinRadius( in FindClosestPointWithinRadius() function in vtkAbstractCellLocator
131 return this->FindClosestPointWithinRadius( in FindClosestPointWithinRadius()
135 vtkIdType vtkAbstractCellLocator::FindClosestPointWithinRadius( in FindClosestPointWithinRadius() function in vtkAbstractCellLocator
142 return this->FindClosestPointWithinRadius( in FindClosestPointWithinRadius()
147 vtkIdType vtkAbstractCellLocator::FindClosestPointWithinRadius( in FindClosestPointWithinRadius() function in vtkAbstractCellLocator
H A DvtkAbstractCellLocator.h185 virtual vtkIdType FindClosestPointWithinRadius(
204 virtual vtkIdType FindClosestPointWithinRadius(
226 virtual vtkIdType FindClosestPointWithinRadius(
H A DvtkKdTreePointLocator.cxx44 vtkIdType vtkKdTreePointLocator::FindClosestPointWithinRadius( in FindClosestPointWithinRadius() function in vtkKdTreePointLocator
48 return this->KdTree->FindClosestPointWithinRadius(radius, x, dist2); in FindClosestPointWithinRadius()
H A DvtkStaticPointLocator.h121 vtkIdType FindClosestPointWithinRadius(
123 virtual vtkIdType FindClosestPointWithinRadius(double radius, const double x[3],
H A DvtkStaticPointLocator2D.h128 vtkIdType FindClosestPointWithinRadius(
130 virtual vtkIdType FindClosestPointWithinRadius(double radius, const double x[3],
H A DvtkCellLocator.h70 using vtkAbstractCellLocator::FindClosestPointWithinRadius;
116 vtkIdType FindClosestPointWithinRadius(
H A DvtkPointLocator.h102 vtkIdType FindClosestPointWithinRadius(
104 virtual vtkIdType FindClosestPointWithinRadius(
H A DvtkKdTreePointLocator.h55 vtkIdType FindClosestPointWithinRadius(
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkAbstractCellLocator.cxx125 vtkIdType vtkAbstractCellLocator::FindClosestPointWithinRadius( in FindClosestPointWithinRadius() function in vtkAbstractCellLocator
133 return this->FindClosestPointWithinRadius( in FindClosestPointWithinRadius()
137 vtkIdType vtkAbstractCellLocator::FindClosestPointWithinRadius( in FindClosestPointWithinRadius() function in vtkAbstractCellLocator
144 return this->FindClosestPointWithinRadius( in FindClosestPointWithinRadius()
149 vtkIdType vtkAbstractCellLocator::FindClosestPointWithinRadius( in FindClosestPointWithinRadius() function in vtkAbstractCellLocator
H A DvtkCellLocator.h139 virtual vtkIdType FindClosestPointWithinRadius( in FindClosestPointWithinRadius() function
144 return Superclass::FindClosestPointWithinRadius in FindClosestPointWithinRadius()
150 virtual vtkIdType FindClosestPointWithinRadius( in FindClosestPointWithinRadius() function
156 return Superclass::FindClosestPointWithinRadius in FindClosestPointWithinRadius()
176 virtual vtkIdType FindClosestPointWithinRadius(
H A DvtkAbstractCellLocator.h164 virtual vtkIdType FindClosestPointWithinRadius(
182 virtual vtkIdType FindClosestPointWithinRadius(
203 virtual vtkIdType FindClosestPointWithinRadius(
H A DvtkKdTreePointLocator.cxx44 vtkIdType vtkKdTreePointLocator::FindClosestPointWithinRadius( in FindClosestPointWithinRadius() function in vtkKdTreePointLocator
48 return this->KdTree->FindClosestPointWithinRadius(radius, x, dist2); in FindClosestPointWithinRadius()
H A DvtkPointLocator.h81 virtual vtkIdType FindClosestPointWithinRadius(
83 virtual vtkIdType FindClosestPointWithinRadius(double radius, const double x[3],
H A DvtkKdTreePointLocator.h50 virtual vtkIdType FindClosestPointWithinRadius(
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DTestStaticCellLocator.cxx80 static_ret = static_loc->FindClosestPointWithinRadius( in TestStaticCellLocator()
82 ref_ret = ref_loc->FindClosestPointWithinRadius( in TestStaticCellLocator()

1234