5#ifndef DUNE_DGF_VERTEXBLOCK_HH
6#define DUNE_DGF_VERTEXBLOCK_HH
32 int get ( std :: vector< std :: vector< double > > &vtx,
33 std :: vector< std :: vector< double > > ¶m,
52 bool next ( std :: vector< double > &point, std :: vector< double > ¶m );
Include standard header files.
Definition agrid.hh:60
BasicBlock(std::istream &in, const char *id)
Definition basic.cc:17
int get(std ::vector< std ::vector< double > > &vtx, std ::vector< std ::vector< double > > ¶m, int &nofp)
Definition vertex.cc:62
int offset() const
Definition vertex.hh:42
VertexBlock(std ::istream &in, int &pdimworld)
Definition vertex.cc:17
bool ok() const
Definition vertex.hh:37