cisst-saw
|
#include <vctPlot2DOpenGLFLTK.h>
Public Member Functions | |
vctPlot2DOpenGLFLTK (const int x, const int y, const int width, const int height, const char *title) | |
~vctPlot2DOpenGLFLTK (void) | |
![]() | |
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 | |
void | initgl (void) |
void | draw (void) |
int | handle (int event) |
![]() | |
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 |
vctPlot2DOpenGLFLTK::vctPlot2DOpenGLFLTK | ( | const int | x, |
const int | y, | ||
const int | width, | ||
const int | height, | ||
const char * | title | ||
) |
|
inline |
|
protected |
|
protected |
|
protected |
Methods required for FLTK