#include <OpenMesh/Core/IO/OMFormat.hh>#include <OpenMesh/Core/System/config.h>#include <OpenMesh/Core/System/omstream.hh>#include <OpenMesh/Core/IO/SR_store.hh>#include <OpenMesh/Core/Utils/GenProg.hh>#include <OpenMesh/Core/Utils/Endian.hh>#include <OpenMesh/Core/Utils/vector_traits.hh>#include <iostream>#include <limits>#include <algorithm>#include <iomanip>

Go to the source code of this file.
Namespaces | |
| namespace | OpenMesh |
| namespace | OpenMesh::IO |
Defines | |
| #define | OPENMESH_IO_OMFORMAT_CC |
Functions | |
| template<typename T > | |
| size_t | OpenMesh::IO::restore (std::istream &_is, T &_val, OMFormat::Chunk::Integer_Size _b, bool _swap, t_signed) |
| template<typename T > | |
| size_t | OpenMesh::IO::store (std::ostream &_os, const T &_val, OMFormat::Chunk::Integer_Size _b, bool _swap, t_signed) |
| #define OPENMESH_IO_OMFORMAT_CC |
Definition at line 50 of file OMFormatT.cc.