51#ifndef OPENMESH_BINARY_HELPER_HH
52#define OPENMESH_BINARY_HELPER_HH
59#if defined( OM_CC_MIPS )
136void write_short(
short int _i, std::ostream& _out,
bool _swap=
false);
140void write_int(
int _i, std::ostream& _out,
bool _swap=
false);
short int read_short(FILE *_in, bool _swap=false)
float read_float(FILE *_in, bool _swap=false)
void write_int(int _i, FILE *_out, bool _swap=false)
void write_double(double _d, FILE *_out, bool _swap=false)
void write_short(short int _i, FILE *_out, bool _swap=false)
int read_int(FILE *_in, bool _swap=false)
double read_double(FILE *_in, bool _swap=false)
void write_float(float _f, FILE *_out, bool _swap=false)