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

Method GetActiveObject

Web/Core/vtkObjectIdMap.cxx:89–96  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

87
88//------------------------------------------------------------------------------
89vtkObject* vtkObjectIdMap::GetActiveObject(const char* objectType)
90{
91 if (objectType)
92 {
93 return this->Internals->ActiveObjects[objectType];
94 }
95 return nullptr;
96}
97
98//------------------------------------------------------------------------------
99bool vtkObjectIdMap::FreeObject(vtkObject* obj)

Callers 1

getViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected