#include <GrSimpleScopeSink.h>
Inheritance diagram for GrSimpleScopeSink< iType >:
Public Member Functions | |
virtual const char * | name () |
default name for a module (override with actual name) | |
virtual int | work3 (VrSampleRange output, VrSampleRange inputs[], void *i[]) |
void | clear () |
void | set_persistent (int arg_persistent) |
GrSimpleScopeSink (VrGUILayout *layout, double arg_ymin, double arg_ymax, int arg_nPoints=maxnPoints) | |
~GrSimpleScopeSink () | |
Static Public Attributes | |
const int | maxnPoints = 1000 |
const int | divisions = 10 |
Private Attributes | |
double * | xValues |
double * | yValues |
int | nPoints |
int | ncollected |
VrGUIPlot * | plot |
double | ymin |
double | ymax |
|
|
|
|
|
|
|
default name for a module (override with actual name)
Reimplemented from VrSink< iType >.
|
|
|
|
Implements VrSink< iType >.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|