#include <CurveP.h>
Definition at line 46 of file CurveP.h.
◆ CurveP()
osg_plot::CurveP::CurveP |
( |
int |
c | ) |
|
◆ ~CurveP()
osg_plot::CurveP::~CurveP |
( |
void |
| ) |
|
◆ appendData()
void osg_plot::CurveP::appendData |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
virtual |
◆ crop()
void osg_plot::CurveP::crop |
( |
void |
| ) |
|
◆ dirty()
void osg_plot::CurveP::dirty |
( |
void |
| ) |
|
◆ getBounds()
void osg_plot::CurveP::getBounds |
( |
double * |
minX, |
|
|
double * |
maxX, |
|
|
double * |
minY, |
|
|
double * |
maxY |
|
) |
| |
◆ rescale()
void osg_plot::CurveP::rescale |
( |
double |
minX, |
|
|
double |
maxX, |
|
|
double |
minY, |
|
|
double |
maxY |
|
) |
| |
◆ setMaxNumPoints()
void osg_plot::CurveP::setMaxNumPoints |
( |
unsigned long |
n | ) |
|
|
inlinevirtual |
◆ setTitle()
void osg_plot::CurveP::setTitle |
( |
std::string |
s | ) |
|
|
inlinevirtual |
◆ setYBounds()
void osg_plot::CurveP::setYBounds |
( |
double |
yMin, |
|
|
double |
yMax |
|
) |
| |
|
inlinevirtual |
◆ Plot
◆ boundsSet
bool osg_plot::CurveP::boundsSet |
|
private |
◆ color
int osg_plot::CurveP::color |
|
private |
◆ curveTransform
osg::ref_ptr<osg::MatrixTransform> osg_plot::CurveP::curveTransform |
|
private |
◆ defColors
Color osg_plot::CurveP::defColors[6] |
|
private |
◆ drawArray
osg::ref_ptr<osg::DrawArrays> osg_plot::CurveP::drawArray |
|
private |
◆ linesGeom
osg::ref_ptr<osg::Geometry> osg_plot::CurveP::linesGeom |
|
private |
◆ maxPoints
unsigned long osg_plot::CurveP::maxPoints |
|
private |
◆ points
osg::ref_ptr<osg::Vec3Array> osg_plot::CurveP::points |
|
private |
◆ title
std::string osg_plot::CurveP::title |
|
private |
◆ xLabelText
osg::ref_ptr<osgText::Text> osg_plot::CurveP::xLabelText |
|
private |
◆ yMax
float osg_plot::CurveP::yMax |
|
private |
◆ yMin
float osg_plot::CurveP::yMin |
|
private |
◆ yPos
float osg_plot::CurveP::yPos |
|
private |
The documentation for this class was generated from the following files:
- /Developer/bob-learning-dev/simulation/mars/common/graphics/osg_plot/src/CurveP.h
- /Developer/bob-learning-dev/simulation/mars/common/graphics/osg_plot/src/CurveP.cpp