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__)
|
---|
12 | using std::string ;
|
---|
13 | #include <vector.h>
|
---|
14 | #endif
|
---|
15 |
|
---|
16 | typedef double (* DlFunctionOfX) (double x);
|
---|
17 | typedef double (* DlFunctionOfXY) (double x, double y);
|
---|
18 | typedef int (* PlotExprFunc) (float* x, float* rx, float* ry, float* rz, float* wt);
|
---|
19 | typedef void (* DlUserProcFunction) (vector<string>& args);
|
---|
20 |
|
---|
21 | #endif
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.