8#ifndef IGL_COPYLEFT_CGAL_SUBDIVIDE_SEGMENTS_H 
    9#define IGL_COPYLEFT_CGAL_SUBDIVIDE_SEGMENTS_H 
   10#include "../../igl_inline.h" 
   12#include <CGAL/Segment_2.h> 
   13#include <CGAL/Point_2.h> 
   41        const Eigen::PlainObjectBase<DerivedV> & V,
 
   42        const Eigen::PlainObjectBase<DerivedE> & E,
 
   43        const std::vector<std::vector<CGAL::Point_2<Kernel> > > & steiner,
 
   44        Eigen::PlainObjectBase<DerivedVI> & VI,
 
   45        Eigen::PlainObjectBase<DerivedEI> & EI,
 
   46        Eigen::PlainObjectBase<DerivedJ> & J,
 
   47        Eigen::PlainObjectBase<DerivedIM> & IM);
 
   51#ifndef IGL_STATIC_LIBRARY 
   52#  include "subdivide_segments.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void subdivide_segments(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedE > &E, const std::vector< std::vector< CGAL::Point_2< Kernel > > > &steiner, Eigen::PlainObjectBase< DerivedVI > &VI, Eigen::PlainObjectBase< DerivedEI > &EI, Eigen::PlainObjectBase< DerivedJ > &J, Eigen::PlainObjectBase< DerivedIM > &IM)
Insert steiner points to subdivide a given set of line segments.