|
Public Slots |
| void | setResolution (int) |
Signals |
|
void | resolutionChanged (int) |
Public Member Functions |
| | SurfacePlot (QWidget *parent=0, const QGLWidget *shareWidget=0) |
| void | updateNormals () |
| int | resolution () const |
| std::pair< int, int > | facets () const |
| bool | loadFromData (Qwt3D::Triple **data, unsigned int columns, unsigned int rows, bool uperiodic=false, bool vperiodic=false) |
| bool | loadFromData (double **data, unsigned int columns, unsigned int rows, double minx, double maxx, double miny, double maxy) |
| bool | loadFromData (Qwt3D::TripleField const &data, Qwt3D::CellField const &poly) |
| bool | createDataRepresentation (Qwt3D::Triple **data, unsigned int columns, unsigned int rows, bool uperiodic=false, bool vperiodic=false) |
| bool | createDataRepresentation (double **data, unsigned int columns, unsigned int rows, double minx, double maxx, double miny, double maxy) |
| bool | createDataRepresentation (Qwt3D::TripleField const &data, Qwt3D::CellField const &poly) |
| Qwt3D::FLOORSTYLE | floorStyle () const |
| void | setFloorStyle (Qwt3D::FLOORSTYLE val) |
| void | showNormals (bool) |
| bool | normals () const |
| void | setNormalLength (double val) |
| double | normalLength () const |
| void | setNormalQuality (int val) |
| int | normalQuality () const |
Protected Member Functions |
| virtual void | calculateHull () |
|
virtual void | createData () |
|
virtual void | createEnrichment (Qwt3D::Enrichment &p) |
|
virtual void | createFloorData () |
|
void | createNormals () |
|
void | createPoints () |
|
void | readIn (Qwt3D::GridData &gdata, Triple **data, unsigned int columns, unsigned int rows) |
|
void | readIn (Qwt3D::GridData &gdata, double **data, unsigned int columns, unsigned int rows, double minx, double maxx, double miny, double maxy) |
|
void | calcNormals (GridData &gdata) |
|
void | sewPeriodic (GridData &gdata) |
Protected Attributes |
|
bool | datanormals_p |
|
double | normalLength_p |
|
int | normalQuality_p |
|
int | resolution_p |