#include <OMFormat.hh>
Public Member Functions | |
| size_t | restore (std::istream &_is, bool _swap) |
| size_t | store (std::ostream &_os, bool _swap) const |
Public Attributes | |
| uchar | magic_ [2] |
| uchar | mesh_ |
| uint32 | n_edges_ |
| uint32 | n_faces_ |
| uint32 | n_vertices_ |
| uint8 | version_ |
Definition at line 105 of file OMFormat.hh.
| size_t OpenMesh::IO::OMFormat::Header::restore | ( | std::istream & | _is, | |
| bool | _swap | |||
| ) | [inline] |
Definition at line 124 of file OMFormat.hh.
| size_t OpenMesh::IO::OMFormat::Header::store | ( | std::ostream & | _os, | |
| bool | _swap | |||
| ) | const [inline] |
Definition at line 114 of file OMFormat.hh.
Definition at line 107 of file OMFormat.hh.
Definition at line 108 of file OMFormat.hh.
Definition at line 112 of file OMFormat.hh.
Definition at line 111 of file OMFormat.hh.
Definition at line 110 of file OMFormat.hh.
Definition at line 109 of file OMFormat.hh.