#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "facet_components.cpp"
Go to the source code of this file.
|
template<typename DerivedF , typename DerivedC > |
int | igl::facet_components (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedC > &C) |
| Compute connected components of facets based on edge-edge adjacency.
|
|
template<typename TTIndex , typename DerivedC , typename Derivedcounts > |
void | igl::facet_components (const std::vector< std::vector< std::vector< TTIndex > > > &TT, Eigen::PlainObjectBase< DerivedC > &C, Eigen::PlainObjectBase< Derivedcounts > &counts) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|