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

Method RegisterState

Web/WebAssemblySession/vtkRemoteSession.cxx:29–33  ·  view source on GitHub ↗

-------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

27
28//-------------------------------------------------------------------------------
29bool vtkRemoteSession::RegisterState(emscripten::val state)
30{
31 vtkSessionJsonImpl stateImpl{ state };
32 return vtkSessionRegisterState(this->Session, &stateImpl) == vtkSessionResultSuccess;
33}
34
35//-------------------------------------------------------------------------------
36bool vtkRemoteSession::UnRegisterState(vtkTypeUInt32 object)

Callers

nothing calls this directly

Calls 1

vtkSessionRegisterStateFunction · 0.85

Tested by

no test coverage detected