#include <Plotter.h>
Public Member Functions | |
void | clear () |
bool | hasThis (int i) |
void | plot (int idx) |
void | plotHist (int idx, int nbins, double zoom) |
Plotter () | |
int | subscribe (Q *elem, std::string s="***", int q_t_ms=1) |
void | write_to_file (int id) |
void | writeAll (std::string name) |
virtual | ~Plotter () |
Private Attributes | |
std::vector< std::string > | names |
std::vector< int > | quotient_to_ms |
std::vector< Q * > | v |
std::vector< T > | v1 |
std::vector< T > | v2 |
void Plotter< Q, T >::write_to_file | ( | int | id | ) | [inline] |
std::vector<int> Plotter< Q, T >::quotient_to_ms [private] |