int3dtable.c File Reference

#include "FTables.h"

Include dependency graph for int3dtable.c:

Go to the source code of this file.

Defines

#define ARGS_fint3d   double *,integer*,double *

Typedefs

typedef void(*) fint3df (ARGS_fint3d)

Functions

void C2F() int3dex (ARGS_fint3d)
void C2F() fint3d (ARGS_fint3d)
void C2F() setfint3d (char *name, int *rep)
void C2F() fint3d (double *xyz, integer *numfun, double *v)

Variables

FTAB FTab_fint3d []
static fint3df fint3dfonc


Define Documentation

#define ARGS_fint3d   double *,integer*,double *

Definition at line 9 of file int3dtable.c.


Typedef Documentation

typedef void(*) fint3df(ARGS_fint3d)

Definition at line 10 of file int3dtable.c.


Function Documentation

void C2F() fint3d ( double *  xyz,
integer numfun,
double *  v 
)

function call : WARNING fintg returns a double

Definition at line 35 of file int3dtable.c.

References fint3dfonc, and v.

00036 {
00037         (*fint3dfonc)(xyz,numfun,v);
00038 }

void C2F() fint3d ( ARGS_fint3d   ) 

void C2F() int3dex ( ARGS_fint3d   ) 

void C2F() setfint3d ( char *  name,
int rep 
)

fixes the function associated to name


Variable Documentation

fint3df fint3dfonc [static]

the current function fixed by setfint3d

Definition at line 31 of file int3dtable.c.

Referenced by fint3d().

FTAB FTab_fint3d[]

Initial value:

{
        {"int3dex", (voidf)  C2F(int3dex)},
        {(char *) 0, (voidf) 0}
}

Definition at line 17 of file int3dtable.c.


Generated on Sun Mar 4 15:18:02 2007 for Scilab [trunk] by  doxygen 1.5.1