openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Member Functions | List of all members
histogramm_plotter< V > Class Template Reference

Class that generates a histogram for a data vector and prints it using asciiPlotter. More...

#include <asciiPlotter.hpp>

Collaboration diagram for histogramm_plotter< V >:

Public Member Functions

 histogramm_plotter (size_t num_int, size_t rows, size_t cols)
 
void plot (const std::vector< V > &data, std::string msg)
 

Detailed Description

template<class V>
class histogramm_plotter< V >

Class that generates a histogram for a data vector and prints it using asciiPlotter.

Template Parameters
VType of the data vector.

Definition at line 295 of file asciiPlotter.hpp.

Constructor & Destructor Documentation

◆ histogramm_plotter()

template<class V >
histogramm_plotter< V >::histogramm_plotter ( size_t  num_int,
size_t  rows,
size_t  cols 
)
inline

Definition at line 340 of file asciiPlotter.hpp.

Member Function Documentation

◆ plot()

template<class V >
void histogramm_plotter< V >::plot ( const std::vector< V > &  data,
std::string  msg 
)
inline

Definition at line 344 of file asciiPlotter.hpp.


The documentation for this class was generated from the following file: