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

Method Set

Web/WebAssemblySession/vtkRemoteSession.cxx:54–60  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

52
53//-------------------------------------------------------------------------------
54void vtkRemoteSession::Set(vtkTypeUInt32 object, emscripten::val properties)
55{
56 // Ensure the ID is set in the JSON state before updating the object
57 properties.set("Id", object);
58 vtkSessionJsonImpl propertiesImpl{ properties };
59 return vtkSessionUpdateObjectFromState(this->Session, &propertiesImpl);
60}
61
62//-------------------------------------------------------------------------------
63emscripten::val vtkRemoteSession::Get(vtkTypeUInt32 object)

Callers 9

__new__Method · 0.45
DataSetMethod · 0.45
RequestDataObjectMethod · 0.45
RequestInformationMethod · 0.45
RequestUpdateExtentMethod · 0.45

Calls 2

setMethod · 0.45

Tested by

no test coverage detected