copasi API
0.1
|
#include <qwt3dBars.h>
Public Member Functions | |
Bar () | |
Bar (double rad, double showColumn=-1, double showRow=-1) | |
Qwt3D::Enrichment * | clone () const |
void | configure (double rad, double showColumn, double showRow) |
void | drawBegin () |
void | drawEnd () |
void | draw (Qwt3D::Triple const &) |
void | drawZero () |
Public Attributes | |
double | mShowColumn |
double | mShowRow |
Bar::Bar | ( | ) |
Bar::Bar | ( | double | rad, |
double | showColumn = -1 , |
||
double | showRow = -1 |
||
) |
Qwt3D::Enrichment* Bar::clone | ( | ) | const [inline] |
void Bar::configure | ( | double | rad, |
double | showColumn, | ||
double | showRow | ||
) |
void Bar::draw | ( | Qwt3D::Triple const & | pos | ) |
void Bar::drawBegin | ( | ) |
void Bar::drawEnd | ( | ) |
void Bar::drawZero | ( | ) |
double Bar::mShowColumn |
double Bar::mShowRow |