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

Method vtkStandaloneSession

Web/WebAssemblySession/vtkStandaloneSession.cxx:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Tested by

no test coverage detected