49 #ifndef OPENMESH_BINARY_HELPER_HH
50 #define OPENMESH_BINARY_HELPER_HH
55 #include <OpenMesh/Core/System/config.h>
57 #if defined( OM_CC_MIPS )
85 short int read_short(FILE* _in,
bool _swap=
false);
89 int read_int(FILE* _in,
bool _swap=
false);
102 void write_short(
short int _i, FILE* _out,
bool _swap=
false);
106 void write_int(
int _i, FILE* _out,
bool _swap=
false);
110 void write_float(
float _f, FILE* _out,
bool _swap=
false);
114 void write_double(
double _d, FILE* _out,
bool _swap=
false);
124 #endif // OPENMESH_MESHREADER_HH defined
Project OpenMesh,
© Computer Graphics Group, RWTH Aachen.
Documentation generated using
doxygen
.