------------------------------------------------------------------------------
| 181 | |
| 182 | //------------------------------------------------------------------------------ |
| 183 | vtkPickingManager* vtkInteractorObserver::GetPickingManager() |
| 184 | { |
| 185 | return this->Interactor ? this->Interactor->GetPickingManager() : nullptr; |
| 186 | } |
| 187 | |
| 188 | //------------------------------------------------------------------------------ |
| 189 | vtkAssemblyPath* vtkInteractorObserver::GetAssemblyPath( |
no outgoing calls
no test coverage detected