| 8 | #include <cstdint> |
| 9 | |
| 10 | VTK_ABI_NAMESPACE_BEGIN |
| 11 | |
| 12 | //------------------------------------------------------------------------------- |
| 13 | vtkStandaloneSession::vtkStandaloneSession() |
| 14 | { |
| 15 | this->Session = NewVTKInterfaceForJavaScript(); |
| 16 | vtkSessionInitializeObjectManager(this->Session); |
| 17 | } |
| 18 | |
| 19 | //------------------------------------------------------------------------------- |
| 20 | vtkStandaloneSession::~vtkStandaloneSession() |
nothing calls this directly
no test coverage detected