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

Method GetId

Serialization/Manager/vtkObjectManager.cxx:461–464  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

459
460//------------------------------------------------------------------------------
461vtkTypeUInt32 vtkObjectManager::GetId(vtkSmartPointer<vtkObjectBase> object)
462{
463 return this->Context->GetId(object);
464}
465
466//------------------------------------------------------------------------------
467std::string vtkObjectManager::GetState(vtkTypeUInt32 identifier)

Callers 7

PruneUnusedObjectsMethod · 0.45
testMethod · 0.45
test1Method · 0.45
test2Method · 0.45
serializeMethod · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by 5

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