0022906: Gradient background is clipped by planes
[occt.git] / src / AdvApp2Var / AdvApp2Var_EvaluatorFunc2Var.hxx
CommitLineData
7fd59977 1// File: AdvApp2Var_EvaluatorFunc2Var.hxx
2// Created: Thu Apr 18 10:31:26 1996
3// Author: Joelle CHAUVET
4// <jct@sgi38>
5
6
7#ifndef _Standard_Integer_HeaderFile
8#include <Standard_Integer.hxx>
9#endif
10#ifndef _Standard_Real_HeaderFile
11#include <Standard_Real.hxx>
12#endif
13#ifndef _Standard_PrimitiveTypes_HeaderFile
14#include <Standard_PrimitiveTypes.hxx>
15#endif
16
17
18#ifndef AdvApp2Var_EvaluatorFunc2Var_HeaderFile
19#define AdvApp2Var_EvaluatorFunc2Var_HeaderFile
20
21extern "C" {
22typedef void (* AdvApp2Var_EvaluatorFunc2Var) (Standard_Integer *,
23 // Dimension
24 Standard_Real *,
25 // StartEnd[2] in U
26 Standard_Real *,
27 // StartEnd[2] in V
28 Standard_Integer *,
29 // Choice of constante, 1 for U, 2 for V
30 Standard_Real *,
31 // Value of constant parameter
32 Standard_Integer *,
33 // Number of parameters
34 Standard_Real *,
35 // Values of parameters,
36 Standard_Integer *,
37 // Derivative Request in U
38 Standard_Integer *,
39 // Derivative Request in V
40 Standard_Real *,
41 // Result[Dimension]
42 Standard_Integer *) ;
43 // Error Code
44
45
46}
47
48
49#endif