-------------------------------------------------------------------------------
| 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) |