source: Sophya/trunk/SophyaPI/PIext/flowmodex.h@ 1920

Last change on this file since 1920 was 1920, checked in by perderos, 24 years ago

1) ajout de commande pour trace de champ de vecteur
2) modif pour compil sous peida (pawexecut.cc) OP 06/03/2002

File size: 675 bytes
RevLine 
[1920]1// This may look like C code, but it is really -*- C++ -*-
2// Classe : commands copntour drawing in Peida Interactive
3// (c) DAPNIA (CEA) LAL (IN2P3/CNRS)
4// R. Ansari O.Perdereau 11/2001
5//
6#ifndef FLOWMODEXE_H_SEEN
7#define FLOWMODEXE_H_SEEN
8#include "machdefs.h"
9#include <stdio.h>
10#include <stdlib.h>
11#include <iostream.h>
12#include "piacmd.h"
13#include "nobjmgr.h"
14
15class FlowModExecutor : public CmdExecutor {
16public:
17 FlowModExecutor(PIACmd* , PIStdImgApp* );
18 virtual ~FlowModExecutor();
19 virtual int Execute(string& keyw, vector<string>& args, string& toks);
20};
21
22#endif
Note: See TracBrowser for help on using the repository browser.