Home
last modified time | relevance | path

Searched refs:selectionX (Results 1 – 25 of 110) sorted by relevance

12345

/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkPropPicker.cxx44 int vtkPropPicker::Pick(double selectionX, double selectionY, in Pick() argument
49 return this->PickProp(selectionX, selectionY, renderer, this->PickList); in Pick()
53 return this->PickProp(selectionX, selectionY, renderer); in Pick()
59 int vtkPropPicker::PickProp(double selectionX, double selectionY, in PickProp() argument
63 int ret = this->PickProp(selectionX, selectionY, renderer); in PickProp()
72 int vtkPropPicker::PickProp(double selectionX, double selectionY, in PickProp() argument
78 this->SelectionPoint[0] = selectionX; in PickProp()
87 renderer->PickPropFrom(selectionX, selectionY, this->PickFromProps)); in PickProp()
93 this->WorldPointPicker->Pick(selectionX, selectionY, 0, renderer); in PickProp()
H A DvtkWorldPointPicker.cxx30 int vtkWorldPointPicker::Pick(double selectionX, double selectionY, in Pick() argument
42 this->SelectionPoint[0] = selectionX; in Pick()
49 z = renderer->GetZ (static_cast<int>(selectionX), in Pick()
77 display[0] = selectionX; in Pick()
H A DvtkPropPicker.h49 int PickProp(double selectionX, double selectionY, vtkRenderer *renderer);
54 int PickProp(double selectionX, double selectionY, vtkRenderer *renderer,
59 int Pick(double selectionX, double selectionY, double selectionZ,
H A DvtkRenderer.h396 vtkAssemblyPath* PickProp(double selectionX, double selectionY) in PickProp() argument
398 return this->PickProp(selectionX, selectionY, selectionX, selectionY); in PickProp()
H A DvtkViewport.h212 virtual vtkAssemblyPath* PickProp(double selectionX, double selectionY) = 0;
227 vtkAssemblyPath* PickPropFrom(double selectionX, double selectionY,
H A DvtkWorldPointPicker.h44 int Pick(double selectionX, double selectionY, double selectionZ,
H A DvtkPicker.cxx119 int vtkPicker::Pick(double selectionX, double selectionY, double selectionZ, in Pick() argument
147 this->SelectionPoint[0] = selectionX; in Pick()
176 renderer->SetDisplayPoint(selectionX, selectionY, selectionZ); in Pick()
H A DvtkAbstractPicker.h88 virtual int Pick(double selectionX, double selectionY, double selectionZ,
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkPropPicker.cxx49 double selectionX, double selectionY, double vtkNotUsed(z), vtkRenderer* renderer) in Pick() argument
53 return this->PickProp(selectionX, selectionY, renderer, this->PickList); in Pick()
57 return this->PickProp(selectionX, selectionY, renderer); in Pick()
63 double selectionX, double selectionY, vtkRenderer* renderer, vtkPropCollection* pickfrom) in PickProp() argument
66 int ret = this->PickProp(selectionX, selectionY, renderer); in PickProp()
73 int vtkPropPicker::PickProp(double selectionX, double selectionY, vtkRenderer* renderer) in PickProp() argument
78 this->SelectionPoint[0] = selectionX; in PickProp()
86 this->SetPath(renderer->PickPropFrom(selectionX, selectionY, this->PickFromProps)); in PickProp()
92 this->WorldPointPicker->Pick(selectionX, selectionY, 0, renderer); in PickProp()
H A DvtkWorldPointPicker.cxx29 double selectionX, double selectionY, double selectionZ, vtkRenderer* renderer) in Pick() argument
40 this->SelectionPoint[0] = selectionX; in Pick()
47 z = renderer->GetZ(static_cast<int>(selectionX), static_cast<int>(selectionY)); in Pick()
75 display[0] = selectionX; in Pick()
H A DvtkPropPicker.h53 int PickProp(double selectionX, double selectionY, vtkRenderer* renderer);
60 double selectionX, double selectionY, vtkRenderer* renderer, vtkPropCollection* pickfrom);
65 int Pick(double selectionX, double selectionY, double selectionZ, vtkRenderer* renderer) override;
H A DvtkViewport.h299 virtual vtkAssemblyPath* PickProp(double selectionX, double selectionY) = 0;
316 vtkAssemblyPath* PickPropFrom(double selectionX, double selectionY, vtkPropCollection*);
H A DvtkWorldPointPicker.h49 int Pick(double selectionX, double selectionY, double selectionZ, vtkRenderer* renderer) override;
H A DvtkRenderer.h588 vtkAssemblyPath* PickProp(double selectionX, double selectionY) override in PickProp() argument
590 return this->PickProp(selectionX, selectionY, selectionX, selectionY); in PickProp()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkPropPicker.cxx48 int vtkPropPicker::Pick(double selectionX, double selectionY, in Pick() argument
53 return this->PickProp(selectionX, selectionY, renderer, this->PickList); in Pick()
57 return this->PickProp(selectionX, selectionY, renderer); in Pick()
63 int vtkPropPicker::PickProp(double selectionX, double selectionY, in PickProp() argument
67 int ret = this->PickProp(selectionX, selectionY, renderer); in PickProp()
76 int vtkPropPicker::PickProp(double selectionX, double selectionY, in PickProp() argument
82 this->SelectionPoint[0] = selectionX; in PickProp()
91 renderer->PickPropFrom(selectionX, selectionY, this->PickFromProps)); in PickProp()
97 this->WorldPointPicker->Pick(selectionX, selectionY, 0, renderer); in PickProp()
H A DvtkWorldPointPicker.cxx28 int vtkWorldPointPicker::Pick(double selectionX, double selectionY, in Pick() argument
40 this->SelectionPoint[0] = selectionX; in Pick()
47 z = renderer->GetZ (static_cast<int>(selectionX), in Pick()
75 display[0] = selectionX; in Pick()
H A DvtkPropPicker.h53 int PickProp(double selectionX, double selectionY, vtkRenderer *renderer);
59 int PickProp(double selectionX, double selectionY, vtkRenderer *renderer,
65 int Pick(double selectionX, double selectionY, double selectionZ,
H A DvtkRenderer.h553 vtkAssemblyPath* PickProp(double selectionX, double selectionY) override in PickProp() argument
555 return this->PickProp(selectionX, selectionY, selectionX, selectionY); in PickProp()
H A DvtkViewport.h280 virtual vtkAssemblyPath* PickProp(double selectionX, double selectionY) = 0;
297 vtkAssemblyPath* PickPropFrom(double selectionX, double selectionY,
H A DvtkWorldPointPicker.h49 int Pick(double selectionX, double selectionY, double selectionZ,
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Ddepth-merge.c92 gint selectionX; member
466 GEGL_RECTANGLE (dm->selectionX, y, in DepthMerge_execute()
500 dm->selectionX, dm->selectionY, in DepthMerge_execute()
794 dm->selectionX, dm->selectionY, in DepthMerge_buildPreviewSourceImage()
805 dm->selectionX, dm->selectionY, in DepthMerge_buildPreviewSourceImage()
816 dm->selectionX, dm->selectionY, in DepthMerge_buildPreviewSourceImage()
827 dm->selectionX, dm->selectionY, in DepthMerge_buildPreviewSourceImage()
905 dm->selectionX, dm->selectionY, in dialogSource1ChangedCallback()
925 dm->selectionX, dm->selectionY, in dialogSource2ChangedCallback()
945 dm->selectionX, dm->selectionY, in dialogDepthMap1ChangedCallback()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/dotplot/src/
H A DDotPlotWidget.cpp480 selectionX = s; in sl_onSequenceSelectionChanged()
1170 if (!(selectionX || selectionY)) { in drawSelection()
1194 if ((selectionX && selectionX->getSelectedRegions().size() > 1)) { in drawSelection()
1195 const QVector<U2Region> &sel = selectionX->getSelectedRegions(); in drawSelection()
1205 if (selectionX) { in drawSelection()
1227 …if ((!selectionX || selectionX->getSelectedRegions().size() == 0) && (selectionY && selectionY->ge… in drawSelection()
1362 if (selectionX && !selectionX->getSelectedRegions().isEmpty()) { in zoomIn()
1363 zoomTo(Qt::XAxis, selectionX->getSelectedRegions().first()); in zoomIn()
1454 selectionX = nullptr; in sequencesMouseSelection()
1912 if (selectionX) { in hasSelection()
[all …]
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkResliceCursorPicker.cxx67 double selectionX, double selectionY, double selectionZ, vtkRenderer* renderer) in Pick() argument
86 this->SelectionPoint[0] = selectionX; in Pick()
115 renderer->SetDisplayPoint(selectionX, selectionY, selectionZ); in Pick()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkResliceCursorPicker.cxx66 int vtkResliceCursorPicker::Pick(double selectionX, double selectionY, in Pick() argument
86 this->SelectionPoint[0] = selectionX; in Pick()
115 renderer->SetDisplayPoint(selectionX, selectionY, selectionZ); in Pick()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkResliceCursorPicker.cxx66 int vtkResliceCursorPicker::Pick(double selectionX, double selectionY, in Pick() argument
89 this->SelectionPoint[0] = selectionX; in Pick()
118 renderer->SetDisplayPoint(selectionX, selectionY, selectionZ); in Pick()

12345