Home
last modified time | relevance | path

Searched defs:SetPoint1 (Results 1 – 25 of 40) sorted by relevance

12

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/actions/
H A Drs_actioninfodist.h46 SetPoint1, /**< Setting the 1st point of the distance. */ enumerator
H A Drs_actiondrawcircle2p.h47 SetPoint1, /**< Setting the 1st point. */ enumerator
H A Drs_actiondrawcircle3p.h47 SetPoint1, /**< Setting the 1st point. */ enumerator
H A Drs_actiondrawarc3p.h47 SetPoint1, /**< Setting the 1st point. */ enumerator
H A Dlc_actiondrawcircle2pr.h40 SetPoint1, /**< Setting the 1st point. */ enumerator
H A Drs_actionselectintersected.h45 SetPoint1, /**< Setting the 1st corner of the window. */ enumerator
H A Drs_actiondrawellipsecenter3points.h41 SetPoint1=1, // Setting the First Point. */ enumerator
H A Drs_actiondrawellipse4points.h43 SetPoint1, // Setting the First Point. */ enumerator
H A Drs_actiondrawcircletan1_2p.h43 SetPoint1=1, // Setting the First Point. */ enumerator
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkAxisActor2D.h82 virtual void SetPoint1(double x[2]) { this->SetPosition(x); }; in SetPoint1() function
83 virtual void SetPoint1(double x, double y) { this->SetPosition(x,y); }; in SetPoint1() function
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkAxisActor2D.h87 virtual void SetPoint1(double x[2]) { this->SetPosition(x); }; in SetPoint1() function
88 virtual void SetPoint1(double x, double y) { this->SetPosition(x,y); }; in SetPoint1() function
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkAxisActor2D.h86 virtual void SetPoint1(double x[2]) { this->SetPosition(x); } in SetPoint1() function
87 virtual void SetPoint1(double x, double y) { this->SetPosition(x, y); } in SetPoint1() function
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/
H A DvtkPlaneSource.cxx298 void vtkPlaneSource::SetPoint1(double pnt[3]) in SetPoint1() function in vtkPlaneSource
349 void vtkPlaneSource::SetPoint1(double x, double y, double z) in SetPoint1() function in vtkPlaneSource
H A DvtkLineSource.cxx214 void vtkLineSource::SetPoint1(float point1f[3]) in SetPoint1() function in vtkLineSource
/dports/math/vtk6/VTK-6.2.0/Filters/Sources/
H A DvtkPlaneSource.cxx298 void vtkPlaneSource::SetPoint1(double pnt[3]) in SetPoint1() function in vtkPlaneSource
349 void vtkPlaneSource::SetPoint1(double x, double y, double z) in SetPoint1() function in vtkPlaneSource
H A DvtkLineSource.cxx214 void vtkLineSource::SetPoint1(float point1f[3]) in SetPoint1() function in vtkLineSource
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/
H A DvtkPlaneSource.cxx307 void vtkPlaneSource::SetPoint1(double pnt[3]) in SetPoint1() function in vtkPlaneSource
357 void vtkPlaneSource::SetPoint1(double x, double y, double z) in SetPoint1() function in vtkPlaneSource
H A DvtkLineSource.cxx269 void vtkLineSource::SetPoint1(float point1f[3]) in SetPoint1() function in vtkLineSource
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkLineWidget.h123 void SetPoint1(double x[3]) in SetPoint1() function
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkLineWidget.h122 void SetPoint1(double x[3]) { this->SetPoint1(x[0], x[1], x[2]); } in SetPoint1() function
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkLineWidget.h115 void SetPoint1(double x[3]) in SetPoint1() function
H A DvtkPlaneWidget.cxx1465 void vtkPlaneWidget::SetPoint1(double x, double y, double z) in SetPoint1() function in vtkPlaneWidget
1471 void vtkPlaneWidget::SetPoint1(double x[3]) in SetPoint1() function in vtkPlaneWidget
/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkAxis.cxx156 void vtkAxis::SetPoint1(const vtkVector2f &pos) in SetPoint1() function in vtkAxis
163 void vtkAxis::SetPoint1(float x, float y) in SetPoint1() function in vtkAxis
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkAxis.cxx168 void vtkAxis::SetPoint1(const vtkVector2f& pos) in SetPoint1() function in vtkAxis
179 void vtkAxis::SetPoint1(float x, float y) in SetPoint1() function in vtkAxis
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkAxis.cxx167 void vtkAxis::SetPoint1(const vtkVector2f &pos) in SetPoint1() function in vtkAxis
178 void vtkAxis::SetPoint1(float x, float y) in SetPoint1() function in vtkAxis

12