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

Method Initialize

Common/ExecutionModel/vtkSpanSpace.cxx:456–463  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

454//------------------------------------------------------------------------------
455// Frees memory and resets object as appropriate.
456void vtkSpanSpace::Initialize()
457{
458 if (this->SpanSpace)
459 {
460 delete this->SpanSpace;
461 this->SpanSpace = nullptr;
462 }
463}
464
465//------------------------------------------------------------------------------
466// Construct the scalar tree / span space from the dataset

Callers 5

~vtkSpanSpaceMethod · 0.95
BuildTreeMethod · 0.95
ProcessRequestMethod · 0.45
RequestDataMethod · 0.45
ExecuteDataEndMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected