#include <dune/grid/io/file/dgfparser/dgfparserblocks.hh>
List of all members.
Public Member Functions |
| CubeBlock (std::istream &in, int pnofvtx, int pvtxoffset, int &pdimgrid) |
int | get (std::vector< std::vector< unsigned int > > &simplex, std::vector< std::vector< double > > ¶ms, int &nofp) |
bool | ok () |
int | nofsimplex () |
bool | isactive () |
bool | isempty () |
int & | noflines () |
int | linenumber () |
Static Public Attributes |
static const char * | ID = "Cube" |
Protected Member Functions |
void | reset () |
bool | getnextline () |
template<class ENTRY > |
bool | getnextentry (ENTRY &entry) |
bool | gettokenparam (std::string token, std::string &entry) |
bool | findtoken (std::string token) |
Protected Attributes |
std::stringstream | line |
Friends |
std::ostream & | operator<< (std::ostream &os, const BasicBlock &b) |
Constructor & Destructor Documentation
Dune::dgf::CubeBlock::CubeBlock |
( |
std::istream & |
in, |
|
|
int |
pnofvtx, |
|
|
int |
pvtxoffset, |
|
|
int & |
pdimgrid | |
|
) |
| | |
Member Function Documentation
bool Dune::dgf::BasicBlock::findtoken |
( |
std::string |
token |
) |
[protected, inherited] |
int Dune::dgf::CubeBlock::get |
( |
std::vector< std::vector< unsigned int > > & |
simplex, |
|
|
std::vector< std::vector< double > > & |
params, |
|
|
int & |
nofp | |
|
) |
| | |
template<class ENTRY >
bool Dune::dgf::BasicBlock::getnextentry |
( |
ENTRY & |
entry |
) |
[inline, protected, inherited] |
bool Dune::dgf::BasicBlock::getnextline |
( |
|
) |
[protected, inherited] |
bool Dune::dgf::BasicBlock::gettokenparam |
( |
std::string |
token, |
|
|
std::string & |
entry | |
|
) |
| | [protected, inherited] |
bool Dune::dgf::BasicBlock::isactive |
( |
|
) |
[inline, inherited] |
bool Dune::dgf::BasicBlock::isempty |
( |
|
) |
[inline, inherited] |
int Dune::dgf::BasicBlock::linenumber |
( |
|
) |
[inline, inherited] |
int& Dune::dgf::BasicBlock::noflines |
( |
|
) |
[inline, inherited] |
int Dune::dgf::CubeBlock::nofsimplex |
( |
|
) |
[inline] |
bool Dune::dgf::CubeBlock::ok |
( |
|
) |
[inline] |
void Dune::dgf::BasicBlock::reset |
( |
|
) |
[inline, protected, inherited] |
Friends And Related Function Documentation
std :: ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const BasicBlock & |
b | |
|
) |
| | [friend, inherited] |
Member Data Documentation
The documentation for this class was generated from the following files: