- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <dune/grid/io/file/dgfparser/dgfparserblocks.hh>
Public Member Functions | |
BoundaryDomBlock (std::istream &in, int cdimworld) | |
bool | next () |
bool | inside (const std::vector< double > &v) const |
int | id () const |
bool | defaultValueGiven () |
int | defaultValue () |
bool | ok () |
int | nofdombound () |
bool | isactive () |
bool | isempty () |
int & | noflines () |
int | linenumber () |
Static Public Attributes | |
static const char * | ID = "boundarydomain" |
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::BoundaryDomBlock::BoundaryDomBlock | ( | std::istream & | in, | |
int | cdimworld | |||
) |
int Dune::dgf::BoundaryDomBlock::defaultValue | ( | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::generateBoundaries().
bool Dune::dgf::BoundaryDomBlock::defaultValueGiven | ( | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::generateBoundaries().
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 BoundaryDomBlock(), Dune::dgf::GridParameterBlock::GridParameterBlock(), Dune::dgf::SimplexGenerationBlock::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 BoundaryDomBlock(), Dune::dgf::GridParameterBlock::GridParameterBlock(), Dune::dgf::IntervalBlock::IntervalBlock(), next(), Dune::dgf::SimplexGenerationBlock::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] |
int Dune::dgf::BoundaryDomBlock::id | ( | ) | const [inline] |
Referenced by Dune::DuneGridFormatParser::generateBoundaries().
bool Dune::dgf::BoundaryDomBlock::inside | ( | const std::vector< double > & | v | ) | const |
Referenced by Dune::DuneGridFormatParser::generateBoundaries().
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] |
Referenced by next().
bool Dune::dgf::BoundaryDomBlock::next | ( | ) |
int Dune::dgf::BoundaryDomBlock::nofdombound | ( | ) | [inline] |
References Dune::dgf::BasicBlock::noflines().
int& Dune::dgf::BasicBlock::noflines | ( | ) | [inline, inherited] |
bool Dune::dgf::BoundaryDomBlock::ok | ( | ) | [inline] |
Referenced by Dune::DuneGridFormatParser::generateBoundaries(), and next().
void Dune::dgf::BasicBlock::reset | ( | ) | [inline, protected, inherited] |
std :: ostream& operator<< | ( | std::ostream & | os, | |
const BasicBlock & | b | |||
) | [friend, inherited] |
const char * Dune::dgf::BoundaryDomBlock::ID = "boundarydomain" [static] |
std::stringstream Dune::dgf::BasicBlock::line [protected, inherited] |
Referenced by Dune::dgf::BasicBlock::getnextentry().
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].