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

Method FreeSearchStructure

Filters/FlowPaths/vtkModifiedBSPTree.cxx:54–59  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

52
53//------------------------------------------------------------------------------
54void vtkModifiedBSPTree::FreeSearchStructure()
55{
56 this->mRoot.reset();
57 this->Level = 0;
58 this->npn = this->nln = this->tot_depth = 0;
59}
60
61//////////////////////////////////////////////////////////////////////////////
62// Here's the stuff for spatial subdivision

Callers 2

~vtkModifiedBSPTreeMethod · 0.95
BuildLocatorInternalMethod · 0.95

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected