68 #include "base_vect.h" 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 ;
Vectorial bases (triads) with respect to which the tensorial components are defined.
static Base_vect * bvect_from_file(FILE *)
Construction of a vectorial basis from a file (see sauve(FILE* ) ).
virtual int identify() const
Returns a number to identify the sub-classe of Base_vect the object belongs to.
Cartesian vectorial bases (triads).
Spherical orthonormal vectorial bases (triads).
int fread_be(int *aa, int size, int nb, FILE *fich)
Reads integer(s) from a binary file according to the big endian convention.
virtual int identify() const
Returns a number to identify the sub-classe of Base_vect the object belongs to.