29 SimplexBlock ( std :: istream &in,
int pnofvtx,
int pvtxoffset,
int &pdimgrid );
31 int get ( std :: vector< std :: vector< unsigned int > > &simplex,
32 std :: vector< std :: vector< double > > ¶ms,
37 cube2simplex ( std :: vector< std :: vector< double > > &vtx,
38 std :: vector< std :: vector< unsigned int > > &elements,
39 std :: vector< std :: vector< double > > ¶ms );
56 bool next ( std :: vector< unsigned int > &simplex,
57 std :: vector< double > ¶m );
static int cube2simplex(std ::vector< std ::vector< double > > &vtx, std ::vector< std ::vector< unsigned int > > &elements, std ::vector< std ::vector< double > > ¶ms)
Definition simplex.cc:144