dune-grid 2.9.0
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Dune::dgf::BoundaryDomBlock Class Reference

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

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

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
 

Constructor & Destructor Documentation

◆ BoundaryDomBlock()

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

◆ ~BoundaryDomBlock()

Dune::dgf::BoundaryDomBlock::~BoundaryDomBlock ( )
inline

Member Function Documentation

◆ contains()

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

◆ defaultData()

const DomainData * Dune::dgf::BoundaryDomBlock::defaultData ( ) const
inline

◆ domain()

const Domain & Dune::dgf::BoundaryDomBlock::domain ( ) const
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

◆ hasDefaultData()

bool Dune::dgf::BoundaryDomBlock::hasDefaultData ( ) const
inline

◆ hasParameter()

bool Dune::dgf::BoundaryDomBlock::hasParameter ( ) const

◆ 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

◆ next()

bool Dune::dgf::BoundaryDomBlock::next ( )
inline

◆ noflines()

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

◆ ok()

bool Dune::dgf::BoundaryDomBlock::ok ( )
inline

◆ reset()

void Dune::dgf::BoundaryDomBlock::reset ( )
inline

Member Data Documentation

◆ line

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

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