Public Member Functions | |
| std::size_t | memory_consumption () const |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Public Attributes | |
| TriaObjectsQuad3D | quads |
| TriaObjects< TriaObject< 1 > > | lines |
In dim=3 the cells are hexes, the faces accordingly are quads. In addition to that we also have to enable the storage of lines.
Definition at line 116 of file tria_faces.h.
| std::size_t internal::Triangulation::TriaFaces< 3 >::memory_consumption | ( | ) | const |
Determine an estimate for the memory consumption (in bytes) of this object.
| void internal::Triangulation::TriaFaces< 3 >::serialize | ( | Archive & | ar, |
| const unsigned int | version | ||
| ) |
Read or write the data of this object to or from a stream for the purpose of serialization
Definition at line 169 of file tria_faces.h.
The TriaObject containing the data of quads.
Definition at line 123 of file tria_faces.h.
The TriaObject containing the data of lines.
Definition at line 128 of file tria_faces.h.
documentation generated on Fri Feb 3 2012 06:04:14 by
doxygen
1.7.2