Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
boundary_facets.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include <vector>
#include "boundary_facets.cpp"
+ Include dependency graph for boundary_facets.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 IntegerT , typename IntegerF >
IGL_INLINE void igl::boundary_facets (const std::vector< std::vector< IntegerT > > &T, std::vector< std::vector< IntegerF > > &F)
 
template<typename DerivedT , typename DerivedF >
IGL_INLINE void igl::boundary_facets (const Eigen::PlainObjectBase< DerivedT > &T, Eigen::PlainObjectBase< DerivedF > &F)
 
template<typename DerivedT , typename Ret >
Ret igl::boundary_facets (const Eigen::PlainObjectBase< DerivedT > &T)