summaryrefslogtreecommitdiff
path: root/inc/AdvApp2Var_EvaluatorFunc2Var.hxx
blob: bc7fd86de574cbb01820ff31e4de123d840398d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// File:	AdvApp2Var_EvaluatorFunc2Var.hxx
// Created:	Thu Apr 18 10:31:26 1996
// Author:	Joelle CHAUVET
//		<jct@sgi38>


#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Standard_Real_HeaderFile
#include <Standard_Real.hxx>
#endif
#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif


#ifndef AdvApp2Var_EvaluatorFunc2Var_HeaderFile
#define AdvApp2Var_EvaluatorFunc2Var_HeaderFile

extern "C" {
typedef  void (* AdvApp2Var_EvaluatorFunc2Var) (Standard_Integer *,
					    // Dimension
					    Standard_Real    *,
					    // StartEnd[2] in U
					    Standard_Real    *,
					    // StartEnd[2] in V
					    Standard_Integer *,
					    // Choice of constante, 1 for U, 2 for V
					    Standard_Real    *,
					    // Value of constant parameter
					    Standard_Integer *,
					    // Number of parameters
					    Standard_Real    *,
					    // Values of parameters,
					    Standard_Integer *,
					    // Derivative Request in U
					    Standard_Integer *,
					    // Derivative Request in V
					    Standard_Real    *, 
					    // Result[Dimension]
					    Standard_Integer *) ;
                                            // Error Code


}


#endif