#include <Plot.h>
Definition at line 46 of file Plot.h.
◆ Plot()
◆ ~Plot()
osg_plot::Plot::~Plot |
( |
void |
| ) |
|
◆ createCurve()
Curve * osg_plot::Plot::createCurve |
( |
void |
| ) |
|
◆ removeCurve()
void osg_plot::Plot::removeCurve |
( |
Curve * |
| ) |
|
◆ update()
void osg_plot::Plot::update |
( |
void |
| ) |
|
◆ background
osg::ref_ptr<osg::Vec3Array> osg_plot::Plot::background |
|
private |
◆ bGeom
osg::ref_ptr<osg::Geometry> osg_plot::Plot::bGeom |
|
private |
◆ curves
std::list< osg::ref_ptr<CurveP> > osg_plot::Plot::curves |
|
private |
◆ numXTicks
int osg_plot::Plot::numXTicks |
|
private |
◆ numYTicks
int osg_plot::Plot::numYTicks |
|
private |
◆ xDrawArray
osg::ref_ptr<osg::DrawArrays> osg_plot::Plot::xDrawArray |
|
private |
◆ xGeom
osg::ref_ptr<osg::Geometry> osg_plot::Plot::xGeom |
|
private |
◆ xLabels
std::list< osg::ref_ptr<osgText::Text> > osg_plot::Plot::xLabels |
|
private |
◆ xLines
osg::ref_ptr<osg::Vec3Array> osg_plot::Plot::xLines |
|
private |
◆ xTicksDiff
float osg_plot::Plot::xTicksDiff |
|
private |
◆ yLabels
std::list< osg::ref_ptr<osgText::Text> > osg_plot::Plot::yLabels |
|
private |
◆ yTicksDiff
float osg_plot::Plot::yTicksDiff |
|
private |
The documentation for this class was generated from the following files:
- /Developer/bob-learning-dev/simulation/mars/common/graphics/osg_plot/src/Plot.h
- /Developer/bob-learning-dev/simulation/mars/common/graphics/osg_plot/src/Plot.cpp