|
FreeFem
3.5.x
|
device independat graphic class More...
#include <femGraphicDeviceIndependent.hpp>
Public Types | |
Typedefs | |
| typedef femMesh::femPoint | femPoint |
| typedef femMesh::femTriangle | femTriangle |
Public Member Functions | |
Constructors, destructor and methods | |
| femGraphicDeviceIndependent (femMesh *=0) | |
| ~femGraphicDeviceIndependent () | |
Mutators | |
| void | setTriangulation (femMesh *) |
Methods | |
| void | graph3d (float *f, int waitm) |
| void | showtriangulation (int waitm) |
| void | equpot (int *ng, float *f, int nl, int waitm) |
| void | equpotd (int *ng, float *f, int nl, int waitm) |
| void | showbdy (long nbs, float *cr, long nba, long *arete, float *hh, int waitm) |
device independat graphic class