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

Method vtkRemoteSession

Web/WebAssemblySession/vtkRemoteSession.cxx:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Tested by

no test coverage detected