9#ifndef IGL_COPYLEFT_CGAL_CELL_ADJACENCY_H
10#define IGL_COPYLEFT_CGAL_CELL_ADJACENCY_H
11#include "../../igl_inline.h"
33 template <
typename DerivedC >
35 const Eigen::PlainObjectBase<DerivedC>& per_patch_cells,
36 const size_t num_cells,
37 std::vector<std::set<std::tuple<typename DerivedC::Scalar, bool, size_t> > >&
43#ifndef IGL_STATIC_LIBRARY
44# include "cell_adjacency.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void cell_adjacency(const Eigen::PlainObjectBase< DerivedC > &per_patch_cells, const size_t num_cells, std::vector< std::set< std::tuple< typename DerivedC::Scalar, bool, size_t > > > &adjacency_list)
Determine adjacency of cells.
void adjacency_list(const Eigen::MatrixBase< Index > &F, std::vector< std::vector< IndexVector > > &A, bool sorted=false)
Constructs the graph adjacency list of a given mesh (V,F)