dune-grid
2.1.1
|
#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 |
Dune::DGFEntityKey< A >::DGFEntityKey | ( | const std::vector< A > & | key, |
bool | setOrigKey = true |
||
) | [inline] |
Dune::DGFEntityKey< A >::DGFEntityKey | ( | const std::vector< A > & | key, |
int | N, | ||
int | offset, | ||
bool | setOrigKey = true |
||
) | [inline] |
Dune::DGFEntityKey< A >::DGFEntityKey | ( | const DGFEntityKey< A > & | k | ) | [inline] |
bool Dune::DGFEntityKey< A >::operator< | ( | const DGFEntityKey< A > & | k | ) | const [inline] |
DGFEntityKey< A > & Dune::DGFEntityKey< A >::operator= | ( | const DGFEntityKey< A > & | k | ) | [inline] |
const A & Dune::DGFEntityKey< A >::operator[] | ( | int | i | ) | const [inline] |
void Dune::DGFEntityKey< A >::orientation | ( | int | base, |
std::vector< std::vector< double > > & | vtx | ||
) | [inline] |
const A & Dune::DGFEntityKey< A >::origKey | ( | int | i | ) | const [inline] |
bool Dune::DGFEntityKey< A >::origKeySet | ( | ) | const [inline] |
void Dune::DGFEntityKey< A >::print | ( | std::ostream & | out = std :: cerr | ) | const [inline] |
int Dune::DGFEntityKey< A >::size | ( | ) | const [inline] |