3 #ifndef DUNE_GRID_IO_FILE_DGFPARSER_BLOCKS_GENERAL_HH
4 #define DUNE_GRID_IO_FILE_DGFPARSER_BLOCKS_GENERAL_HH
27 std :: vector< unsigned int > map;
32 GeneralBlock ( std :: istream &in,
int pnofvtx,
int pvtxoffset,
int &pdimgrid );
34 int get ( std :: vector< std :: vector< unsigned int> > &simplex,
35 std :: vector< std :: vector< double > > ¶ms,
53 bool next ( std :: vector< unsigned int > &simplex,
54 std :: vector< double > ¶m );
Include standard header files.
Definition: agrid.hh:59
int & noflines()
Definition: basic.hh:85
Definition: general.hh:23
GeneralBlock(std ::istream &in, int pnofvtx, int pvtxoffset, int &pdimgrid)
Definition: general.cc:17
int nofsimplex()
Definition: general.hh:44
int get(std ::vector< std ::vector< unsigned int > > &simplex, std ::vector< std ::vector< double > > ¶ms, int &nofp)
Definition: general.cc:99
bool ok()
Definition: general.hh:39