dune-grid
2.2.1
|
#include <dune/grid/io/file/dgfparser/blocks/boundarydom.hh>
Public Member Functions | |
BoundaryDomBlock (std::istream &in, int cdimworld) | |
~BoundaryDomBlock () | |
bool | next () |
const Domain & | domain () const |
bool | hasDefaultData () const |
const DomainData * | defaultData () const |
bool | hasParameter () const |
void | reset () |
bool | ok () |
template<class Vector > | |
const DomainData * | contains (const std::vector< Vector > &v) const |
bool | isactive () |
bool | isempty () |
int & | noflines () |
int | linenumber () |
const std::string & | id () const |
Protected Member Functions | |
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 |
Dune::dgf::BoundaryDomBlock::BoundaryDomBlock | ( | std::istream & | in, |
int | cdimworld | ||
) |
References Dune::DGFBoundaryParameter::convert(), Dune::DGFBoundaryParameter::defaultValue(), Dune::DGFBoundaryParameter::delimiter, Dune::dgf::BasicBlock::findtoken(), Dune::dgf::BasicBlock::getnextentry(), Dune::dgf::BasicBlock::id(), Dune::dgf::BasicBlock::isactive(), Dune::dgf::BasicBlock::line, and reset().
|
inline |
|
inline |
Referenced by Dune::DuneGridFormatParser::generateBoundaries().
|
inline |
Referenced by hasParameter().
|
inline |
|
protectedinherited |
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().
|
inlineprotectedinherited |
References Dune::dgf::BasicBlock::line.
Referenced by 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().
|
protectedinherited |
|
protectedinherited |
|
inline |
Referenced by hasParameter().
bool Dune::dgf::BoundaryDomBlock::hasParameter | ( | ) | const |
References defaultData(), hasDefaultData(), and Dune::dgf::DomainData::hasParameter().
Referenced by Dune::DuneGridFormatParser::generateBoundaries().
|
inlineinherited |
Referenced by BoundaryDomBlock(), and Dune::dgf::VertexBlock::VertexBlock().
|
inlineinherited |
|
inlineinherited |
Referenced by Dune::dgf::DimBlock::DimBlock(), and Dune::dgf::GridParameterBlock::GridParameterBlock().
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inline |
|
inline |
References Dune::dgf::BasicBlock::reset().
Referenced by BoundaryDomBlock().
|
protectedinherited |
Referenced by BoundaryDomBlock(), Dune::dgf::DimBlock::DimBlock(), and Dune::dgf::BasicBlock::getnextentry().