Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
facet_components.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "facet_components.cpp"
+ Include dependency graph for facet_components.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 DerivedC >
IGL_INLINE void igl::facet_components (const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedC > &C)
 
template<typename TTIndex , typename DerivedC , typename Derivedcounts >
IGL_INLINE void igl::facet_components (const std::vector< std::vector< std::vector< TTIndex > > > &TT, Eigen::PlainObjectBase< DerivedC > &C, Eigen::PlainObjectBase< Derivedcounts > &counts)