8#ifndef IGL_BONE_PARENTS_H 
    9#define IGL_BONE_PARENTS_H 
   18  template <
typename DerivedBE, 
typename DerivedP>
 
   20    const Eigen::MatrixBase<DerivedBE>& BE,
 
   21    Eigen::PlainObjectBase<DerivedP>& P);
 
   24#ifndef IGL_STATIC_LIBRARY 
   25#  include "bone_parents.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void bone_parents(const Eigen::MatrixBase< DerivedBE > &BE, Eigen::PlainObjectBase< DerivedP > &P)
Recover "parent" bones from directed graph representation.