41  template <
typename L,
typename S,
typename H,
typename T>
 
   46    Eigen::Matrix<T,Eigen::Dynamic,1> & I);
 
   63  template <
typename L,
typename H,
typename T>
 
   67    Eigen::Matrix<T,Eigen::Dynamic,1> & I);
 
   88  template <
typename T,
typename L,
typename H>
 
   94#ifndef IGL_STATIC_LIBRARY 
#define IGL_INLINE
Definition igl_inline.h:15
 
void colon(const L low, const S step, const H hi, Eigen::Matrix< T, Eigen::Dynamic, 1 > &I)
Colon operator like matlab's colon operator.