OMToolkit  1.0
The polygonal mesh processing tool.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Static Public Member Functions | List of all members
OpenMesh::IO::binaryExt< T > Struct Template Reference

#include <OMStoreRestore.h>

Inheritance diagram for OpenMesh::IO::binaryExt< T >:

Static Public Member Functions

static size_t store (mds::mod::CChannel &, const value_type &, bool)
 
static size_t restore (mds::mod::CChannel &, value_type &, bool)
 

Detailed Description

template<typename T>
struct OpenMesh::IO::binaryExt< T >

Template, which extends binary writer of T objects Extension done for adding support of mds::mod::CChannel

Template Parameters
TDatatype for serialization

Member Function Documentation

template<typename T >
static size_t OpenMesh::IO::binaryExt< T >::restore ( mds::mod::CChannel &  ,
value_type &  ,
bool   
)
inlinestatic

Method must be implemented for each specialized type (restoring from the channel)

template<typename T >
static size_t OpenMesh::IO::binaryExt< T >::store ( mds::mod::CChannel &  ,
const value_type &  ,
bool   
)
inlinestatic

Method must be implemented for each specialized type (storing in the channel)


The documentation for this struct was generated from the following file: