#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Sparse>
#include "orientable_patches.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedF , typename DerivedC , typename AScalar >  | 
| void  | igl::orientable_patches (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedC > &C, Eigen::SparseMatrix< AScalar > &A) | 
|   | Compute connected components of facets connected by manifold edges.  
  | 
|   | 
| template<typename DerivedF , typename DerivedC >  | 
| void  | igl::orientable_patches (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedC > &C) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |