##// END OF EJS Templates
Implements spectrograms display (3)...
Implements spectrograms display (3) Implements the method to set y range of the colormap. Unlike scalars/vectors, we don't use bounds of values but bounds of y-axis

File last commit:

r581:098cadc4596c
r907:b4b8a9876f21
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