|
bool | ug::DeserializeGridElements (Grid &grid, BinaryBuffer &in, bool readGridHeader=true) |
| Creates grid elements from a binary stream. More...
|
|
bool | ug::DeserializeMultiGridElements (MultiGrid &mg, BinaryBuffer &in, std::vector< Vertex * > *pvVrts=NULL, std::vector< Edge * > *pvEdges=NULL, std::vector< Face * > *pvFaces=NULL, std::vector< Volume * > *pvVols=NULL, MultiElementAttachmentAccessor< AGeomObjID > *paaID=NULL) |
| Creates multi-grid elements from a binary stream. More...
|
|
bool | ug::DeserializeSelector (Grid &grid, ISelector &sel, BinaryBuffer &in) |
| assigns subset-indices to all elements in the grid from a stream. More...
|
|
bool | ug::DeserializeSelector (Grid &grid, ISelector &sel, GridObjectCollection goc, BinaryBuffer &in) |
| assigns subset-indices to all elements in the goc from a stream. More...
|
|
bool | ug::DeserializeSubsetHandler (Grid &grid, ISubsetHandler &sh, BinaryBuffer &in, bool readPropertyMap=true) |
| assigns subset-indices to all elements in the grid from a stream. More...
|
|
bool | ug::DeserializeSubsetHandler (Grid &grid, ISubsetHandler &sh, GridObjectCollection goc, BinaryBuffer &in, bool readPropertyMap=true) |
| assigns subset-indices to all elements in the goc from a stream. More...
|
|
static pair< GridObject *, char > | ug::GetParent (BinaryBuffer &in, const vector< Vertex * > &vVrts, const vector< Edge * > &vEdges, const vector< Face * > &vFaces, const vector< Volume * > &vVols) |
|
static bool | ug::ReadGridHeader (GridHeader &gridHeader, BinaryBuffer &in) |
|
template<class TElemIter > |
static void | ug::ReadSelectionStatesFromStream (TElemIter iterBegin, TElemIter iterEnd, ISelector &sel, BinaryBuffer &in) |
|
template<class TElemIter > |
static void | ug::ReadSubsetIndicesFromStream (TElemIter iterBegin, TElemIter iterEnd, ISubsetHandler &sh, BinaryBuffer &in) |
|
bool | ug::SerializeGridElements (Grid &grid, BinaryBuffer &out) |
| Writes all grid elements into a binary-stream. More...
|
|
bool | ug::SerializeGridElements (Grid &grid, GridObjectCollection goc, AInt &aIntVRT, BinaryBuffer &out) |
| Writes a part of the grids elements to a binary-stream. More...
|
|
bool | ug::SerializeGridElements (Grid &grid, GridObjectCollection goc, BinaryBuffer &out) |
| Writes a part of the grids elements to a binary-stream. More...
|
|
bool | ug::SerializeMultiGridElements (MultiGrid &mg, BinaryBuffer &out) |
| writes the elements of a MultiGrid to a binary stream. More...
|
|
bool | ug::SerializeMultiGridElements (MultiGrid &mg, GridObjectCollection goc, BinaryBuffer &out) |
| writes a part of the elements of a MultiGrid to a binary stream. More...
|
|
bool | ug::SerializeMultiGridElements (MultiGrid &mg, GridObjectCollection goc, MultiElementAttachmentAccessor< AInt > &aaInt, BinaryBuffer &out, MultiElementAttachmentAccessor< AGeomObjID > *paaID=NULL) |
| writes a part of the elements of a MultiGrid to a binary stream. More...
|
|
bool | ug::SerializeSelector (Grid &grid, ISelector &sel, BinaryBuffer &out) |
| writes the subset-indices of all elements in the grid to a stream. More...
|
|
bool | ug::SerializeSelector (Grid &grid, ISelector &sel, GridObjectCollection goc, BinaryBuffer &out) |
| writes the subset-indices of all elements in the goc to a stream. More...
|
|
bool | ug::SerializeSubsetHandler (Grid &grid, ISubsetHandler &sh, BinaryBuffer &out) |
| writes the subset-indices of all elements in the grid to a stream. More...
|
|
bool | ug::SerializeSubsetHandler (Grid &grid, ISubsetHandler &sh, GridObjectCollection goc, BinaryBuffer &out) |
| writes the subset-indices of all elements in the goc to a stream. More...
|
|
static void | ug::WriteGridHeader (const GridHeader &gridHeader, BinaryBuffer &out) |
|
template<class TElem > |
static void | ug::WriteParent (MultiGrid &mg, TElem *pElem, MultiElementAttachmentAccessor< AInt > &aaInt, BinaryBuffer &out) |
|
template<class TElemIter > |
static void | ug::WriteSelectionStatesToStream (TElemIter iterBegin, TElemIter iterEnd, ISelector &sel, BinaryBuffer &out) |
|
template<class TElemIter > |
static void | ug::WriteSubsetIndicesToStream (TElemIter iterBegin, TElemIter iterEnd, ISubsetHandler &sh, BinaryBuffer &out) |
|