00001 #ifndef GRAPHOPGENERATOR_H_
00002 #define GRAPHOPGENERATOR_H_
00003
00004 namespace srAlmende
00005 {
00006
00021 class GraphOpGenerator
00022 {
00023 public:
00024 GraphOpGenerator();
00025 virtual ~GraphOpGenerator();
00026 };
00027
00028 }
00029
00030 #endif