Go to the source code of this file.
|
namespace | ug |
| the ug namespace
|
|
|
template<class TElem , class TAttachment > |
bool | ug::DeserializeAttachment (Grid &grid, TAttachment &attachment, BinaryBuffer &in) |
| copies attached values from a binary stream
|
|
template<class TElem , class TAttachment > |
bool | ug::DeserializeAttachment (Grid &grid, TAttachment &attachment, typename geometry_traits< TElem >::iterator iterBegin, typename geometry_traits< TElem >::iterator iterEnd, BinaryBuffer &in) |
| copies attached values from a binary stream
|
|
template<class TElem , class TAttachment > |
bool | ug::SerializeAttachment (Grid &grid, TAttachment &attachment, BinaryBuffer &out) |
|
template<class TElem , class TAttachment > |
bool | ug::SerializeAttachment (Grid &grid, TAttachment &attachment, typename geometry_traits< TElem >::iterator iterBegin, typename geometry_traits< TElem >::iterator iterEnd, BinaryBuffer &out) |
| copies attached values to a binary stream.
|
|