#include <Graph4D.h>
Inheritance diagram for Graph4D:
Public Member Functions | |
Graph4D (QString n=QString(""), QString l=QString(""), LRange r[4]=0, LSource src=SFUNCTION, PType t=P2D, Style *st=0, Symbol *sy=0, Point4D *p=0, int nr=0, bool ty=0, bool s=true) | |
~Graph4D () | |
Graph4D * | Clone () |
Point4D * | Data () |
void | setData (Point4D *data) |
LRange | Range (int i) |
void | setRange (LRange r[4]) |
bool | GType () |
void | setGType (bool t) |
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 | ErrorDXRange () |
LRange | ErrorDYRange () |
Private Attributes | |
LRange | range [4] |
bool | gtype |
Point4D * | ptr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements Graph. |
|
|
|
|
|
Implements Graph. |
|
|
|
|
|
|
|
|
|
|
|
|