00001 00027 #ifndef INC_MI32_STDDEFNS_H 00028 #include <mi32/stddefns.h> 00029 #endif 00030 00031 class MIMATRIX; 00032 class MISTRINGLIST; 00033 class MISTRING; 00034 class FILEPATH; 00035 00036 ERRVALUE LinearCombinationArrayRead ( 00037 MIMATRIX& matrix, 00038 MIMATRIX& offsets, 00039 MISTRINGLIST& outrastnames, 00040 const MISTRINGLIST& inrastnames, 00041 const FILEPATH& filepath 00042 ); 00043 00044 ERRVALUE LinearCombinationArrayWrite ( 00045 const MIMATRIX& matrix, 00046 const MIMATRIX& offsets, 00047 const MISTRINGLIST& inrastnames, 00048 const MISTRINGLIST& outrastnames, 00049 const FILEPATH& fp 00050 ); 00051
1.6.1