14 #ifndef CIRCULARBUFFER_H 15 #define CIRCULARBUFFER_H 54 void incrementRowIndex ();
89 virtual void addRow (
const std::vector<double> & v );
93 virtual void reserve (
unsigned int count );
99 #endif // CIRCULARBUFFER_H unsigned int m_capacity
The capacity.
hippodraw::NTuple class interface.
bool m_has_filled
A flog which when true, indicates the buffer has been filled to capacity.
A DataSource class implemented with std::vector<double> to store the column data. ...
#define MDL_HIPPOPLOT_API
unsigned int m_next_row
The index to the next row to be added.