MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkModifiedBSPTree

Method ~vtkModifiedBSPTree

Filters/FlowPaths/vtkModifiedBSPTree.cxx:47–51  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

45
46//------------------------------------------------------------------------------
47vtkModifiedBSPTree::~vtkModifiedBSPTree()
48{
49 this->FreeSearchStructure();
50 this->FreeCellBounds();
51}
52
53//------------------------------------------------------------------------------
54void vtkModifiedBSPTree::FreeSearchStructure()

Callers

nothing calls this directly

Calls 2

FreeSearchStructureMethod · 0.95
FreeCellBoundsMethod · 0.80

Tested by

no test coverage detected