Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
extract_feature.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "extract_feature.cpp"
+ Include dependency graph for extract_feature.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::copyleft
 
namespace  igl::copyleft::cgal
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedE >
IGL_INLINE void igl::copyleft::cgal::extract_feature (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const double tol, Eigen::PlainObjectBase< DerivedE > &feature_edges)
 
template<typename DerivedV , typename DerivedF , typename DerivedE >
IGL_INLINE void igl::copyleft::cgal::extract_feature (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const double tol, const Eigen::PlainObjectBase< DerivedE > &E, const Eigen::PlainObjectBase< DerivedE > &uE, const std::vector< std::vector< typename DerivedE::Scalar > > &uE2E, Eigen::PlainObjectBase< DerivedE > &feature_edges)