8#ifndef FACET_COMPONENTS_H 
    9#define FACET_COMPONENTS_H 
   22  template <
typename DerivedF, 
typename DerivedC>
 
   24    const Eigen::MatrixBase<DerivedF> & F,
 
   25    Eigen::PlainObjectBase<DerivedC> & C);
 
   34    typename Derivedcounts>
 
   36    const std::vector<std::vector<std::vector<TTIndex > > > & TT,
 
   37    Eigen::PlainObjectBase<DerivedC> & C,
 
   38    Eigen::PlainObjectBase<Derivedcounts> & counts);
 
   40#ifndef IGL_STATIC_LIBRARY 
   41#  include "facet_components.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
int facet_components(const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedC > &C)
Compute connected components of facets based on edge-edge adjacency.