ug4
ug::ElementStorage< TElem > Class Template Reference

This struct is used to hold GridObjects and their attachment pipes. More...

#include <element_storage.h>

Public Types

typedef ug::AttachedElementList< AttachmentPipeAttachedElementList
 
typedef ug::AttachmentPipe< TElem *, ElementStorage< TElem > > AttachmentPipe
 
typedef ug::SectionContainer< TElem *, AttachedElementListSectionContainer
 

Public Member Functions

 ElementStorage ()
 
 ~ElementStorage ()
 

Public Attributes

AttachmentPipe m_attachmentPipe
 holds elements More...
 
SectionContainer m_sectionContainer
 

Detailed Description

template<class TElem>
class ug::ElementStorage< TElem >

This struct is used to hold GridObjects and their attachment pipes.

Member Typedef Documentation

◆ AttachedElementList

◆ AttachmentPipe

template<class TElem >
typedef ug::AttachmentPipe<TElem*, ElementStorage<TElem> > ug::ElementStorage< TElem >::AttachmentPipe

◆ SectionContainer

template<class TElem >
typedef ug::SectionContainer<TElem*, AttachedElementList > ug::ElementStorage< TElem >::SectionContainer

Constructor & Destructor Documentation

◆ ElementStorage()

◆ ~ElementStorage()

Member Data Documentation

◆ m_attachmentPipe

◆ m_sectionContainer


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