libigl v2.5.0
Loading...
Searching...
No Matches
order_facets_around_edge.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "order_facets_around_edge.cpp"

Go to the source code of this file.

Namespaces

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

Functions

template<typename DerivedV , typename DerivedF , typename DerivedI >
void igl::copyleft::cgal::order_facets_around_edge (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, size_t s, size_t d, const std::vector< int > &adj_faces, Eigen::PlainObjectBase< DerivedI > &order, bool debug=false)
 Given a directed edge, sort its adjacent faces.
 
template<typename DerivedV , typename DerivedF , typename DerivedI >
void igl::copyleft::cgal::order_facets_around_edge (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, size_t s, size_t d, const std::vector< int > &adj_faces, const Eigen::PlainObjectBase< DerivedV > &pivot_point, Eigen::PlainObjectBase< DerivedI > &order)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.