Home
last modified time | relevance | path

Searched refs:Plot3D (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/math/qwtplot3d/qwtplot3d-438c855d/src/
H A Dqwt3d_plot.cpp14 Plot3D::Plot3D(QWidget *parent) : QOpenGLWidget(parent) in Plot3D() function in Plot3D
94 Plot3D::~Plot3D() in ~Plot3D()
109 void Plot3D::initializeGL() in initializeGL()
143 void Plot3D::paintGL() in paintGL()
215 void Plot3D::resizeGL(int w, int h) in resizeGL()
252 void Plot3D::setMeshColor(RGBA rgba) in setMeshColor()
276 void Plot3D::setOrtho(bool val) in setOrtho()
348 void Plot3D::setIsolines(int steps) in setIsolines()
401 bool Plot3D::degrade(Enrichment *e) in degrade()
413 void Plot3D::createEnrichments() in createEnrichments()
[all …]
H A Dqwt3d_lighting.cpp38 void Plot3D::enableLighting(bool val) in enableLighting()
55 void Plot3D::disableLighting(bool val) in disableLighting()
60 bool Plot3D::lightingEnabled() const in lightingEnabled()
69 void Plot3D::illuminate(unsigned light) in illuminate()
79 void Plot3D::blowout(unsigned light) in blowout()
100 void Plot3D::setMaterialComponent(GLenum property, double intensity) in setMaterialComponent()
108 void Plot3D::setShininess(double exponent) in setShininess()
129 void Plot3D::setLightComponent(GLenum property, double intensity, unsigned light) in setLightComponent()
158 void Plot3D::setLightShift(double xVal, double yVal, double zVal, unsigned light) in setLightShift()
167 void Plot3D::applyLight(unsigned light) in applyLight()
[all …]
H A Dqwt3d_mousekeyboard.cpp15 void Plot3D::mousePressEvent(QMouseEvent *e) in mousePressEvent()
25 void Plot3D::mouseReleaseEvent(QMouseEvent *) in mouseReleaseEvent()
34 void Plot3D::mouseMoveEvent(QMouseEvent *e) in mouseMoveEvent()
126 void Plot3D::wheelEvent(QWheelEvent *e) in wheelEvent()
182 void Plot3D::enableMouse(bool val) in enableMouse()
190 void Plot3D::disableMouse(bool val) in disableMouse()
194 bool Plot3D::mouseEnabled() const in mouseEnabled()
199 void Plot3D::keyPressEvent(QKeyEvent *e) in keyPressEvent()
352 void Plot3D::enableKeyboard(bool val) in enableKeyboard()
360 void Plot3D::disableKeyboard(bool val) in disableKeyboard()
[all …]
H A Dqwt3d_movements.cpp17 void Plot3D::setRotation(double xVal, double yVal, double zVal) in setRotation()
37 void Plot3D::setShift(double xVal, double yVal, double zVal) in setShift()
59 void Plot3D::setViewportShift(double xVal, double yVal) in setViewportShift()
79 void Plot3D::setScale(double xVal, double yVal, double zVal) in setScale()
96 void Plot3D::setZoom(double val) in setZoom()
H A Dqwt3d_io.cpp152 bool IO::load(Plot3D *plot, QString const &fname, QString const &format) in load()
170 bool IO::save(Plot3D *plot, QString const &fname, QString const &format) in save()
230 bool PixmapWriter::operator()(Plot3D *plot, QString const &fname) in operator ()()
290 bool Plot3D::saveVector(QString const &fileName, QString const &format, VectorWriter::TEXTMODE text, in saveVector()
309 bool Plot3D::savePixmap(QString const &fileName, QString const &format) in savePixmap()
322 bool Plot3D::save(QString const &fileName, QString const &format) in save()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/src/
H A Dqwt3d_plot.cpp32 Plot3D::Plot3D(QWidget* parent, const char* name) in Plot3D() function in Plot3D
35 Plot3D::Plot3D(QWidget* parent, const QGLWidget* shareWidget) in Plot3D()
56 Plot3D::~Plot3D() in ~Plot3D()
77 void Plot3D::initializeGL() in initializeGL()
98 void Plot3D::paintGL() in paintGL()
159 void Plot3D::resizeGL( int w, int h ) in resizeGL()
169 void Plot3D::addCurve(Curve* curve) in addCurve()
231 void Plot3D::addTitle(Label* label) in addTitle()
305 void Plot3D::calculateHull() in calculateHull()
355 void Plot3D::updateData(bool coord) in updateData()
[all …]
H A Dqwt3d_io.cpp175 bool IO::load(Plot3D* plot, QString const& fname, QString const& format) in load()
193 bool IO::save(Plot3D* plot, QString const& fname, QString const& format) in save()
263 bool PixmapWriter::operator()(Plot3D* plot, QString const& fname) in operator ()()
359 bool Plot3D::saveVector(QString const& fileName, QString const& format, VectorWriter::TEXTMODE text… in saveVector()
380 bool Plot3D::savePixmap(QString const& fileName, QString const& format) in savePixmap()
394 bool Plot3D::save(QString const& fileName, QString const& format) in save()
/dports/math/qwtplot3d/qwtplot3d-438c855d/include/
H A Dqwt3d_io.h13 class Plot3D; variable
29 typedef bool (*Function)(Plot3D *, QString const &fname);
48 virtual bool operator()(Plot3D *plot, QString const &fname) = 0;
55 static bool save(Plot3D *, QString const &fname, QString const &format);
56 static bool load(Plot3D *, QString const &fname, QString const &format);
74 bool operator()(Plot3D *plot, QString const &fname) in operator()
135 bool operator()(Plot3D *plot, QString const &fname);
H A Dqwt3d_enrichment.h9 class Plot3D; variable
34 virtual void assign(Plot3D const &pl) { plot = &pl; } //!< Assign to existent plot; in assign()
38 const Plot3D *plot;
H A Dqwt3d_color.h35 class Plot3D; variable
45 explicit StandardColor(Qwt3D::Plot3D *data, unsigned size = 100);
65 Qwt3D::Plot3D *data_;
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/include/
H A Dqwt3d_io.h14 class Plot3D; variable
30 typedef bool (*Function)(Plot3D*, QString const& fname);
50 virtual bool operator()(Plot3D* plot, QString const& fname) = 0;
58 static bool save(Plot3D*, QString const& fname, QString const& format);
60 static bool load(Plot3D*, QString const& fname, QString const& format);
80 bool operator()(Plot3D* plot, QString const& fname) in operator()
142 bool operator()(Plot3D* plot, QString const& fname);
H A Dqwt3d_drawable.h18 Drawable(Plot3D *plot = 0){d_plot = plot;};
33 Plot3D *plot(){return d_plot;}; in plot()
34 virtual void setPlot(Plot3D *plot){d_plot = plot;}; in setPlot()
37 Plot3D *d_plot;
H A Dqwt3d_plot.h21 class QWT3D_EXPORT Plot3D : public ExtGLWidget
28 Plot3D( QWidget* parent = 0, const char* name = 0 );
30 Plot3D ( QWidget * parent = 0, const QGLWidget * shareWidget = 0 );
32 virtual ~Plot3D();
68 …void normaliseScale(Qwt3D::Curve* curve, Qwt3D::Plot3D* parentplot = 0, Qwt3D::ParallelEpiped* cur…
H A Dqwt3d_curve.h29 void setPlot(Qwt3D::Plot3D* p) { plot_p = p; } in setPlot()
30 Qwt3D::Plot3D* plot() const { return plot_p; } //!< Returns pointer to parent Plot3D object in plot()
138 Qwt3D::Plot3D* plot_p;
H A Dqwt3d_graphplot.h10 class QWT3D_EXPORT GraphPlot : public Plot3D
H A Dqwt3d_multiplot.h10 class QWT3D_EXPORT MultiPlot : public Plot3D
H A Dqwt3d_volumeplot.h10 class QWT3D_EXPORT VolumePlot : public Plot3D
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dplot3d.h141 astPROTO_CHECK(Plot3D) /* Check class membership */
142 astPROTO_ISA(Plot3D) /* Test class membership */
204 #define astCheckPlot3D(this) astINVOKE_CHECK(Plot3D,this,0)
205 #define astVerifyPlot3D(this) astINVOKE_CHECK(Plot3D,this,1)
208 #define astIsAPlot3D(this) astINVOKE_ISA(Plot3D,this)
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DEXPRTUBE.lsp77 (|string| |String|) ($ |TubePlot| (|Plot3D|)))
87 (|parPlot| (|Plot3D|))
201 ($ |TubePlot| (|Plot3D|)))
227 (|n| |Integer|) (|s| |String|) ($ |TubePlot| (|Plot3D|)))
236 (|n| |Integer|) ($ |TubePlot| (|Plot3D|)))
280 (|Plot3D|) (56 . |plot|) (|List| 32) (65 . |tValues|) (|List| 35)
300 ((|TubePlot| (|Plot3D|))
310 ((|TubePlot| (|Plot3D|))
320 ((|TubePlot| (|Plot3D|))
329 ((|TubePlot| (|Plot3D|))
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/lib/include/
H A DTextFormatButtons.h43 enum Buttons{Plot3D, AxisLabel, Legend, Equation, TexLegend}; enumerator
50 TextFormatButtons(QTextEdit * textEdit, Buttons buttons = Plot3D, QWidget * parent=0);
/dports/math/qwtplot3d/qwtplot3d-438c855d/examples/mesh2/
H A Dlightingdlg.h64 void assign(Qwt3D::Plot3D *pl);
67 Qwt3D::Plot3D *dataPlot;
/dports/devel/swig/swig-4.0.2/Examples/xml/
H A Dexample_gif.expected-xml1501 <c:class name="Plot3D" >
1607 <swigxml:namespace string="Plot3D" />
1608 <swigxml:altname string="Plot3D" />
1610 <c:typedef name="Plot3D" >
1611 <swigxml:type string="Plot3D" />
1638 <swigxml:type string="p.Plot3D" />
1643 <swigxml:type string="p.Plot3D" />
1652 <swigxml:type string="p.Plot3D" />
1656 <swigxml:type string="p.Plot3D" />
1661 <swigxml:type string="p.Plot3D" />
[all …]
/dports/math/kalgebra/kalgebra-21.12.3/mobile/
H A Dresources.qrc12 <file alias="Plot3D.qml">content/ui/Plot3D.qml</file>
/dports/science/jmol/jmol-14.32.7/src/org/jmol/shapesurface/
H A DPlot3D.java27 public class Plot3D extends Pmesh { class
/dports/math/freefem++/FreeFem-sources-4.6/examples/plugin/
H A DIpoptMinSurfVol.edp43 func int Plot3D(real[int] &rho,string cmm,bool ffplot)
78 else Plot3D(rho[],"shape_evolution",1);
228 if(1) Plot3D(lb[],"object_inside",0);
240 Plot3D(rc[],"Shape_at_"+kkk,0);
241 Plot3D(GradArea(rc[]),"ShapeGradient",0);

1234567