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

Method SetCuts

Common/DataModel/vtkKdTree.cxx:354–357  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

352
353//------------------------------------------------------------------------------
354void vtkKdTree::SetCuts(vtkBSPCuts* cuts)
355{
356 this->SetCuts(cuts, 1);
357}
358
359//------------------------------------------------------------------------------
360void vtkKdTree::SetCuts(vtkBSPCuts* cuts, int userDefined)

Callers 3

~vtkKdTreeMethod · 0.95
SetCalculatorMethod · 0.95
~vtkBSPIntersectionsMethod · 0.45

Calls 5

DeleteMethod · 0.65
EqualsMethod · 0.45
ModifiedMethod · 0.45
UnRegisterMethod · 0.45
RegisterMethod · 0.45

Tested by

no test coverage detected