#include "igl_inline.h"
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include <vector>
#include "slice_tets.cpp"
Go to the source code of this file.
|
| template<typename DerivedV , typename DerivedT , typename DerivedS , typename DerivedSV , typename DerivedSF , typename DerivedJ , typename BCType > |
| IGL_INLINE void | igl::slice_tets (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedT > &T, const Eigen::MatrixBase< DerivedS > &S, Eigen::PlainObjectBase< DerivedSV > &SV, Eigen::PlainObjectBase< DerivedSF > &SF, Eigen::PlainObjectBase< DerivedJ > &J, Eigen::SparseMatrix< BCType > &BC) |
| |
| template<typename DerivedV , typename DerivedT , typename DerivedS , typename DerivedSV , typename DerivedSF , typename DerivedJ > |
| IGL_INLINE void | igl::slice_tets (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedT > &T, const Eigen::MatrixBase< DerivedS > &S, Eigen::PlainObjectBase< DerivedSV > &SV, Eigen::PlainObjectBase< DerivedSF > &SF, Eigen::PlainObjectBase< DerivedJ > &J) |
| |
| template<typename DerivedV , typename DerivedT , typename DerivedS , typename DerivedSV , typename DerivedSF , typename DerivedJ , typename DerivedsE , typename Derivedlambda > |
| IGL_INLINE void | igl::slice_tets (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedT > &T, const Eigen::MatrixBase< DerivedS > &S, Eigen::PlainObjectBase< DerivedSV > &SV, Eigen::PlainObjectBase< DerivedSF > &SF, Eigen::PlainObjectBase< DerivedJ > &J, Eigen::PlainObjectBase< DerivedsE > &sE, Eigen::PlainObjectBase< Derivedlambda > &lambda) |
| |