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

Function vtkSessionGetState

Serialization/Manager/vtkSession.cxx:148–152  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

146
147 //-------------------------------------------------------------------------------
148 vtkSessionJson vtkSessionGetState(vtkSession session, vtkObjectHandle object)
149 {
150 auto stateJsonString = session->Manager->GetState(object);
151 return session->ParseJson(stateJsonString.c_str());
152 }
153
154 //-------------------------------------------------------------------------------
155 void vtkSessionSkipProperty(vtkSession session, const char* className, const char* propertyName)

Callers 3

GetStateMethod · 0.85
GetMethod · 0.85
GetMethod · 0.85

Calls 2

GetStateMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected