|
dune-grid
2.3.1
|
#include <dune/grid/io/file/dgfparser/blocks/basic.hh>

Public Member Functions | |
| BasicBlock (std::istream &in, const char *id) | |
| bool | isactive () |
| bool | isempty () |
| int & | noflines () |
| int | linenumber () |
| const std::string & | id () const |
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) |
| Dune::dgf::BasicBlock::BasicBlock | ( | std::istream & | in, |
| const char * | id | ||
| ) |
References Dune::dgf::makeupcase(), and reset().
|
protected |
References getnextline(), Dune::dgf::makeupcase(), and reset().
Referenced by Dune::dgf::BoundaryDomBlock::BoundaryDomBlock(), Dune::dgf::GridParameterBlock::GridParameterBlock(), Dune::dgf::SimplexGenerationBlock::SimplexGenerationBlock(), Dune::dgf::UGGridParameterBlock::UGGridParameterBlock(), Dune::dgf::VertexBlock::VertexBlock(), and Dune::dgf::YaspGridParameterBlock::YaspGridParameterBlock().
|
inlineprotected |
References line.
Referenced by Dune::dgf::BoundaryDomBlock::BoundaryDomBlock(), Dune::dgf::GridParameterBlock::GridParameterBlock(), Dune::dgf::IntervalBlock::IntervalBlock(), Dune::dgf::PeriodicFaceTransformationBlock::PeriodicFaceTransformationBlock(), Dune::dgf::SimplexGenerationBlock::SimplexGenerationBlock(), Dune::dgf::UGGridParameterBlock::UGGridParameterBlock(), Dune::dgf::VertexBlock::VertexBlock(), and Dune::dgf::YaspGridParameterBlock::YaspGridParameterBlock().
|
protected |
|
protected |
References getnextline(), Dune::dgf::makeupcase(), and reset().
Referenced by Dune::dgf::SimplexGenerationBlock::SimplexGenerationBlock().
|
inline |
Referenced by Dune::dgf::BoundaryDomBlock::BoundaryDomBlock(), and Dune::dgf::VertexBlock::VertexBlock().
|
inline |
|
inline |
Referenced by Dune::dgf::DimBlock::DimBlock(), and Dune::dgf::GridParameterBlock::GridParameterBlock().
|
inline |
|
inline |
|
inlineprotected |
|
friend |
|
protected |
Referenced by Dune::dgf::BoundaryDomBlock::BoundaryDomBlock(), Dune::dgf::DimBlock::DimBlock(), and getnextentry().
1.8.7