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

Method GetAssemblyPath

Interaction/Widgets/vtkWidgetRepresentation.cxx:133–144  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

131
132//------------------------------------------------------------------------------
133vtkAssemblyPath* vtkWidgetRepresentation::GetAssemblyPath(
134 double X, double Y, double Z, vtkAbstractPropPicker* picker)
135{
136 vtkPickingManager* pm = this->GetPickingManager();
137 if (!this->PickingManaged || !pm)
138 {
139 picker->Pick(X, Y, Z, this->Renderer);
140 return picker->GetPath();
141 }
142
143 return pm->GetAssemblyPath(X, Y, 0., picker, this->Renderer, this);
144}
145
146//------------------------------------------------------------------------------
147vtkAssemblyPath* vtkWidgetRepresentation::GetAssemblyPath3DPoint(

Callers 15

SubclassHoverActionMethod · 0.45
OnStartPinchMethod · 0.45
OnLeftButtonDownMethod · 0.45
OnMiddleButtonDownMethod · 0.45
OnRightButtonDownMethod · 0.45
OnLeftButtonDownMethod · 0.45
OnMiddleButtonDownMethod · 0.45
OnRightButtonDownMethod · 0.45

Calls 3

GetPickingManagerMethod · 0.95
PickMethod · 0.45
GetPathMethod · 0.45

Tested by

no test coverage detected