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

Method UnRegisterState

Serialization/Manager/vtkObjectManager.cxx:402–406  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

400
401//------------------------------------------------------------------------------
402bool vtkObjectManager::UnRegisterState(vtkTypeUInt32 identifier)
403{
404 vtkVLog(this->GetObjectManagerLogVerbosity(), << "Unregistering state at id=" << identifier);
405 return this->Context->UnRegisterState(identifier);
406}
407
408//------------------------------------------------------------------------------
409void vtkObjectManager::Clear()

Callers 6

PruneUnusedStatesMethod · 0.45
vtkSessionDestroyObjectFunction · 0.45
deserializeMethod · 0.45
deserializeMethod · 0.45
deserializeMethod · 0.45

Calls 1

Tested by 3

deserializeMethod · 0.36
deserializeMethod · 0.36
deserializeMethod · 0.36