#include <dune/grid/io/file/dgfparser/blocks/simplex.hh>
Public Member Functions |
| SimplexBlock (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 |
Static Public Member Functions |
static int | cube2simplex (std::vector< std::vector< double > > &vtx, std::vector< std::vector< unsigned int > > &elements, std::vector< std::vector< double > > ¶ms) |
Protected Attributes |
std::stringstream | line |
Constructor & Destructor Documentation
Dune::dgf::SimplexBlock::SimplexBlock |
( |
std::istream & |
in, |
|
|
int |
pnofvtx, |
|
|
int |
pvtxoffset, |
|
|
int & |
pdimgrid |
|
) |
| |
Member Function Documentation
int Dune::dgf::SimplexBlock::cube2simplex |
( |
std::vector< std::vector< double > > & |
vtx, |
|
|
std::vector< std::vector< unsigned int > > & |
elements, |
|
|
std::vector< std::vector< double > > & |
params |
|
) |
| |
|
static |
bool Dune::dgf::BasicBlock::findtoken |
( |
std::string |
token | ) |
|
|
protectedinherited |
int Dune::dgf::SimplexBlock::get |
( |
std::vector< std::vector< unsigned int > > & |
simplex, |
|
|
std::vector< std::vector< double > > & |
params, |
|
|
int & |
nofp |
|
) |
| |
template<class ENTRY >
bool Dune::dgf::BasicBlock::getnextentry |
( |
ENTRY & |
entry | ) |
|
|
inlineprotectedinherited |
bool Dune::dgf::BasicBlock::getnextline |
( |
| ) |
|
|
protectedinherited |
bool Dune::dgf::BasicBlock::gettokenparam |
( |
std::string |
token, |
|
|
std::string & |
entry |
|
) |
| |
|
protectedinherited |
const std::string& Dune::dgf::BasicBlock::id |
( |
| ) |
const |
|
inlineinherited |
bool Dune::dgf::BasicBlock::isactive |
( |
| ) |
|
|
inlineinherited |
bool Dune::dgf::BasicBlock::isempty |
( |
| ) |
|
|
inlineinherited |
int Dune::dgf::BasicBlock::linenumber |
( |
| ) |
|
|
inlineinherited |
int& Dune::dgf::BasicBlock::noflines |
( |
| ) |
|
|
inlineinherited |
int Dune::dgf::SimplexBlock::nofsimplex |
( |
| ) |
|
|
inline |
bool Dune::dgf::SimplexBlock::ok |
( |
| ) |
|
|
inline |
void Dune::dgf::BasicBlock::reset |
( |
| ) |
|
|
inlineprotectedinherited |
Member Data Documentation
std::stringstream Dune::dgf::BasicBlock::line |
|
protectedinherited |
The documentation for this class was generated from the following files: