![]() |
Prusa Slicer 2.6.0
|
Include dependency graph for boundary_loop.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 DerivedF , typename Index > | |
| IGL_INLINE void | igl::boundary_loop (const Eigen::PlainObjectBase< DerivedF > &F, std::vector< std::vector< Index > > &L) |
| template<typename DerivedF , typename Index > | |
| IGL_INLINE void | igl::boundary_loop (const Eigen::PlainObjectBase< DerivedF > &F, std::vector< Index > &L) |
| template<typename DerivedF , typename DerivedL > | |
| IGL_INLINE void | igl::boundary_loop (const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedL > &L) |