OpenMesh.Core.IO.BinaryHelper



short read_short (_iobuf * _in, bool _swap = false);
Binary read a \c short from \c is and perform byte swapping if \c swap is true

int read_int (_iobuf * _in, bool _swap = false);
Binary read an \c int from \c is and perform byte swapping if \c swap is true

float read_float (_iobuf * _in, bool _swap = false);
Binary read a \c float from \c is and perform byte swapping if \c swap is true

double read_double (_iobuf * _in, bool _swap = false);
Binary read a \c double from \c is and perform byte swapping if \c swap is true

void write_short (short _i, _iobuf * _out, bool _swap = false);
Binary write a \c short to \c os and perform byte swapping if \c swap is true

void write_int (int _i, _iobuf * _out, bool _swap = false);
Binary write an \c int to \c os and perform byte swapping if \c swap is true

void write_float (float _f, _iobuf * _out, bool _swap = false);
Binary write a \c float to \c os and perform byte swapping if \c swap is true

void write_double (double _d, _iobuf * _out, bool _swap = false);
Binary write a \c double to \c os and perform byte swapping if \c swap is true

Page was generated with CanDyDOC on Fri Oct 12 16:12:33 2007