Home
last modified time | relevance | path

Searched refs:selectionY (Results 1 – 25 of 69) sorted by relevance

123

/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
79 this->SelectionPoint[1] = selectionY; 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
43 this->SelectionPoint[1] = selectionY; in Pick()
50 static_cast<int>(selectionY)); in Pick()
78 display[1] = selectionY; 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
148 this->SelectionPoint[1] = selectionY; 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
79 this->SelectionPoint[1] = selectionY; 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
41 this->SelectionPoint[1] = selectionY; in Pick()
47 z = renderer->GetZ(static_cast<int>(selectionX), static_cast<int>(selectionY)); in Pick()
76 display[1] = selectionY; 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
83 this->SelectionPoint[1] = selectionY; 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
41 this->SelectionPoint[1] = selectionY; in Pick()
48 static_cast<int>(selectionY)); in Pick()
76 display[1] = selectionY; 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.c93 gint selectionY; member
422 for (y = dm->selectionY; y < (dm->selectionY + dm->selectionHeight); y++) in DepthMerge_execute()
471 gimp_progress_update ((double)(y-dm->selectionY) / 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()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/dotplot/src/
H A DDotPlotWidget.cpp486 selectionY = s; in sl_onSequenceSelectionChanged()
1170 if (!(selectionX || selectionY)) { in drawSelection()
1210 if (!selectionY || selectionY->getSelectedRegions().size() == 0) { in drawSelection()
1227 …selectionX || selectionX->getSelectedRegions().size() == 0) && (selectionY && selectionY->getSelec… in drawSelection()
1231 foreach (const U2Region &ry, selectionY->getSelectedRegions()) { in drawSelection()
1366 if (selectionY && !selectionY->getSelectedRegions().isEmpty()) { in zoomIn()
1370 zoomTo(Qt::YAxis, selectionY->getSelectedRegions().at(1)); in zoomIn()
1455 selectionY = nullptr; in sequencesMouseSelection()
1920 if (selectionY) { in hasSelection()
1921 foreach (const U2Region &lr, selectionY->getSelectedRegions()) { 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
87 this->SelectionPoint[1] = selectionY; 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
87 this->SelectionPoint[1] = selectionY; 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
90 this->SelectionPoint[1] = selectionY; in Pick()
118 renderer->SetDisplayPoint(selectionX, selectionY, selectionZ); in Pick()

123