Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
on_boundary.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include <vector>
#include "on_boundary.cpp"
+ Include dependency graph for on_boundary.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 IntegerT >
IGL_INLINE void igl::on_boundary (const std::vector< std::vector< IntegerT > > &T, std::vector< bool > &I, std::vector< std::vector< bool > > &C)
 
template<typename DerivedT , typename DerivedI , typename DerivedC >
IGL_INLINE void igl::on_boundary (const Eigen::MatrixBase< DerivedT > &T, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< DerivedC > &C)