Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
boundary_loop.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include <vector>
#include "boundary_loop.cpp"
+ 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)