3 #ifndef DUNE_DGF_CUBEBLOCK_HH 4 #define DUNE_DGF_CUBEBLOCK_HH 25 std :: vector< unsigned int > map;
30 CubeBlock ( std :: istream &in,
int pnofvtx,
int pvtxoffset,
int &pdimgrid );
32 int get ( std :: vector< std :: vector< unsigned int> > &
simplex,
33 std :: vector< std :: vector< double > > ¶ms,
51 bool next ( std :: vector< unsigned int > &simplex,
52 std :: vector< double > ¶m );
bool ok()
Definition: cube.hh:37
CubeBlock(std::istream &in, int pnofvtx, int pvtxoffset, int &pdimgrid)
Definition: cube.cc:17
int nofsimplex()
Definition: cube.hh:42
Definition: alugrid/common/declaration.hh:18
Include standard header files.
Definition: agrid.hh:59
int & noflines()
Definition: basic.hh:85