Commit | Line | Data |
---|---|---|
7fd59977 | 1 | // File: CPnts_RealFunction.hxx |
2 | // Created: Thu May 4 16:30:39 1995 | |
3 | // Author: Modelistation | |
4 | // <model@fuegox> | |
5 | ||
6 | ||
7 | #ifndef _CPnts_RealFunction_HeaderFile | |
8 | #define _CPnts_RealFunction_HeaderFile | |
9 | ||
10 | #include <Standard_TypeDef.hxx> | |
11 | ||
12 | typedef Standard_Real (*CPnts_RealFunction)(const Standard_Real, | |
13 | const Standard_Address); | |
14 | ||
15 | #endif |