dune-grid 2.9.1
Loading...
Searching...
No Matches
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

◆ DGFEntityKey() [1/3]

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

◆ DGFEntityKey() [2/3]

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

◆ DGFEntityKey() [3/3]

template<class A >
Dune::DGFEntityKey< A >::DGFEntityKey ( const DGFEntityKey< A > & k)
inline

Member Function Documentation

◆ operator<()

template<class A >
bool Dune::DGFEntityKey< A >::operator< ( const DGFEntityKey< A > & k) const
inline

◆ operator=()

template<class A >
DGFEntityKey< A > & Dune::DGFEntityKey< A >::operator= ( const DGFEntityKey< A > & k)
inline

◆ operator[]()

template<class A >
const A & Dune::DGFEntityKey< A >::operator[] ( int i) const
inline

◆ orientation()

template<class A >
void Dune::DGFEntityKey< A >::orientation ( int base,
std ::vector< std ::vector< double > > & vtx )
inline

◆ origKey()

template<class A >
const A & Dune::DGFEntityKey< A >::origKey ( int i) const
inline

◆ origKeySet()

template<class A >
bool Dune::DGFEntityKey< A >::origKeySet ( ) const
inline

◆ print()

template<class A >
void Dune::DGFEntityKey< A >::print ( std ::ostream & out = std :: cerr) const
inline

◆ size()

template<class A >
int Dune::DGFEntityKey< A >::size ( ) const
inline

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