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

Method GetState

Serialization/Manager/vtkObjectManager.cxx:467–478  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

465
466//------------------------------------------------------------------------------
467std::string vtkObjectManager::GetState(vtkTypeUInt32 identifier)
468{
469 auto state = this->Context->GetState(identifier);
470 if (!state.empty() && !state.is_null())
471 {
472 return state.dump();
473 }
474 else
475 {
476 return "";
477 }
478}
479
480//------------------------------------------------------------------------------
481vtkSmartPointer<vtkObjectBase> vtkObjectManager::GetObjectAtId(vtkTypeUInt32 identifier)

Callers 13

InvokeMethod · 0.45
vtkSessionGetStateFunction · 0.45
testMethod · 0.45
test1Method · 0.45
test2Method · 0.45
testMethod · 0.45
test2Method · 0.45
deserializeMethod · 0.45
serializeMethod · 0.45
deserializeMethod · 0.45
deserializeMethod · 0.45

Calls 2

dumpMethod · 0.80
emptyMethod · 0.45

Tested by 10

testMethod · 0.36
test1Method · 0.36
test2Method · 0.36
testMethod · 0.36
test2Method · 0.36
deserializeMethod · 0.36
serializeMethod · 0.36
deserializeMethod · 0.36
deserializeMethod · 0.36
deserializeMethod · 0.36