OMToolkit
1.0
The polygonal mesh processing tool.
|
#include <OMStoreRestore.h>
Public Types | |
typedef OpenMesh::Attributes::StatusInfo | value_type |
typedef value_type::value_type | status_t |
Static Public Member Functions | |
static size_t | size_of () |
static size_t | size_of (const value_type &) |
static size_t | n_bytes (size_t _n_elem) |
static size_t | store (mds::mod::CChannel &_os, const value_type &_v, bool _swap=false) |
static size_t | restore (mds::mod::CChannel &_is, value_type &_v, bool _swap=false) |
Static Public Attributes | |
static const bool | is_streamable = true |
binaryExt specialization for OpenMesh::Attributes::StatusInfo
typedef value_type::value_type OpenMesh::IO::binaryExt< OpenMesh::Attributes::StatusInfo >::status_t |
typedef OpenMesh::Attributes::StatusInfo OpenMesh::IO::binaryExt< OpenMesh::Attributes::StatusInfo >::value_type |
|
inlinestatic |
|
inlinestatic |
Method for restoring a string from stream
_is | MDSTk intput channel |
_v | Value to restore |
_swap | Swap bytes flag |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Method for storing a Status info into stream
_os | MDSTk output channel |
_v | Value to store |
_swap | Swap bytes flag |
|
static |