| 11 | #include <vtk_nlohmannjson.h> |
| 12 | |
| 13 | VTK_ABI_NAMESPACE_BEGIN |
| 14 | |
| 15 | //------------------------------------------------------------------------------- |
| 16 | vtkRemoteSession::vtkRemoteSession() |
| 17 | { |
| 18 | this->Session = NewVTKInterfaceForJavaScript(); |
| 19 | vtkSessionInitializeObjectManager(this->Session); |
| 20 | } |
| 21 | |
| 22 | //------------------------------------------------------------------------------- |
| 23 | vtkRemoteSession::~vtkRemoteSession() |
nothing calls this directly
no test coverage detected