Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members Related Pages Search
GLPolarGraph Class ReferencePlots/graphs three dimensional implicit functions as "z" with respect to "x" and "y". Currently this class is in alpha stage.
More...
#include <glpolargraph.h>
Inheritance diagram for GLPolarGraph:
[legend]Collaboration diagram for GLPolarGraph:
[legend]List of all members.
|
Public Methods |
| GLPolarGraph (QWidget *parent=0, const char *name=0) |
| ~GLPolarGraph () |
virtual void | load_key (const char *key, const char *value) |
int | setPolarMin (GLfloat) |
int | setPolarMax (GLfloat) |
int | setAzimuthalMin (GLfloat) |
int | setAzimuthalMax (GLfloat) |
GLfloat | getPolarMin () const |
GLfloat | getPolarMax () const |
GLfloat | getAzimuthalMin () const |
GLfloat | getAzimuthalMax () const |
virtual int | getGraphType () const |
Protected Methods |
virtual const char * | independent_vars () const |
virtual const char * | dependent_var () const |
void | trace (GLfloat mouseX, GLfloat mouseY, FungParser &parsed_function, GLfloat *x, GLfloat *y, GLfloat *z) |
virtual GLfloat | traceDepX (GLfloat x) const |
virtual GLfloat | traceDepY (GLfloat y) const |
virtual Cartesian3DCoord2DVector | getValues (FungParser &fp, GLfloat *, GLfloat *) |
| This class uses the 2-dimensional vector returned from this function to draw the expression and export it do DXF.
|
Detailed Description
Plots/graphs three dimensional implicit functions as "z" with respect to "x" and "y". Currently this class is in alpha stage.
- Author:
-
Fungmeista
Definition at line 27 of file glpolargraph.h.
Member Function Documentation
std::vector< std::vector< Cartesian3DCoord > > GLPolarGraph::getValues |
( |
FungParser & |
fp, |
|
|
GLfloat * |
, |
|
|
GLfloat * |
|
|
) |
[protected, virtual] |
|
The documentation for this class was generated from the following files:
|