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

Method Initialize

Common/DataModel/vtkLocator.cxx:32–36  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

30
31//------------------------------------------------------------------------------
32void vtkLocator::Initialize()
33{
34 // free up hash table
35 this->FreeSearchStructure();
36}
37
38//------------------------------------------------------------------------------
39void vtkLocator::Update()

Callers

nothing calls this directly

Calls 1

FreeSearchStructureMethod · 0.45

Tested by

no test coverage detected