dune-grid 2.10
Loading...
Searching...
No Matches
Dune::dgf::SimplexGenerationBlock Class Reference

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

Inheritance diagram for Dune::dgf::SimplexGenerationBlock:
Inheritance graph

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

Constructor & Destructor Documentation

◆ SimplexGenerationBlock()

Dune::dgf::SimplexGenerationBlock::SimplexGenerationBlock ( std ::istream & in)

Member Function Documentation

◆ dimension()

int Dune::dgf::SimplexGenerationBlock::dimension ( )
inline

◆ display()

bool Dune::dgf::SimplexGenerationBlock::display ( )
inline

◆ dumpFileName()

const std::string Dune::dgf::SimplexGenerationBlock::dumpFileName ( ) const
inline

◆ filename()

std::string Dune::dgf::SimplexGenerationBlock::filename ( )
inline

◆ filetype()

std::string Dune::dgf::SimplexGenerationBlock::filetype ( )
inline

◆ findtoken()

bool Dune::dgf::BasicBlock::findtoken ( std ::string token)
protectedinherited

◆ getnextentry()

template<class ENTRY>
bool Dune::dgf::BasicBlock::getnextentry ( ENTRY & entry)
inlineprotectedinherited

◆ getnextline()

bool Dune::dgf::BasicBlock::getnextline ( )
protectedinherited

◆ gettokenparam()

bool Dune::dgf::BasicBlock::gettokenparam ( std ::string token,
std ::string & entry )
protectedinherited

◆ hasfile()

bool Dune::dgf::SimplexGenerationBlock::hasfile ( )
inline

◆ haspath()

bool Dune::dgf::SimplexGenerationBlock::haspath ( )
inline

◆ id()

const std::string & Dune::dgf::BasicBlock::id ( ) const
inlineinherited

◆ isactive()

bool Dune::dgf::BasicBlock::isactive ( )
inlineinherited

◆ isempty()

bool Dune::dgf::BasicBlock::isempty ( )
inlineinherited

◆ linenumber()

int Dune::dgf::BasicBlock::linenumber ( )
inlineinherited

◆ maxArea()

double Dune::dgf::SimplexGenerationBlock::maxArea ( )
inline

◆ minAngle()

double Dune::dgf::SimplexGenerationBlock::minAngle ( )
inline

◆ noflines()

int & Dune::dgf::BasicBlock::noflines ( )
inlineinherited

◆ parameter()

std::string Dune::dgf::SimplexGenerationBlock::parameter ( )
inline

◆ path()

std::string Dune::dgf::SimplexGenerationBlock::path ( )
inline

◆ reset()

void Dune::dgf::BasicBlock::reset ( )
inlineprotectedinherited

Member Data Documentation

◆ line

std::stringstream Dune::dgf::BasicBlock::line
protectedinherited

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