|
dune-grid 2.10
|
#include <dune/grid/io/file/dgfparser/entitykey.hh>

Public Member Functions | |
| DGFEntityKey (const std ::vector< A > &key, bool setOrigKey=true) | |
| DGFEntityKey (const std::vector< A > &key, int N, int offset, bool setOrigKey=true) | |
| DGFEntityKey (const DGFEntityKey< A > &k) | |
| DGFEntityKey< A > & | operator= (const DGFEntityKey< A > &k) |
| const A & | operator[] (int i) const |
| bool | operator< (const DGFEntityKey< A > &k) const |
| void | orientation (int base, std ::vector< std ::vector< double > > &vtx) |
| void | print (std ::ostream &out=std ::cerr) const |
| bool | origKeySet () const |
| const A & | origKey (int i) const |
| int | size () const |
|
inline |
| Dune::DGFEntityKey< A >::DGFEntityKey | ( | const std::vector< A > & | key, |
| int | N, | ||
| int | offset, | ||
| bool | setOrigKey = true ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |