source: Sophya/trunk/Poubelle/PIext/dlftypes.h

Last change on this file was 223, checked in by ansari, 26 years ago

Creation module DPC/PIext Reza 09/04/99

File size: 572 bytes
Line 
1// This may look like C code, but it is really -*- C++ -*-
2// typedef pour link dynamique de piapp
3// Reza Juillet,Aout 98
4// LAL-IN2P3/CNRS
5
6#ifndef DLFTPES_H_SEEN
7#define DLFTYPES_H_SEEN
8
9#include <string>
10#include <vector>
11#if defined(__KCC__)
12using std::string ;
13#include <vector.h>
14#endif
15
16typedef double (* DlFunctionOfX) (double x);
17typedef double (* DlFunctionOfXY) (double x, double y);
18typedef int (* PlotExprFunc) (float* x, float* rx, float* ry, float* rz, float* wt);
19typedef void (* DlUserProcFunction) (vector<string>& args);
20
21#endif
22
Note: See TracBrowser for help on using the repository browser.