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

Method GetAssemblyPath

Rendering/Core/vtkInteractorObserver.cxx:189–199  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

187
188//------------------------------------------------------------------------------
189vtkAssemblyPath* vtkInteractorObserver::GetAssemblyPath(
190 double X, double Y, double Z, vtkAbstractPropPicker* picker)
191{
192 if (!this->GetPickingManager())
193 {
194 picker->Pick(X, Y, Z, this->CurrentRenderer);
195 return picker->GetPath();
196 }
197
198 return this->GetPickingManager()->GetAssemblyPath(X, Y, Z, picker, this->CurrentRenderer, this);
199}
200
201//------------------------------------------------------------------------------
202void vtkInteractorObserver::ProcessEvents(

Callers

nothing calls this directly

Calls 3

GetPickingManagerMethod · 0.95
PickMethod · 0.45
GetPathMethod · 0.45

Tested by

no test coverage detected