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

Method ~vtkBSPIntersections

Common/DataModel/vtkBSPIntersections.cxx:75–79  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

73
74//------------------------------------------------------------------------------
75vtkBSPIntersections::~vtkBSPIntersections()
76{
77 this->SetCuts(nullptr);
78 delete[] this->RegionList;
79}
80//------------------------------------------------------------------------------
81int vtkBSPIntersections::BuildRegionList()
82{

Callers

nothing calls this directly

Calls 1

SetCutsMethod · 0.45

Tested by

no test coverage detected