5#ifndef DUNE_GRID_IO_FILE_DGFPARSER_BLOCKS_GENERAL_HH
6#define DUNE_GRID_IO_FILE_DGFPARSER_BLOCKS_GENERAL_HH
29 std :: vector< unsigned int > map;
34 GeneralBlock ( std :: istream &in,
int pnofvtx,
int pvtxoffset,
int &pdimgrid );
36 int get ( std :: vector< std :: vector< unsigned int> > &simplex,
37 std :: vector< std :: vector< double > > ¶ms,
55 bool next ( std :: vector< unsigned int > &simplex,
56 std :: vector< double > ¶m );
Include standard header files.
Definition agrid.hh:60
BasicBlock(std::istream &in, const char *id)
Definition basic.cc:17
int & noflines()
Definition basic.hh:87
GeneralBlock(std ::istream &in, int pnofvtx, int pvtxoffset, int &pdimgrid)
Definition general.cc:18
int nofsimplex()
Definition general.hh:46
int get(std ::vector< std ::vector< unsigned int > > &simplex, std ::vector< std ::vector< double > > ¶ms, int &nofp)
Definition general.cc:100
bool ok()
Definition general.hh:41