MCPcopy Create free account
hub / github.com/Kitware/VTK / ViewOrderAllRegionsInDirection

Method ViewOrderAllRegionsInDirection

Common/DataModel/vtkKdTree.cxx:4350–4354  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

4348
4349//------------------------------------------------------------------------------
4350int vtkKdTree::ViewOrderAllRegionsInDirection(
4351 const double directionOfProjection[3], vtkIntArray* orderedList)
4352{
4353 return this->ViewOrderRegionsInDirection_(nullptr, directionOfProjection, orderedList);
4354}
4355
4356//------------------------------------------------------------------------------
4357int vtkKdTree::ViewOrderRegionsFromPosition(

Callers 1

Calls 1

Tested by

no test coverage detected