Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
slice_mask.h File Reference
#include "igl_inline.h"
#include <Eigen/Sparse>
#include <Eigen/Core>
#include "slice_mask.cpp"
+ Include dependency graph for slice_mask.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 DerivedX , typename DerivedY >
IGL_INLINE void igl::slice_mask (const Eigen::DenseBase< DerivedX > &X, const Eigen::Array< bool, Eigen::Dynamic, 1 > &R, const Eigen::Array< bool, Eigen::Dynamic, 1 > &C, Eigen::PlainObjectBase< DerivedY > &Y)
 
template<typename DerivedX , typename DerivedY >
IGL_INLINE void igl::slice_mask (const Eigen::DenseBase< DerivedX > &X, const Eigen::Array< bool, Eigen::Dynamic, 1 > &R, const int dim, Eigen::PlainObjectBase< DerivedY > &Y)
 
template<typename DerivedX >
IGL_INLINE DerivedX igl::slice_mask (const Eigen::DenseBase< DerivedX > &X, const Eigen::Array< bool, Eigen::Dynamic, 1 > &R, const Eigen::Array< bool, Eigen::Dynamic, 1 > &C)
 
template<typename DerivedX >
IGL_INLINE DerivedX igl::slice_mask (const Eigen::DenseBase< DerivedX > &X, const Eigen::Array< bool, Eigen::Dynamic, 1 > &R, const int dim)
 
template<typename XType , typename YType >
IGL_INLINE void igl::slice_mask (const Eigen::SparseMatrix< XType > &X, const Eigen::Array< bool, Eigen::Dynamic, 1 > &R, const int dim, Eigen::SparseMatrix< YType > &Y)
 
template<typename XType , typename YType >
IGL_INLINE void igl::slice_mask (const Eigen::SparseMatrix< XType > &X, const Eigen::Array< bool, Eigen::Dynamic, 1 > &R, const Eigen::Array< bool, Eigen::Dynamic, 1 > &C, Eigen::SparseMatrix< YType > &Y)