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

Method GetState

Web/WebAssemblySession/vtkRemoteSession.cxx:42–51  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

40
41//-------------------------------------------------------------------------------
42emscripten::val vtkRemoteSession::GetState(vtkTypeUInt32 object)
43{
44 vtkGenericWarningMacro(<< "Please use vtkRemoteSession::Get(vtkTypeUInt32 object) instead. "
45 "vtkRemoteSession::GetState(vtkTypeUInt32 object) "
46 "will be removed in a future release.");
47 auto resultImpl = vtkSessionGetState(this->Session, object);
48 auto result = std::move(resultImpl->JsonValue);
49 delete resultImpl;
50 return result;
51}
52
53//-------------------------------------------------------------------------------
54void vtkRemoteSession::Set(vtkTypeUInt32 object, emscripten::val properties)

Callers 1

BindRenderWindowMethod · 0.45

Calls 1

vtkSessionGetStateFunction · 0.85

Tested by

no test coverage detected