00001 // LabPlot : graphtypes.h 00002 // sync with labplot.qs 00003 00004 #ifndef GRAPHTYPES_H 00005 #define GRAPHTYPES_H 00006 00007 // VTK,GRASS : obsolete 00008 enum GRAPHType {GRAPH2D,GRAPH3D,GRAPHM,GRAPHGRASS,GRAPHVTK,GRAPH4D,GRAPHIMAGE,GRAPHL}; 00009 00010 #endif // GRAPHTYPES_H