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

Method Set

Web/WebAssemblySession/vtkStandaloneSession.cxx:38–44  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

36
37//-------------------------------------------------------------------------------
38void vtkStandaloneSession::Set(vtkObjectHandle object, emscripten::val properties)
39{
40 // Ensure the ID is set in the JSON state before updating the object
41 properties.set("Id", object);
42 vtkSessionJsonImpl propertiesImpl{ properties };
43 return vtkSessionUpdateObjectFromState(this->Session, &propertiesImpl);
44}
45
46//-------------------------------------------------------------------------------
47emscripten::val vtkStandaloneSession::Get(vtkObjectHandle object)

Callers

nothing calls this directly

Calls 2

setMethod · 0.45

Tested by

no test coverage detected