#include <OpenMesh/Core/System/config.h>#include <cstdio>#include <iostream>

Go to the source code of this file.
Namespaces | |
| namespace | OpenMesh |
| namespace | OpenMesh::IO |
Functions | |
Handling binary input/output. | |
| double | OpenMesh::IO::read_double (FILE *_in, bool _swap=false) |
| float | OpenMesh::IO::read_float (FILE *_in, bool _swap=false) |
| int | OpenMesh::IO::read_int (FILE *_in, bool _swap=false) |
| short int | OpenMesh::IO::read_short (FILE *_in, bool _swap=false) |
| void | OpenMesh::IO::write_double (double _d, FILE *_out, bool _swap=false) |
| void | OpenMesh::IO::write_float (float _f, FILE *_out, bool _swap=false) |
| void | OpenMesh::IO::write_int (int _i, FILE *_out, bool _swap=false) |
| void | OpenMesh::IO::write_short (short int _i, FILE *_out, bool _swap=false) |