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

Function Initialize

Common/DataModel/vtkStaticCellLinks.h:96–100  ·  view source on GitHub ↗

* Make sure any previously created links are cleaned up. */

Source from the content-addressed store, hash-verified

94 * Make sure any previously created links are cleaned up.
95 */
96 void Initialize() override
97 {
98 this->Impl->Initialize();
99 this->Modified();
100 }
101
102 /**
103 * Reclaim any unused memory.

Callers

nothing calls this directly

Calls 2

InitializeMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected