// This may look like C code, but it is really -*- C++ -*- // Classe : commands copntour drawing in Peida Interactive // (c) DAPNIA (CEA) LAL (IN2P3/CNRS) // R. Ansari O.Perdereau 11/2001 // #ifndef FLOWMODEXE_H_SEEN #define FLOWMODEXE_H_SEEN #include "machdefs.h" #include #include #include #include "piacmd.h" #include "nobjmgr.h" class FlowModExecutor : public CmdExecutor { public: FlowModExecutor(PIACmd* , PIStdImgApp* ); virtual ~FlowModExecutor(); virtual int Execute(string& keyw, vector& args, string& toks); }; #endif