dune-grid  2.3.1
Public Member Functions | List of all members
Dune::DGFEntityKey< A > Struct Template Reference

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

Inheritance diagram for Dune::DGFEntityKey< A >:
Inheritance graph

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
 

Constructor & Destructor Documentation

template<class A>
Dune::DGFEntityKey< A >::DGFEntityKey ( const std::vector< A > &  key,
bool  setOrigKey = true 
)
inline
template<class A>
Dune::DGFEntityKey< A >::DGFEntityKey ( const std::vector< A > &  key,
int  N,
int  offset,
bool  setOrigKey = true 
)
inline
template<class A>
Dune::DGFEntityKey< A >::DGFEntityKey ( const DGFEntityKey< A > &  k)
inline

Member Function Documentation

template<class A>
bool Dune::DGFEntityKey< A >::operator< ( const DGFEntityKey< A > &  k) const
inline
template<class A>
DGFEntityKey< A > & Dune::DGFEntityKey< A >::operator= ( const DGFEntityKey< A > &  k)
inline
template<class A >
const A & Dune::DGFEntityKey< A >::operator[] ( int  i) const
inline
template<class A >
void Dune::DGFEntityKey< A >::orientation ( int  base,
std::vector< std::vector< double > > &  vtx 
)
inline
template<class A >
const A & Dune::DGFEntityKey< A >::origKey ( int  i) const
inline
template<class A >
bool Dune::DGFEntityKey< A >::origKeySet ( ) const
inline
template<class A >
void Dune::DGFEntityKey< A >::print ( std::ostream &  out = std :: cerr) const
inline
template<class A >
int Dune::DGFEntityKey< A >::size ( ) const
inline

The documentation for this struct was generated from the following files: