##// END OF EJS Templates
Creates AMDA implementations (default and AMDA test)
Creates AMDA implementations (default and AMDA test)

File last commit:

r581:098cadc4596c
r1112:222545cbc90a
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