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