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

Method GetObjectIdMap

Web/Core/vtkWebApplication.cxx:454–457  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

452
453//------------------------------------------------------------------------------
454vtkObjectIdMap* vtkWebApplication::GetObjectIdMap()
455{
456 return this->Internals->ObjectIdMap;
457}
458
459//------------------------------------------------------------------------------
460std::string vtkWebApplication::GetObjectId(vtkObject* obj)

Callers 9

mapIdToObjectMethod · 0.80
getGlobalIdMethod · 0.80
freeObjectMethod · 0.80
freeObjectByIdMethod · 0.80
getViewMethod · 0.80
setActiveViewMethod · 0.80
addViewObserverMethod · 0.80
removeViewObserverMethod · 0.80
getViewStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected