5 #ifndef DUNE_POLYGON_HH 6 #define DUNE_POLYGON_HH 11 #include <dune/common/typetraits.hh> 30 int get ( std::vector< std::vector< int > > &polygons )
40 DUNE_THROW(
DGFException,
"Error in " << *
this <<
": Invalid vertex index (" << vtxIdx <<
" not int [" <<
vtxBegin_ <<
", " <<
vtxEnd_ <<
"[)" );
46 return polygons.size();
56 #endif // #ifndef DUNE_POLYGON_HH int vtxBegin_
Definition: polygon.hh:50
int vtxEnd_
Definition: polygon.hh:50
PolygonBlock(std::istream &in, int numVtx, int vtxOfs)
Definition: polygon.hh:26
bool getnextentry(ENTRY &entry)
Definition: basic.hh:63
Include standard header files.
Definition: agrid.hh:59
bool getnextline()
Definition: basic.cc:93
Definition: polygon.hh:23
void reset()
Definition: basic.hh:51
exception class for IO errors in the DGF parser
Definition: dgfexception.hh:14
Definition: common.hh:136