![]() |
Prusa Slicer 2.6.0
|
#include "igl_inline.h"#include <Eigen/Dense>#include <Eigen/Sparse>#include <vector>#include "adjacency_list.cpp"
Include dependency graph for adjacency_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 Index , typename IndexVector > | |
| IGL_INLINE void | igl::adjacency_list (const Eigen::PlainObjectBase< Index > &F, std::vector< std::vector< IndexVector > > &A, bool sorted=false) |
| template<typename Index > | |
| IGL_INLINE void | igl::adjacency_list (const std::vector< std::vector< Index > > &F, std::vector< std::vector< Index > > &A) |