ug4
|
Class for computing integral properties of geometric objects types in lists. More...
#include <element_list_traits.h>
Classes | |
struct | mfc_num_corners_of_elem |
Metafunction class for counting corners in an element type. More... | |
struct | mfc_num_edges_of_elem |
Metafunction class for counting edges in an element type. More... | |
struct | mfc_num_faces_of_elem |
Metafunction class for counting faces in an element type. More... | |
struct | mfc_num_sides_of_elem |
Metafunction class for counting sides (i.e. edges or faces) in an element type. More... | |
struct | mfc_num_volumes_of_elem |
Metafunction class for counting volumes in an element type. More... | |
Static Public Attributes | |
static const int | maxCorners |
Max. number of corners of the elements in the element list (as a constant) More... | |
static const int | maxEdges |
Max. number of edges of the elements in the element list (as a constant) More... | |
static const int | maxFaces |
Max. number of faces of the elements in the element list (as a constant) More... | |
static const int | maxSides |
Max. number of sides (edges or faces) of the elements in the element list (as a constant) More... | |
static const int | maxVolumes |
Max. number of volumes of the elements in the element list (as a constant) More... | |
Class for computing integral properties of geometric objects types in lists.
This class gets the maximum number of corners, edges etc over all the geometric elements in a given list. The computation is performed at the compile time so that the result (e.g. element_list_traits<ElemList>::max_edges) is a static constant.
ElemList | list of geometric elements |
|
static |
Max. number of corners of the elements in the element list (as a constant)
|
static |
Max. number of edges of the elements in the element list (as a constant)
|
static |
Max. number of faces of the elements in the element list (as a constant)
|
static |
Max. number of sides (edges or faces) of the elements in the element list (as a constant)
|
static |
Max. number of volumes of the elements in the element list (as a constant)