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

Function vtkSessionGetManager

Serialization/Manager/vtkSession.cxx:78–81  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

76
77 //-------------------------------------------------------------------------------
78 void* vtkSessionGetManager(vtkSession session)
79 {
80 return session ? session->Manager.GetPointer() : nullptr;
81 }
82
83 //-------------------------------------------------------------------------------
84 vtkObjectHandle vtkSessionCreateObject(vtkSession session, const char* className)

Callers 4

InvokeMethod · 0.85
BindRenderWindowMethod · 0.85
InvokeMethod · 0.85
TestSessionFunction · 0.85

Calls 1

GetPointerMethod · 0.45

Tested by 1

TestSessionFunction · 0.68