##// END OF EJS Templates
Shows min x-axis data in Variable widget (1)...
Shows min x-axis data in Variable widget (1) Creates min() method that returns the iterator on the first value that is >= than the value passed in parameter + implements unit tests

File last commit:

r581:098cadc4596c
r599:72b3a7366e6c
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