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 );
61 #endif // #ifndef DUNE_GRID_IO_FILE_DGFPARSER_BLOCKS_GENERAL_HH Include standard header files.
Definition: agrid.hh:58
bool ok()
Definition: general.hh:39
int nofsimplex()
Definition: general.hh:44
GeneralBlock(std ::istream &in, int pnofvtx, int pvtxoffset, int &pdimgrid)
Definition: general.cc:17
Definition: general.hh:21
int & noflines()
Definition: basic.hh:85