##// END OF EJS Templates
Minor changes...
Minor changes - Moves Unit struct in its own class - Removes obsolete comment - Changes DataSeries::nbPoints() to return only the number of values (we no longer count number of x)

File last commit:

r581:098cadc4596c
r864:551a1137cf04
Show More
VisualizationDefs.h
10 lines | 218 B | text/x-c | CLexer
#ifndef SCIQLOP_VISUALIZATIONDEFS_H
#define SCIQLOP_VISUALIZATIONDEFS_H
#include <map>
class QCPAbstractPlottable;
using PlottablesMap = std::map<int, QCPAbstractPlottable *>;
#endif // SCIQLOP_VISUALIZATIONDEFS_H