|
ug4
|
#include <grid_object_collection.h>
Public Member Functions | |
| ContainerCollection () | |
| ContainerCollection (ElementStorage< Vertex >::SectionContainer *vrtCon, ElementStorage< Edge >::SectionContainer *edgeCon, ElementStorage< Face >::SectionContainer *faceCon, ElementStorage< Volume >::SectionContainer *volCon) | |
Public Attributes | |
| ElementStorage< Edge >::SectionContainer * | edgeContainer |
| ElementStorage< Face >::SectionContainer * | faceContainer |
| ElementStorage< Volume >::SectionContainer * | volContainer |
| ElementStorage< Vertex >::SectionContainer * | vrtContainer |
|
inline |
| ug::GridObjectCollection::ContainerCollection::ContainerCollection | ( | ElementStorage< Vertex >::SectionContainer * | vrtCon, |
| ElementStorage< Edge >::SectionContainer * | edgeCon, | ||
| ElementStorage< Face >::SectionContainer * | faceCon, | ||
| ElementStorage< Volume >::SectionContainer * | volCon | ||
| ) |
References edgeContainer, faceContainer, volContainer, and vrtContainer.
| ElementStorage<Edge>::SectionContainer* ug::GridObjectCollection::ContainerCollection::edgeContainer |
Referenced by ContainerCollection().
| ElementStorage<Face>::SectionContainer* ug::GridObjectCollection::ContainerCollection::faceContainer |
Referenced by ContainerCollection().
| ElementStorage<Volume>::SectionContainer* ug::GridObjectCollection::ContainerCollection::volContainer |
Referenced by ContainerCollection().
| ElementStorage<Vertex>::SectionContainer* ug::GridObjectCollection::ContainerCollection::vrtContainer |
Referenced by ContainerCollection().