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

Inheritance diagram for Dune::dgf::BoundaryDomBlock:
Inheritance graph

List of all members.

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)

Constructor & Destructor Documentation

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

Member Function Documentation

int Dune::dgf::BoundaryDomBlock::defaultValue (  )  [inline]
bool Dune::dgf::BoundaryDomBlock::defaultValueGiven (  )  [inline]
bool Dune::dgf::BasicBlock::gettokenparam ( std::string  token,
std::string &  entry 
) [protected, inherited]
int Dune::dgf::BoundaryDomBlock::id (  )  const [inline]
bool Dune::dgf::BoundaryDomBlock::inside ( const std::vector< double > &  v  )  const
bool Dune::dgf::BasicBlock::isempty (  )  [inline, inherited]
int Dune::dgf::BasicBlock::linenumber (  )  [inline, inherited]

Referenced by next().

int Dune::dgf::BoundaryDomBlock::nofdombound (  )  [inline]
bool Dune::dgf::BoundaryDomBlock::ok (  )  [inline]

Friends And Related Function Documentation

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

Member Data Documentation

const char * Dune::dgf::BoundaryDomBlock::ID = "boundarydomain" [static]
std::stringstream Dune::dgf::BasicBlock::line [protected, inherited]

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

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].