clearContentModifiedFlag() | Plotter | |
clearData() | Plotter | |
clearSelection() | InteractivePlot | inline |
contains(uint32_t x, uint32_t y) | InteractivePlot | inlineprotected |
draw(uint32_t x, uint32_t y, uint32_t w, uint32_t h) | Plotter | |
duringSelection(ofMouseEventArgs &arg) | InteractivePlot | inlineprotected |
endSelection(ofMouseEventArgs &arg) | InteractivePlot | inlineprotected |
getData() | Plotter | inlinevirtual |
getData(uint32_t x_start_idx, uint32_t x_end_idx) | Plotter | inlinevirtual |
getData(uint32_t x_idx) | Plotter | inlinevirtual |
getRanges() | Plotter | |
getSelection() | InteractivePlot | inline |
getTitle() const | Plotter | |
h_ | InteractivePlot | protected |
InteractivePlot() | InteractivePlot | inline |
is_tracking_mouse_ | InteractivePlot | protected |
mouseCoordinateToIndex(uint32_t x) | Plotter | inlineprotectedvirtual |
mouseMoved(ofMouseEventArgs &arg) | InteractivePlot | inlineprotected |
normalize() | InteractivePlot | inlineprotected |
onRangeSelected(const onRangeSelectedCallback &cb, void *data=nullptr) | InteractivePlot | inline |
onRangeSelected(T1 *owner, void(T::*listenerMethod)(arg), void *data=nullptr) | InteractivePlot | inline |
onRangeSelectedCallback typedef | InteractivePlot | |
onValueHighlighted(const onValueHighlightedCallback &cb, void *data=nullptr) | InteractivePlot | inline |
onValueHighlighted(T1 *owner, void(T::*listenerMethod)(arg), void *data=nullptr) | InteractivePlot | inline |
onValueHighlightedCallback typedef | InteractivePlot | |
Plotter() | Plotter | |
push_back(const vector< double > &data_point) | Plotter | |
range_selected_callback_ | InteractivePlot | protected |
range_selected_callback_data_ | InteractivePlot | protected |
renameTitleDone() | Plotter | |
renameTitleStart() | Plotter | |
reset() | Plotter | |
setBackgroundColor(ofColor color) | Plotter | inline |
setColorPalette(const vector< ofColor > &colors) | Plotter | |
setData(const GRT::MatrixDouble &data) | Plotter | |
setGridColor(ofColor color) | Plotter | inline |
setRanges(float minY, float maxY, bool lockRanges=false) | Plotter | |
setTextColor(ofColor color) | Plotter | inline |
setTitle(const string &title) | Plotter | |
setup(uint32_t num_dimensions, string title, string subtitle="") | Plotter | |
startSelection(ofMouseEventArgs &arg) | InteractivePlot | inlineprotected |
value_highlighted_callback_ | InteractivePlot | protected |
value_highlighted_callback_data_ | InteractivePlot | protected |
w_ | InteractivePlot | protected |
x_ | InteractivePlot | protected |
x_click_ | InteractivePlot | protected |
x_end_ | InteractivePlot | protected |
x_move_ | InteractivePlot | protected |
x_release_ | InteractivePlot | protected |
x_start_ | InteractivePlot | protected |
y_ | InteractivePlot | protected |