|
dune-grid
2.2.0
|
#include <dune/grid/io/file/dgfparser/blocks/simplexgeneration.hh>
Public Member Functions | |
| SimplexGenerationBlock (std::istream &in) | |
| double | maxArea () |
| double | minAngle () |
| bool | display () |
| bool | haspath () |
| std::string | path () |
| bool | hasfile () |
| std::string | filename () |
| std::string | filetype () |
| int | dimension () |
| std::string | parameter () |
| const std::string | dumpFileName () const |
| 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::SimplexGenerationBlock::SimplexGenerationBlock | ( | std::istream & | in | ) |
| int Dune::dgf::SimplexGenerationBlock::dimension | ( | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::generateSimplexGrid().
| bool Dune::dgf::SimplexGenerationBlock::display | ( | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::generateSimplexGrid().
| const std::string Dune::dgf::SimplexGenerationBlock::dumpFileName | ( | ) | const [inline] |
Referenced by Dune::DuneGridFormatParser::generateSimplexGrid().
| std :: string Dune::dgf::SimplexGenerationBlock::filename | ( | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::generateSimplexGrid().
| std :: string Dune::dgf::SimplexGenerationBlock::filetype | ( | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::generateSimplexGrid().
| bool Dune::dgf::BasicBlock::findtoken | ( | std::string | token | ) | [protected, inherited] |
References Dune::dgf::BasicBlock::getnextline(), Dune::dgf::makeupcase(), and Dune::dgf::BasicBlock::reset().
Referenced by Dune::dgf::BoundaryDomBlock::BoundaryDomBlock(), Dune::dgf::GridParameterBlock::GridParameterBlock(), SimplexGenerationBlock(), Dune::dgf::UGGridParameterBlock::UGGridParameterBlock(), Dune::dgf::VertexBlock::VertexBlock(), and Dune::dgf::YaspGridParameterBlock::YaspGridParameterBlock().
| bool Dune::dgf::BasicBlock::getnextentry | ( | ENTRY & | entry | ) | [inline, protected, inherited] |
References Dune::dgf::BasicBlock::line.
Referenced by Dune::dgf::BoundaryDomBlock::BoundaryDomBlock(), Dune::dgf::GridParameterBlock::GridParameterBlock(), Dune::dgf::IntervalBlock::IntervalBlock(), SimplexGenerationBlock(), Dune::dgf::UGGridParameterBlock::UGGridParameterBlock(), Dune::dgf::VertexBlock::VertexBlock(), and Dune::dgf::YaspGridParameterBlock::YaspGridParameterBlock().
| bool Dune::dgf::BasicBlock::getnextline | ( | ) | [protected, inherited] |
| bool Dune::dgf::BasicBlock::gettokenparam | ( | std::string | token, |
| std::string & | entry | ||
| ) | [protected, inherited] |
References Dune::dgf::BasicBlock::getnextline(), Dune::dgf::makeupcase(), and Dune::dgf::BasicBlock::reset().
Referenced by SimplexGenerationBlock().
| bool Dune::dgf::SimplexGenerationBlock::hasfile | ( | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::generateSimplexGrid().
| bool Dune::dgf::SimplexGenerationBlock::haspath | ( | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::generateSimplexGrid().
| const std::string& Dune::dgf::BasicBlock::id | ( | ) | const [inline, inherited] |
Referenced by Dune::dgf::BoundaryDomBlock::BoundaryDomBlock(), and Dune::dgf::VertexBlock::VertexBlock().
| bool Dune::dgf::BasicBlock::isactive | ( | ) | [inline, inherited] |
| bool Dune::dgf::BasicBlock::isempty | ( | ) | [inline, inherited] |
Referenced by Dune::dgf::DimBlock::DimBlock(), and Dune::dgf::GridParameterBlock::GridParameterBlock().
| int Dune::dgf::BasicBlock::linenumber | ( | ) | [inline, inherited] |
| double Dune::dgf::SimplexGenerationBlock::maxArea | ( | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::generateSimplexGrid().
| double Dune::dgf::SimplexGenerationBlock::minAngle | ( | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::generateSimplexGrid().
| int& Dune::dgf::BasicBlock::noflines | ( | ) | [inline, inherited] |
| std :: string Dune::dgf::SimplexGenerationBlock::parameter | ( | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::generateSimplexGrid().
| std :: string Dune::dgf::SimplexGenerationBlock::path | ( | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::generateSimplexGrid().
| void Dune::dgf::BasicBlock::reset | ( | ) | [inline, protected, inherited] |
| std :: ostream& operator<< | ( | std::ostream & | os, |
| const BasicBlock & | b | ||
| ) | [friend, inherited] |
std::stringstream Dune::dgf::BasicBlock::line [protected, inherited] |
1.7.6.1