dune-grid  2.2.0
Public Member Functions | Protected Member Functions | Protected Attributes | Friends
Dune::dgf::BoundaryDomBlock Class Reference

#include <dune/grid/io/file/dgfparser/blocks/boundarydom.hh>

Inheritance diagram for Dune::dgf::BoundaryDomBlock:
Dune::dgf::BasicBlock

List of all members.

Public Member Functions

 BoundaryDomBlock (std::istream &in, int cdimworld)
 ~BoundaryDomBlock ()
bool next ()
const Domaindomain () const
bool hasDefaultData () const
const DomainDatadefaultData () const
bool hasParameter () const
void reset ()
bool ok ()
template<class Vector >
const DomainDatacontains (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

Friends

std::ostream & operator<< (std::ostream &os, const BasicBlock &b)

Constructor & Destructor Documentation

Dune::dgf::BoundaryDomBlock::BoundaryDomBlock ( std::istream &  in,
int  cdimworld 
)

Member Function Documentation

template<class Vector >
const DomainData* Dune::dgf::BoundaryDomBlock::contains ( const std::vector< Vector > &  v) const [inline]

Referenced by hasParameter().

const Domain& Dune::dgf::BoundaryDomBlock::domain ( ) const [inline]
bool Dune::dgf::BasicBlock::findtoken ( std::string  token) [protected, inherited]
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]

Referenced by hasParameter().

const std::string& Dune::dgf::BasicBlock::id ( ) const [inline, 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]

Reimplemented from Dune::dgf::BasicBlock.

Referenced by BoundaryDomBlock().


Friends And Related Function Documentation

std :: ostream& operator<< ( std::ostream &  os,
const BasicBlock b 
) [friend, inherited]

Member Data Documentation

std::stringstream Dune::dgf::BasicBlock::line [protected, inherited]

The documentation for this class was generated from the following files: