00001 // LabPlot : plottypes.h 00002 00003 #ifndef PLOTTYPES_H 00004 #define PLOTTYPES_H 00005 00006 // VTK,GRASS : obsolete 00007 enum PType {P2D,PSURFACE,P3D,PGRASS,PVTK,PPIE,PPOLAR,PTERNARY,PQWT3D}; 00008 00009 #endif // PLOTTYPES_H