35      const Eigen::MatrixBase<DerivedV> & V,
 
   36      const Eigen::MatrixBase<DerivedE> & E,
 
   37      const std::string & flags,
 
   38      Eigen::PlainObjectBase<DerivedWV> & WV,
 
   39      Eigen::PlainObjectBase<DerivedWF> & WF,
 
   40      Eigen::PlainObjectBase<DerivedWE> & WE,
 
   41      Eigen::PlainObjectBase<DerivedJ> & J);
 
 
void cdt(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedE > &E, const std::string &flags, Eigen::PlainObjectBase< DerivedWV > &WV, Eigen::PlainObjectBase< DerivedWF > &WF, Eigen::PlainObjectBase< DerivedWE > &WE, Eigen::PlainObjectBase< DerivedJ > &J)
Construct the constrained delaunay triangulation of the convex hull of a given set of points and segm...