##// END OF EJS Templates
Unit tests (1)...
Unit tests (1) Creates builders to facilitate creation of scalars, vectors and spectrograms in unit tests

File last commit:

r581:098cadc4596c
r870:05c98ddf38b8
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