ViennaGrid - The Vienna Grid Library  2.1.0
Public Member Functions
element_key< element_type > Class Template Reference

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

Detailed Description

template<typename element_type>
class viennagrid::element_key< element_type >

A key type that uniquely identifies an element by its vertices.


Constructor & Destructor Documentation

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]

Member Function Documentation

bool operator< ( element_key< element_type > const &  epc2) const [inline]
void print ( ) const [inline]

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