##// END OF EJS Templates
Defines variable pool...
Defines variable pool The variable pool will be used to pick a variable and execute an operation on it at each iteration of the test

File last commit:

r581:098cadc4596c
r1172:dfb96acdbb6b
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