Lagrange
ChainEdgesResult< Index > Struct Template Reference

Result struct holding the loops and chains extracted from a set of edges. More...

#include <lagrange/utils/chain_edges.h>

Public Attributes

std::vector< std::vector< Index > > loops
 The extracted loops.
 
std::vector< std::vector< Index > > chains
 The extracted chains.
 

Detailed Description

template<typename Index>
struct lagrange::ChainEdgesResult< Index >

Result struct holding the loops and chains extracted from a set of edges.

Template Parameters
IndexThe Index type.

The documentation for this struct was generated from the following file: