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

Method Get

Web/WebAssemblySession/vtkRemoteSession.cxx:63–71  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

61
62//-------------------------------------------------------------------------------
63emscripten::val vtkRemoteSession::Get(vtkTypeUInt32 object)
64{
65
66 vtkSessionUpdateStateFromObject(this->Session, object);
67 auto propertiesImpl = vtkSessionGetState(this->Session, object);
68 auto result = std::move(propertiesImpl->JsonValue);
69 delete propertiesImpl;
70 return result;
71}
72
73//-------------------------------------------------------------------------------
74void vtkRemoteSession::SkipProperty(const std::string& className, const std::string& propertyName)

Callers 10

getMethod · 0.45
DataSetMethod · 0.45
ResetTkImageViewerMethod · 0.45
GetInputDataMethod · 0.45
GetOutputDataMethod · 0.45
GetInputDataMethod · 0.45
GetOutputDataMethod · 0.45
RequestDataObjectMethod · 0.45
RequestInformationMethod · 0.45
RequestUpdateExtentMethod · 0.45

Calls 2

vtkSessionGetStateFunction · 0.85

Tested by

no test coverage detected