#include <GraphVTK.h>
Inheritance diagram for GraphVTK:
Public Member Functions | |
GraphVTK (QString n="", QString l="", LRange r[3]=0, int t=PVTK, Style st=0, Symbol sy=Symbol(), int nr=0) | |
LRange | getRange (int i) |
void | setRange (LRange *r) |
QStringList | Info () |
int | getObject () |
void | setObject (int o) |
QColor | getColor () |
void | setColor (QColor c) |
bool | getBoxed () |
void | setBoxed (bool b) |
void | save (QTextStream *t) |
void | open (QTextStream *t, int version) |
Private Attributes | |
LRange * | range |
int | object |
QColor | color |
bool | boxed |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|