------------------------------------------------------------------------------
| 43 | |
| 44 | //------------------------------------------------------------------------------ |
| 45 | vtkIdType vtkHyperTreeGridGeometricLocator::Search(const double point[3]) |
| 46 | { |
| 47 | vtkNew<vtkHyperTreeGridNonOrientedGeometryCursor> cursor; |
| 48 | return this->Search(point, cursor); |
| 49 | } |
| 50 | |
| 51 | //------------------------------------------------------------------------------ |
| 52 | vtkIdType vtkHyperTreeGridGeometricLocator::Search( |