28char base_vect_from_file_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Base_vect/base_vect_from_file.C,v 1.5 2014/10/13 08:52:39 j_novak Exp $" ;
66#include "utilitaires.h"
90 fread_be(&identificator,
sizeof(
int), 1, fich) ;
92 switch(identificator) {
105 cout <<
"Base_vect::bvect_from_file : unknown type of Base_vect!"
107 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.
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* ) ).
int fread_be(int *aa, int size, int nb, FILE *fich)
Reads integer(s) from a binary file according to the big endian convention.