libigl v2.5.0
Loading...
Searching...
No Matches
directed_edge_parents.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "directed_edge_parents.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedE , typename DerivedP >
void igl::directed_edge_parents (const Eigen::MatrixBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedP > &P)
 Recover "parents" (preceding edges) in a tree given just directed edges.