Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
connect_boundary_to_infinity.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "connect_boundary_to_infinity.cpp"
+ Include dependency graph for connect_boundary_to_infinity.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 DerivedFO >
IGL_INLINE void igl::connect_boundary_to_infinity (const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedFO > &FO)
 
template<typename DerivedF , typename DerivedFO >
IGL_INLINE void igl::connect_boundary_to_infinity (const Eigen::PlainObjectBase< DerivedF > &F, const typename DerivedF::Scalar inf_index, Eigen::PlainObjectBase< DerivedFO > &FO)
 
template<typename DerivedV , typename DerivedF , typename DerivedVO , typename DerivedFO >
IGL_INLINE void igl::connect_boundary_to_infinity (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedVO > &VO, Eigen::PlainObjectBase< DerivedFO > &FO)