8 #ifndef SRC_UTIL_CONVERT_HPP_ 
    9 #define SRC_UTIL_CONVERT_HPP_ 
   18 template<
unsigned int dim, 
typename St>
 
   31         for (
size_t i = 0; i < dim ; i++)
 
Position of the element of dimension d in the hyper-cube of dimension dim. 
 
static Point< dim, St > convert(const comb< dim > &c)
Return the combination converted to point. 
 
This class implement the point shape in an N-dimensional space. 
 
const T & get(size_t i) const 
Get coordinate. 
 
char c[dim]
Array that store the combination.