Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
cell_adjacency.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include <set>
#include <tuple>
#include <vector>
#include "cell_adjacency.cpp"
+ Include dependency graph for cell_adjacency.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::copyleft
 
namespace  igl::copyleft::cgal
 

Functions

template<typename DerivedC >
IGL_INLINE void igl::copyleft::cgal::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)