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

Function vtkSessionDestroyObject

Serialization/Manager/vtkSession.cxx:103–108  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

101
102 //-------------------------------------------------------------------------------
103 vtkSessionResult vtkSessionDestroyObject(vtkSession session, vtkObjectHandle object)
104 {
105 bool result = session->Manager->UnRegisterObject(object);
106 result &= session->Manager->UnRegisterState(object);
107 return result ? vtkSessionResultSuccess : vtkSessionResultFailure;
108 }
109
110 //-------------------------------------------------------------------------------
111 vtkSessionResult vtkSessionRegisterState(vtkSession session, vtkSessionJson state)

Callers 1

DestroyMethod · 0.85

Calls 2

UnRegisterObjectMethod · 0.45
UnRegisterStateMethod · 0.45

Tested by

no test coverage detected