36#if defined(HAVE_CONFIG_H)
82 void setTriangulation(
femMesh* );
88 void graph3d(
float* f,
int waitm);
89 void showtriangulation(
int waitm);
90 void equpot(
int *ng,
float* f,
int nl,
int waitm);
91 void equpotd(
int *ng,
float* f,
int nl,
int waitm);
92 void showbdy(
long nbs,
float* cr,
long nba,
long* arete,
float* hh,
int waitm);
97 void Init (femPoint* rp,
int ns,
char *s);
98 void quicksort (
float *tb,
int *o,
int n);
100 void projection (
float *f);
101 void contour (
int ng[],
int coul);
device independat graphic class
Definition femGraphicDeviceIndependent.hpp:57
Mesh class.
Definition femMesh.hpp:53
float femPoint[2]
node type
Definition femMesh.hpp:67
long femTriangle[3]
cell type
Definition femMesh.hpp:70
#define DECLARE_CLASS(tag)
Declare class , class pointer , const pointer, class reference and const class reference types for cl...
Definition femCommon.hpp:64