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

Method Initialize

Common/ExecutionModel/vtkSimpleScalarTree.cxx:75–79  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Initialize locator. Frees memory and resets object as appropriate.

Source from the content-addressed store, hash-verified

73//------------------------------------------------------------------------------
74// Initialize locator. Frees memory and resets object as appropriate.
75void vtkSimpleScalarTree::Initialize()
76{
77 delete[] this->Tree;
78 this->Tree = nullptr;
79}
80
81//------------------------------------------------------------------------------
82// Construct the scalar tree from the dataset provided. Checks build times

Callers 1

BuildTreeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected