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
int get(std ::vector< std ::vector< double > > &vtx, std ::vector< std ::vector< double > > ¶m, int &nofp)
Definition: vertex.cc:63
int offset() const
Definition: vertex.hh:42
VertexBlock(std ::istream &in, int &pdimworld)
Definition: vertex.cc:18
bool ok() const
Definition: vertex.hh:37