##// END OF EJS Templates
Handles rendering of plottables (2)...
Handles rendering of plottables (2) Handles rendering of scalars and vectors: the method that determines colors for each component is moved from VisualizationGraphHelper to the helper created previously

File last commit:

r581:098cadc4596c
r919:f75604dde9e3
Show More
VisualizationDefs.h
10 lines | 218 B | text/x-c | CLexer
Alexandre Leroux
Handles QCustomPlot plottables for vectors (1)...
r581 #ifndef SCIQLOP_VISUALIZATIONDEFS_H
#define SCIQLOP_VISUALIZATIONDEFS_H
#include <map>
class QCPAbstractPlottable;
using PlottablesMap = std::map<int, QCPAbstractPlottable *>;
#endif // SCIQLOP_VISUALIZATIONDEFS_H