cisst-saw
|
#include <vctPlot2DOpenGL.h>
Public Member Functions | |
vctPlot2DOpenGL (void) | |
virtual | ~vctPlot2DOpenGL (void) |
![]() | |
vctPlot2DBase::Scale * | AddScale (const std::string &name) |
vctPlot2DBase::Scale * | FindScale (const std::string &name) |
bool | RemoveScale (const std::string &name) |
bool | RemoveScale (const vctPlot2DBase::Scale *scale) |
ScalesType & | GetScales (void) |
vctPlot2DBase (size_t PointSize=2) | |
virtual | ~vctPlot2DBase () |
void | SetNumberOfPoints (size_t numberOfPoints) |
Signal CISST_DEPRECATED * | AddSignal (const std::string &name) |
VerticalLine CISST_DEPRECATED * | AddVerticalLine (const std::string &name) |
void | Freeze (bool freeze) |
bool | GetFreeze (void) const |
bool | GetContinuousFitX (void) const |
bool | GetContinuousFitY (void) const |
bool | GetContinuousExpandY (void) const |
void | SetBackgroundColor (const vctDouble3 &colorInRange0To1) |
void | AutoFitX (double padding=0.0) |
void | FitX (double min, double max, double padding=0.0) |
void | AutoFitY (double padding=0.1) |
void | FitY (double min, double max, double padding=0.1) |
void | SetContinuousFitX (bool fit) |
void | SetContinuousFitY (bool fit) |
void | SetContinuousExpandY (bool expand) |
const vctDouble2 & | GetViewingRangeX (void) const |
const vctDouble2 & | GetViewingRangeY (void) const |
Protected Member Functions | |
virtual void | RenderInitialize (void) |
virtual void | RenderResize (double width, double height) |
virtual void | Render (void) |
virtual void | Render (const VerticalLine *line) |
virtual void | Render (const Scale *scale) |
virtual void | Render (const Signal *signal) |
![]() | |
void | ContinuousUpdate (void) |
Additional Inherited Members | |
![]() | |
typedef std::map< std::string, Scale * > | ScalesType |
![]() | |
ScalesType | Scales |
![]() | |
size_t | PointSize |
size_t | NumberOfPoints |
vctDouble2 | Viewport |
vctDouble2 | ViewingRangeX |
vctDouble2 | ViewingRangeY |
vctDouble3 | BackgroundColor |
2D plot class using OpenGL for rendering
vctPlot2DOpenGL::vctPlot2DOpenGL | ( | void | ) |
|
inlinevirtual |
|
protectedvirtual |
Implements vctPlot2DBase.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Define rendering function for OpenGL
Implements vctPlot2DBase.
|
protectedvirtual |
Implements vctPlot2DBase.