#include <jem/gl/GraphViewer.h>
jem::gl::GraphViewer::DataSet::DataSet |
( |
| ) |
|
|
protected |
virtual jem::gl::GraphViewer::DataSet::~DataSet |
( |
| ) |
|
|
protectedvirtual |
virtual void jem::gl::GraphViewer::DataSet::setKey |
( |
const String & |
key | ) |
|
|
pure virtual |
virtual String jem::gl::GraphViewer::DataSet::getKey |
( |
| ) |
const |
|
pure virtual |
virtual void jem::gl::GraphViewer::DataSet::setPoints |
( |
const Array< double > & |
x, |
|
|
const Array< double > & |
y |
|
) |
| |
|
pure virtual |
virtual void jem::gl::GraphViewer::DataSet::addPoint |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
pure virtual |
virtual void jem::gl::GraphViewer::DataSet::addPoints |
( |
const Array< double > & |
x, |
|
|
const Array< double > & |
y |
|
) |
| |
|
pure virtual |
virtual void jem::gl::GraphViewer::DataSet::setMaxPoints |
( |
idx_t |
n | ) |
|
|
pure virtual |
virtual idx_t jem::gl::GraphViewer::DataSet::getMaxPoints |
( |
| ) |
const |
|
pure virtual |
virtual void jem::gl::GraphViewer::DataSet::setStyle |
( |
GLfloat |
lwidth, |
|
|
const Color & |
lcolor, |
|
|
const Ref< PntStyle > & |
pstyle |
|
) |
| |
|
pure virtual |
virtual void jem::gl::GraphViewer::DataSet::setLineWidth |
( |
GLfloat |
width | ) |
|
|
pure virtual |
virtual GLfloat jem::gl::GraphViewer::DataSet::getLineWidth |
( |
| ) |
const |
|
pure virtual |
virtual void jem::gl::GraphViewer::DataSet::setLineColor |
( |
const Color & |
color | ) |
|
|
pure virtual |
virtual Color jem::gl::GraphViewer::DataSet::getLineColor |
( |
| ) |
const |
|
pure virtual |
virtual void jem::gl::GraphViewer::DataSet::setPointStyle |
( |
const Ref< PntStyle > & |
style | ) |
|
|
pure virtual |
virtual PntStyle* jem::gl::GraphViewer::DataSet::getPointStyle |
( |
| ) |
const |
|
pure virtual |