|
| template<typename DerivedVA, typename DerivedFA, typename DerivedVB, typename DerivedFB, typename DerivedV, typename DerivedF, typename DerivedD, typename DerivedJ> |
| void | igl::copyleft::cgal::trim_with_solid (const Eigen::MatrixBase< DerivedVA > &VA, const Eigen::MatrixBase< DerivedFA > &FA, const Eigen::MatrixBase< DerivedVB > &VB, const Eigen::MatrixBase< DerivedFB > &FB, Eigen::PlainObjectBase< DerivedV > &Vd, Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedD > &D, Eigen::PlainObjectBase< DerivedJ > &J) |
| | Given an arbitrary mesh (VA,FA) and the boundary mesh (VB,FB) of a solid (as defined in [Zhou et al.
|
| template<typename DerivedVA, typename DerivedFA, typename DerivedVB, typename DerivedFB, typename DerivedV, typename DerivedF, typename DerivedD, typename DerivedJ> |
| void | igl::copyleft::cgal::trim_with_solid (const Eigen::MatrixBase< DerivedVA > &VA, const Eigen::MatrixBase< DerivedFA > &FA, const Eigen::MatrixBase< DerivedVB > &VB, const Eigen::MatrixBase< DerivedFB > &FB, const TrimWithSolidMethod method, Eigen::PlainObjectBase< DerivedV > &Vd, Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedD > &D, Eigen::PlainObjectBase< DerivedJ > &J) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|