##// END OF EJS Templates
Implements spectrograms display (2)...
Implements spectrograms display (2) Implements the update of the colormap depending on the data of the spectrogram

File last commit:

r581:098cadc4596c
r906:b5399b2ef3a8
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