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