|
Static Public Methods |
int | parseVolumeNames (char name[], SCENE *scene) |
int | readModelisationFile (const char name[], SCENE *scene) |
int | addModelisationFile (const char name[], SCENE *scene) |
void | displayData (SCENE *scene, int detail) |
Static Private Methods |
int | readInt (int nbchar, char *s, int line) |
double | readDouble (int nbchar, char *s, int line) |
char * | readString (int nbchar, char *s, int line) |
char * | substr (char *str, unsigned int start, unsigned int end) |
Reads a file in the "dat" format and extracts its information to the structure scene.