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

Method UpdateObjectFromState

Web/WebAssemblySession/vtkRemoteSession.cxx:193–197  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

191
192//-------------------------------------------------------------------------------
193void vtkRemoteSession::UpdateObjectFromState(emscripten::val state)
194{
195 vtkSessionJsonImpl stateImpl{ state };
196 return vtkSessionUpdateObjectFromState(this->Session, &stateImpl);
197}
198
199//-------------------------------------------------------------------------------
200void vtkRemoteSession::UpdateStateFromObject(vtkTypeUInt32 object)

Callers 1

BindRenderWindowMethod · 0.45

Calls 1

Tested by

no test coverage detected