5#ifndef DUNE_DGF_VERTEXBLOCK_HH
6#define DUNE_DGF_VERTEXBLOCK_HH
11#include <dune/grid/io/file/dgfparser/blocks/basic.hh>
30 VertexBlock ( std :: istream &in,
int &pdimworld );
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 );
Dune namespace.
Definition: alignedallocator.hh:13
constexpr auto get(std::integer_sequence< T, II... >, std::integral_constant< std::size_t, pos >={})
Return the entry at position pos of the given sequence.
Definition: integersequence.hh:22