69#include "utilitaires.h"
93 fread_be(&identificator,
sizeof(
int), 1, fich) ;
95 switch(identificator) {
108 cout <<
"Base_vect::bvect_from_file : unknown type of Base_vect!"
110 cout <<
" identificator = " << identificator << endl ;
Cartesian vectorial bases (triads).
virtual int identify() const
Returns a number to identify the sub-classe of Base_vect the object belongs to.
Spherical orthonormal vectorial bases (triads).
virtual int identify() const
Returns a number to identify the sub-classe of Base_vect the object belongs to.
Base_vect()
Standard constructor.
static Base_vect * bvect_from_file(FILE *)
Construction of a vectorial basis from a file (see sauve(FILE* ) ).
int fread_be(int *aa, int size, int nb, FILE *fich)
Reads integer(s) from a binary file according to the big endian convention.