#include <AsciiHisto.h>
Public Member Functions | |
AsciiHisto (std::string title, unsigned int nbins, float min, float max) | |
std::string & | draw () |
void | fill (float x) |
void | fill (float *cont) |
void | fillDeque (std::deque< float > &cont) |
int | maxbin () |
Private Attributes | |
float | binsize_ |
std::vector< float > | cont_ |
std::string | current_ |
unsigned int | nbins_ |
std::string | title_ |
bool | uptodate_ |
float | xmax_ |
float | xmin_ |
float | ymax_ |
float | ymin_ |
Definition at line 14 of file AsciiHisto.h.
|
inline |
|
inline |
Definition at line 56 of file AsciiHisto.h.
References binsize_, cont_, current_, i, j, maxbin(), nbins_, title_, uptodate_, xmin_, and ymax_.
Referenced by evf::AsciiRollingChart::draw(), and Vispa.Gui.PortConnection.PointToPointConnection::paintEvent().
|
inline |
Definition at line 25 of file AsciiHisto.h.
References newFWLiteAna::bin, binsize_, cont_, uptodate_, and xmin_.
|
inline |
|
inline |
Definition at line 38 of file AsciiHisto.h.
References cont_, i, and uptodate_.
Referenced by evf::AsciiRollingChart::flip().
|
inline |
|
private |
Definition at line 120 of file AsciiHisto.h.
Referenced by AsciiHisto(), draw(), and fill().
|
private |
Definition at line 125 of file AsciiHisto.h.
Referenced by draw(), fill(), fillDeque(), and maxbin().
|
private |
Definition at line 126 of file AsciiHisto.h.
Referenced by draw().
|
private |
Definition at line 119 of file AsciiHisto.h.
Referenced by AsciiHisto(), draw(), and maxbin().
|
private |
Definition at line 127 of file AsciiHisto.h.
Referenced by draw().
|
private |
Definition at line 118 of file AsciiHisto.h.
Referenced by draw(), fill(), and fillDeque().
|
private |
Definition at line 122 of file AsciiHisto.h.
Referenced by AsciiHisto().
|
private |
Definition at line 121 of file AsciiHisto.h.
Referenced by AsciiHisto(), draw(), and fill().
|
private |
Definition at line 123 of file AsciiHisto.h.
|
private |
Definition at line 124 of file AsciiHisto.h.