Home
last modified time | relevance | path

Searched refs:Graph3D (Results 1 – 25 of 51) sorted by relevance

123

/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DGraph3D.cpp91 void Graph3D::initPlot() in initPlot()
179 void Graph3D::initCoord() in initCoord()
757 void Graph3D::update() in update()
1074 double Graph3D::xStop() in xStop()
1088 double Graph3D::yStop() in yStop()
1102 double Graph3D::zStop() in zStop()
1866 int Graph3D::grids() in grids()
1921 void Graph3D::print() in print()
2764 void Graph3D::rotate() in rotate()
2845 void Graph3D::copy(Graph3D *g) in copy()
[all …]
H A DApplicationWindow.h82 class Graph3D; variable
279 Graph3D *openMatrixPlot3D(const QString &caption, const QString &matrix_name, double xl,
281 Graph3D *dataPlot3D(Table *table, const QString &colName);
282 Graph3D *dataPlotXYZ(Table *table, const QString &zColName, int type);
291 Graph3D *newPlot3D();
292 Graph3D *newPlot3D(const QString &formula, double xl, double xr, double yl, double yr,
294 Graph3D *newPlot3D(const QString &caption, const QString &formula, double xl, double xr,
296 void connectSurfacePlot(Graph3D *plot);
309 void initPlot3D(Graph3D *plot);
310 void customPlot3D(Graph3D *plot);
[all …]
H A DGraph3D.h56 class Graph3D : public MyWidget
61 Graph3D(const QString &label, QWidget *parent = 0, const char *name = 0,
63 ~Graph3D();
72 void copy(Graph3D *g);
209 Graph3D::PointStyle point);
H A DApplicationWindow.cpp1359 Graph3D *plot = (Graph3D *)w; in customToolBars()
1830 Graph3D *plot = new Graph3D("", &d_workspace, 0); in newPlot3D()
1856 Graph3D *plot = new Graph3D("", &d_workspace, 0); in newPlot3D()
1876 Graph3D *plot = new Graph3D("", &d_workspace, 0); in dataPlot3D()
1909 Graph3D *plot = new Graph3D("", &d_workspace, 0); in dataPlot3D()
2953 Graph3D *g = (Graph3D *)w; in updateCurves()
7058 Graph3D *g = (Graph3D *)w; in clone()
8010 Graph3D *g = (Graph3D *)w; in showWindowContextMenu()
8509 Graph3D *plot = (Graph3D *)w; in custom3DActions()
10249 Graph3D *g = (Graph3D *)windows.at(i); in setPlot3DOptions()
[all …]
H A DPlot3DDialog.h131 void setPlot(Graph3D *plot) { d_plot = plot; }; in setPlot()
164 Graph3D *d_plot;
H A DPlotWizard.cpp349 Graph3D *g = app->newPlot3D(); in plot3DRibbon()
388 Graph3D *g = app->newPlot3D(); in plot3D()
/dports/science/scidavis/scidavis-2.4.0/test/
H A D3dplot.cpp22 EXPECT_TRUE(!dynamic_cast<Graph3D *>(i)); in TEST_F()
48 Graph3D *plot = nullptr; in TEST_F()
50 if ((plot = dynamic_cast<Graph3D *>(i))) in TEST_F()
57 EXPECT_TRUE(!dynamic_cast<Graph3D *>(i)); in TEST_F()
75 if ((plot = dynamic_cast<Graph3D *>(i))) in TEST_F()
82 EXPECT_TRUE(!dynamic_cast<Graph3D *>(i)); in TEST_F()
100 if ((plot = dynamic_cast<Graph3D *>(i))) in TEST_F()
107 EXPECT_TRUE(!dynamic_cast<Graph3D *>(i)); in TEST_F()
125 if ((plot = dynamic_cast<Graph3D *>(i))) in TEST_F()
132 EXPECT_TRUE(!dynamic_cast<Graph3D *>(i)); in TEST_F()
H A DreadWriteProject.cpp50 if (auto w = dynamic_cast<Graph3D *>(i)) in TEST_F()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot3D/
H A DGraph3D.cpp160 void Graph3D::initPlot() in initPlot()
254 void Graph3D::initCoord() in initCoord()
903 void Graph3D::update() in update()
1291 double Graph3D::xStop() in xStop()
1305 double Graph3D::yStop() in yStop()
1319 double Graph3D::zStop() in zStop()
2037 int Graph3D::grids() in grids()
2092 void Graph3D::print() in print()
2987 void Graph3D::rotate() in rotate()
3077 void Graph3D::copy(Graph3D* g) in copy()
[all …]
H A DSurfaceDialog.h40 class Graph3D; variable
53 void setFunction(Graph3D *);
54 void setParametricSurface(Graph3D *);
55 void setGraph(Graph3D *g){d_graph = g;}; in setGraph()
66 Graph3D *d_graph;
H A Dplot3D.pri10 src/plot3D/Graph3D.h \
17 src/plot3D/Graph3D.cpp \
H A DGraph3D.h62 class Graph3D: public MdiSubWindow
67 Graph3D (const QString& label, ApplicationWindow* parent, const char* name=0, Qt::WFlags f=0);
68 ~Graph3D();
74 static Graph3D* restore(ApplicationWindow* app, const QStringList &lst, int fileVersion);
85 void copy(Graph3D* g);
H A DPlot3DDialog.h62 void setPlot(Graph3D *);
108 Graph3D *d_plot;
H A DPlot3DDialog.cpp699 void Plot3DDialog::setPlot(Graph3D *g) in setPlot()
798 Graph3D::PointStyle pt = g->pointType(); in setPlot()
803 case Graph3D::None : in setPlot()
806 case Graph3D::Dots : in setPlot()
812 case Graph3D::VerticalBars : in setPlot()
816 case Graph3D::HairCross : in setPlot()
823 case Graph3D::Cones : in setPlot()
986 if (!Graph3D::openColorMapFile(cv, fileName)){ in setColorMapPreview()
H A DColorMapPreviewDialog.cpp78 if (!Graph3D::openColorMapFile(cv, fileName)){
/dports/math/analitza/analitza-21.12.3/declarative/
H A Dqmldir6 Graph3D 1.1 Graph3D.qml
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/dialogs/
H A DImageExportDialog.cpp63 if (!qobject_cast<Graph3D *> (d_window)) in ImageExportDialog()
72 if (qobject_cast<Graph3D *> (d_window)) in ImageExportDialog()
277 if (qobject_cast<Graph3D *> (d_window)){ in initAdvancedOptions()
306 if (qobject_cast<Graph3D *> (d_window)){ in updateAdvancedOptions()
319 if (filter.contains("*.pgf") && qobject_cast<Graph3D *> (d_window)){ in updateAdvancedOptions()
341 } else if (qobject_cast<Graph3D *> (d_window)){ in updateAdvancedOptions()
497 Graph3D *g = qobject_cast<Graph3D*>(d_window); in drawPreview()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/core/
H A DFolder.h44 class Graph3D; variable
94Graph3D *plot3D(const QString &name, bool recursive=false) { return (Graph3D*) window(name, "Graph…
H A DApplicationWindow.cpp2395 Graph3D* g = (Graph3D*)activeWindow(Plot3DWindow);
2408 Graph3D *g = (Graph3D*)activeWindow(Plot3DWindow);
2543 Graph3D *plot = new Graph3D("", this, 0);
3972 Graph3D* g = (Graph3D*)w;
6301 Graph3D *plot3D = qobject_cast<Graph3D *>(w);
6874 Graph3D *g = qobject_cast<Graph3D *>(w);
9527 Graph3D *g = (Graph3D *)w;
10864 Graph3D *sp = qobject_cast<Graph3D*>(w);
11106 Graph3D *g = (Graph3D*)w;
11777 Graph3D* plot = (Graph3D*)w;
[all …]
H A DApplicationWindow.h85 class Graph3D;
364 Graph3D* newPlot3D(const QString& title = QString());
365 Graph3D* plotXYZ(Table* table,const QString& zColName, int type);
370 Graph3D* plotSurface(const QString& formula, double xl, double xr,
372 Graph3D* plotParametricSurface(const QString& xFormula, const QString& yFormula,
376 void connectSurfacePlot(Graph3D *plot);
395 Graph3D* plot3DMatrix(Matrix *m = 0, int style = 5);
1132 void initPlot3D(Graph3D *plot);
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/widgets/
H A Dgraph3d.py44 class Graph3D(widget.Widget): class
261 document.thefactory.register(Graph3D)
H A D__init__.py51 from .graph3d import Graph3D
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DImageWidget.cpp128 Graph3D *g = qobject_cast<Graph3D *> (w);
/dports/math/liborigin/liborigin-3.0.1/
H A DOriginParser.cpp171 return make_pair(ProjectNode::Graph3D, it->name); in findObjectByIndex()
204 return make_pair(ProjectNode::Graph3D, (Origin::Window)(*it)); in findWindowObjectByIndex()
/dports/math/kalgebra/kalgebra-21.12.3/mobile/content/ui/
H A DPlot3D.qml69 Graph3D {

123