#ifndef _ISOSURFACERINIT_H #define _ISOSURFACERINIT_H #include #ifndef _WIN32 #include #else #include #endif #include #include "IsoSurfacerGH.h" /* prototypes of functions to be registered */ void *IsoSurfacer_SetupGH (tFleshConfig *config, int convergence_level,cGH *GH); int IsoSurfacer_InitGH (cGH *GH); int IsoSurfacer (const cGH *GH); int IsoSurfacer_TriggerOutput (const cGH *GH, int); int IsoSurfacer_TimeForOutput (const cGH *GH, int); #endif