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

Method RemoveObserver

Web/WebAssembly/vtkWasmSceneManager.cxx:189–199  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

187
188//-------------------------------------------------------------------------------
189bool vtkWasmSceneManager::RemoveObserver(vtkTypeUInt32 identifier, unsigned long tag)
190{
191
192 auto object = vtkObject::SafeDownCast(this->GetObjectAtId(identifier));
193 if (object == nullptr)
194 {
195 return false;
196 }
197 object->RemoveObserver(tag);
198 return true;
199}
200
201//-------------------------------------------------------------------------------
202bool vtkWasmSceneManager::BindRenderWindow(

Callers 4

removeRenderObserverMethod · 0.45
removeViewObserverMethod · 0.45
SetListenerMethod · 0.45
RemoveListenerMethod · 0.45

Calls 1

GetObjectAtIdMethod · 0.45

Tested by

no test coverage detected