1 #ifndef DUNE_DGF_CUBEBLOCK_HH
2 #define DUNE_DGF_CUBEBLOCK_HH
23 std :: vector< unsigned int > map;
28 CubeBlock ( std :: istream &in,
int pnofvtx,
int pvtxoffset,
int &pdimgrid );
30 int get ( std :: vector< std :: vector< unsigned int> > &
simplex,
31 std :: vector< std :: vector< double > > ¶ms,
49 bool next ( std :: vector< unsigned int > &
simplex,
50 std :: vector< double > ¶m );