#include <Graph3D.h>
Inheritance diagram for Graph3D:

Public Member Functions | |
| Graph3D (QString n=QString(""), QString l=QString(""), LRange r[3]=0, LSource src=SFUNCTION, PType t=P3D, Style *st=0, Symbol *sy=0, Point3D *p=0, int nrx=0, int nry=0, bool s=true) | |
| ~Graph3D () | |
| Graph3D * | Clone () |
| Point3D * | Data () |
| void | setData (Point3D *data) |
| LRange | Range (int i) |
| void | setRange (LRange r[3]) |
| int | NX () |
| int | NY () |
| void | setNumberX (int n) |
| void | setNumberY (int n) |
| void | save (QTextStream *t, QProgressDialog *progress) |
| void | open (QTextStream *t, int version, QProgressDialog *progress) |
| void | saveXML (QDomDocument doc, QDomElement graphtag) |
| void | openXML (QDomNode node) |
| QStringList | Info () |
| LRange | ErrorDYRange () |
Private Attributes | |
| LRange | range [3] |
| int | nx |
| int | ny |
| Point3D * | ptr |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
Implements Graph. |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Implements Graph. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4