ViennaGrid - The Vienna Grid Library
2.1.0
|
A key type that uniquely identifies an element by its vertices. More...
#include <element_key.hpp>
Public Member Functions | |
element_key (std::vector< id_type > const &ids) | |
element_key (const element_type &el2) | |
element_key (const element_key &ek2) | |
bool | operator< (element_key const &epc2) const |
void | print () const |
A key type that uniquely identifies an element by its vertices.
element_key | ( | std::vector< id_type > const & | ids | ) | [inline, explicit] |
element_key | ( | const element_type & | el2 | ) | [inline, explicit] |
element_key | ( | const element_key< element_type > & | ek2 | ) | [inline] |
bool operator< | ( | element_key< element_type > const & | epc2 | ) | const [inline] |
void print | ( | ) | const [inline] |