41    const std::string & filename,
 
   42    Eigen::PlainObjectBase<DerivedWI> & WI,
 
   43    Eigen::PlainObjectBase<DerivedP> & P,
 
   44    Eigen::PlainObjectBase<DerivedO> & O);
 
   66    const std::string & filename,
 
   67    Eigen::PlainObjectBase<DerivedWI> & WI,
 
   68    Eigen::PlainObjectBase<DerivedbfP> & bfP,
 
   69    Eigen::PlainObjectBase<DerivedO> & O,
 
   70    Eigen::PlainObjectBase<DerivedC> & C,
 
   71    Eigen::PlainObjectBase<DerivedBE> & BE,
 
   72    Eigen::PlainObjectBase<DerivedP> & P);
 
   75#ifndef IGL_STATIC_LIBRARY 
#define IGL_INLINE
Definition igl_inline.h:15
 
bool readBF(const std::string &filename, Eigen::PlainObjectBase< DerivedWI > &WI, Eigen::PlainObjectBase< DerivedP > &P, Eigen::PlainObjectBase< DerivedO > &O)
Read a bones forest from a file, returns a list of bone roots.