ug4
|
The traits class holds some important types for each element-type. More...
#include <grid.h>
Public Types | |
typedef ElementStorage::AttachedElementList | AttachedElementList |
typedef ElementStorage::AttachmentPipe | AttachmentPipe |
typedef TElem::grid_base_object | base_object |
typedef boost::function< bool(base_object *)> | callback |
callback type for the elements base type. More... | |
typedef geometry_traits< TElem >::const_iterator | const_iterator |
typedef ug::ElementStorage< base_object > | ElementStorage |
typedef geometry_traits< TElem >::iterator | iterator |
typedef ElementStorage::SectionContainer | SectionContainer |
typedef PointerConstArray< TElem * > | secure_container |
The traits class holds some important types for each element-type.
typedef ElementStorage::AttachedElementList ug::Grid::traits< TElem >::AttachedElementList |
typedef ElementStorage::AttachmentPipe ug::Grid::traits< TElem >::AttachmentPipe |
typedef TElem::grid_base_object ug::Grid::traits< TElem >::base_object |
typedef boost::function<bool (base_object*)> ug::Grid::traits< TElem >::callback |
callback type for the elements base type.
typedef geometry_traits<TElem>::const_iterator ug::Grid::traits< TElem >::const_iterator |
typedef ug::ElementStorage<base_object> ug::Grid::traits< TElem >::ElementStorage |
typedef geometry_traits<TElem>::iterator ug::Grid::traits< TElem >::iterator |
typedef ElementStorage::SectionContainer ug::Grid::traits< TElem >::SectionContainer |
typedef PointerConstArray<TElem*> ug::Grid::traits< TElem >::secure_container |