![]() |
Prusa Slicer 2.6.0
|
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) |