|
dune-grid
2.3.1
|
#include <dune/grid/io/file/dgfparser/blocks/cube.hh>

Public Member Functions | |
| CubeBlock (std::istream &in, int pnofvtx, int pvtxoffset, int &pdimgrid) | |
| int | get (std::vector< std::vector< unsigned int > > &simplex, std::vector< std::vector< double > > ¶ms, int &nofp) |
| bool | ok () |
| int | nofsimplex () |
| 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 |
| Dune::dgf::CubeBlock::CubeBlock | ( | std::istream & | in, |
| int | pnofvtx, | ||
| int | pvtxoffset, | ||
| int & | pdimgrid | ||
| ) |
|
protectedinherited |
References Dune::dgf::BasicBlock::getnextline(), Dune::dgf::makeupcase(), and Dune::dgf::BasicBlock::reset().
Referenced by Dune::dgf::BoundaryDomBlock::BoundaryDomBlock(), Dune::dgf::GridParameterBlock::GridParameterBlock(), Dune::dgf::SimplexGenerationBlock::SimplexGenerationBlock(), Dune::dgf::UGGridParameterBlock::UGGridParameterBlock(), Dune::dgf::VertexBlock::VertexBlock(), and Dune::dgf::YaspGridParameterBlock::YaspGridParameterBlock().
| int Dune::dgf::CubeBlock::get | ( | std::vector< std::vector< unsigned int > > & | simplex, |
| std::vector< std::vector< double > > & | params, | ||
| int & | nofp | ||
| ) |
References Dune::cube, and Dune::dgf::BasicBlock::reset().
Referenced by Dune::DuneGridFormatParser::readDuneGrid().
|
inlineprotectedinherited |
References Dune::dgf::BasicBlock::line.
Referenced by Dune::dgf::BoundaryDomBlock::BoundaryDomBlock(), Dune::dgf::GridParameterBlock::GridParameterBlock(), Dune::dgf::IntervalBlock::IntervalBlock(), Dune::dgf::PeriodicFaceTransformationBlock::PeriodicFaceTransformationBlock(), Dune::dgf::SimplexGenerationBlock::SimplexGenerationBlock(), Dune::dgf::UGGridParameterBlock::UGGridParameterBlock(), Dune::dgf::VertexBlock::VertexBlock(), and Dune::dgf::YaspGridParameterBlock::YaspGridParameterBlock().
|
protectedinherited |
|
protectedinherited |
|
inlineinherited |
Referenced by Dune::dgf::BoundaryDomBlock::BoundaryDomBlock(), and Dune::dgf::VertexBlock::VertexBlock().
|
inlineinherited |
|
inlineinherited |
Referenced by Dune::dgf::DimBlock::DimBlock(), and Dune::dgf::GridParameterBlock::GridParameterBlock().
|
inlineinherited |
|
inlineinherited |
|
inline |
References Dune::dgf::BasicBlock::noflines().
|
inline |
|
inlineprotectedinherited |
|
protectedinherited |
1.8.7