-------------------------------------------------------------------------------
| 24 | |
| 25 | //------------------------------------------------------------------------------- |
| 26 | vtkObjectHandle vtkStandaloneSession::Create(const std::string& className) |
| 27 | { |
| 28 | return vtkSessionCreateObject(this->Session, className.c_str()); |
| 29 | } |
| 30 | |
| 31 | //------------------------------------------------------------------------------- |
| 32 | void vtkStandaloneSession::Destroy(vtkObjectHandle object) |
nothing calls this directly
no test coverage detected