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

Method GetObserver

Views/Core/vtkView.cxx:267–270  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

265
266//------------------------------------------------------------------------------
267vtkCommand* vtkView::GetObserver()
268{
269 return this->Observer;
270}
271
272//------------------------------------------------------------------------------
273void vtkView::ProcessEvents(vtkObject* caller, unsigned long eventId, void* callData)

Callers 8

AddRepresentationMethod · 0.95
RemoveRepresentationMethod · 0.95
vtkRenderViewMethod · 0.80
SetInteractorMethod · 0.80
SetInteractorStyleMethod · 0.80
SetInteractionModeMethod · 0.80
SetRenderWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected