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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedF , typename VFType , typename VFiType >
IGL_INLINE void igl::vertex_triangle_adjacency (const typename DerivedF::Scalar n, const Eigen::MatrixBase< DerivedF > &F, std::vector< std::vector< VFType > > &VF, std::vector< std::vector< VFiType > > &VFi)
 
template<typename DerivedV , typename DerivedF , typename IndexType >
IGL_INLINE void igl::vertex_triangle_adjacency (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, std::vector< std::vector< IndexType > > &VF, std::vector< std::vector< IndexType > > &VFi)
 
template<typename DerivedF , typename DerivedVF , typename DerivedNI >
IGL_INLINE void igl::vertex_triangle_adjacency (const Eigen::MatrixBase< DerivedF > &F, const int n, Eigen::PlainObjectBase< DerivedVF > &VF, Eigen::PlainObjectBase< DerivedNI > &NI)