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

Method GetObjectAtId

Serialization/Manager/vtkObjectManager.cxx:481–484  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

479
480//------------------------------------------------------------------------------
481vtkSmartPointer<vtkObjectBase> vtkObjectManager::GetObjectAtId(vtkTypeUInt32 identifier)
482{
483 return this->Context->GetObjectAtId(identifier);
484}
485
486//------------------------------------------------------------------------------
487std::vector<std::string> vtkObjectManager::GetBlobHashes(const std::vector<vtkTypeUInt32>& ids)

Callers 15

ImportFromBytesMethod · 0.45
UnRegisterObjectMethod · 0.45
UpdateObjectFromStateMethod · 0.45
UpdateStateFromObjectMethod · 0.45
vtkSessionInvokeFunction · 0.45
vtkSessionSetSizeFunction · 0.45
vtkSessionRenderFunction · 0.45
vtkSessionResetCameraFunction · 0.45
vtkSessionStartEventLoopFunction · 0.45
vtkSessionStopEventLoopFunction · 0.45

Calls

no outgoing calls

Tested by 15

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