OMToolkit
1.0
The polygonal mesh processing tool.
|
Go to the source code of this file.
Namespaces | |
namespace | OpenMesh |
namespace | OpenMesh::IO |
Functions | |
template<typename T > | |
size_t | OpenMesh::IO::store (mds::mod::CChannel &_os, const T &_val, OMFormat::Chunk::Integer_Size _b, bool _swap, t_signed) |
template<typename T > | |
size_t | OpenMesh::IO::store (mds::mod::CChannel &_os, const T &_val, OMFormat::Chunk::Integer_Size _b, bool _swap, t_unsigned) |
template<typename T > | |
size_t | OpenMesh::IO::restore (mds::mod::CChannel &_is, T &_val, OMFormat::Chunk::Integer_Size _b, bool _swap, t_signed) |
template<typename T > | |
size_t | OpenMesh::IO::restore (mds::mod::CChannel &_is, T &_val, OMFormat::Chunk::Integer_Size _b, bool _swap, t_unsigned) |