Home
last modified time | relevance | path

Searched refs:setNormalLength (Results 1 – 9 of 9) sorted by relevance

/dports/math/qwtplot3d/qwtplot3d-438c855d/examples/mesh2/
H A Dmesh2mainwindow.h73 void setNormalLength(int);
H A Dmesh2mainwindow.cpp149 connect(normalslength, SIGNAL(valueChanged(int)), this, SLOT(setNormalLength(int))); in Mesh2MainWindow()
768 void Mesh2MainWindow::setNormalLength(int val) in setNormalLength() function in Mesh2MainWindow
770 dataWidget->setNormalLength(val / 400.); in setNormalLength()
/dports/math/qwtplot3d/qwtplot3d-438c855d/include/
H A Dqwt3d_surfaceplot.h60 void setNormalLength(double val); //!< Sets length of normals in percent per hull diagonale
/dports/math/qwtplot3d/qwtplot3d-438c855d/src/
H A Dqwt3d_surfaceplot.cpp38 void SurfacePlot::setNormalLength(double val) in setNormalLength() function in SurfacePlot
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/include/
H A Dqwt3d_surfaceplot.h66 void setNormalLength(double val); //!< Sets length of normals in percent per hull diagonale
H A Dqwt3d_plot.h127 …void setNormalLength(double val) { emit setCurveNormalLength(val); } //!< Set length of norma… in setNormalLength() function
H A Dqwt3d_curve.h110 …void setNormalLength(double val); //!< Sets length of normals in percent per hull diagona…
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/src/
H A Dqwt3d_surfaceplot.cpp49 void SurfacePlot::setNormalLength(double val) in setNormalLength() function in SurfacePlot
H A Dqwt3d_curve.cpp95 connect(plot_p, SIGNAL(setCurveNormalLength(double)), SLOT(setNormalLength(double))); in connects()
495 void Curve::setNormalLength(double val) in setNormalLength() function in Curve