Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
matrix_to_list.h File Reference
#include "igl_inline.h"
#include <vector>
#include <Eigen/Dense>
#include "matrix_to_list.cpp"
+ Include dependency graph for matrix_to_list.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 DerivedM >
IGL_INLINE void igl::matrix_to_list (const Eigen::DenseBase< DerivedM > &M, std::vector< std::vector< typename DerivedM::Scalar > > &V)
 
template<typename DerivedM >
IGL_INLINE void igl::matrix_to_list (const Eigen::DenseBase< DerivedM > &M, std::vector< typename DerivedM::Scalar > &V)
 
template<typename DerivedM >
IGL_INLINE std::vector< typename DerivedM::Scalar > igl::matrix_to_list (const Eigen::DenseBase< DerivedM > &M)