SymbolType.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _SymbolType_H_
00015 #define _SymbolType_H_
00016 
00017 #include "pattern/libhippo.h"
00018 
00019 namespace hippodraw {
00020 
00023   namespace Symbol {
00028     enum Type { 
00029       SQUARE,
00030       SOLIDSQUARE, 
00032       PLUS, 
00033       TIMES, 
00034       TRIANGLE, 
00035       FILLED_TRIANGLE, 
00036       CIRCLE,
00037       FILLED_CIRCLE,
00038       INVISIBLE
00039     };
00040 
00041     Type MDL_HIPPOPLOT_API convert ( unsigned int type );
00042 
00043   }
00044 }
00045 
00046 #endif // _SymbolType_H_

Generated for HippoDraw Class Library by doxygen