Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
colon.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "colon.cpp"
+ Include dependency graph for colon.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename L , typename S , typename H , typename T >
IGL_INLINE void igl::colon (const L low, const S step, const H hi, Eigen::Matrix< T, Eigen::Dynamic, 1 > &I)
 
template<typename L , typename H , typename T >
IGL_INLINE void igl::colon (const L low, const H hi, Eigen::Matrix< T, Eigen::Dynamic, 1 > &I)
 
template<typename T , typename L , typename H >
IGL_INLINE Eigen::Matrix< T, Eigen::Dynamic, 1 > igl::colon (const L low, const H hi)