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

Method vtkBSPIntersections

Common/DataModel/vtkBSPIntersections.cxx:65–72  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

63
64//------------------------------------------------------------------------------
65vtkBSPIntersections::vtkBSPIntersections()
66{
67 this->Cuts = nullptr;
68 this->NumberOfRegions = 0;
69 this->RegionList = nullptr;
70 this->ComputeIntersectionsUsingDataBounds = 0;
71 vtkMath::UninitializeBounds(this->CellBoundsCache);
72}
73
74//------------------------------------------------------------------------------
75vtkBSPIntersections::~vtkBSPIntersections()

Callers

nothing calls this directly

Calls 1

UninitializeBoundsFunction · 0.85

Tested by

no test coverage detected