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

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

Inheritance diagram for Dune::dgf::SimplexGenerationBlock:
Dune::dgf::BasicBlock

List of all members.

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)

Constructor & Destructor Documentation


Member Function Documentation

const std::string Dune::dgf::SimplexGenerationBlock::dumpFileName ( ) const [inline]
std :: string Dune::dgf::SimplexGenerationBlock::filename ( ) [inline]
std :: string Dune::dgf::SimplexGenerationBlock::filetype ( ) [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]
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]
std :: string Dune::dgf::SimplexGenerationBlock::path ( ) [inline]
void Dune::dgf::BasicBlock::reset ( ) [inline, protected, inherited]

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: