Parasol Planning Library (PPL)
Public Member Functions
Syclop::RegionPairData Struct Reference

Tracks data related to edges between regions in the decomposition graph. More...

#include <Syclop.h>

Public Member Functions

void AddCell (size_t _index)
 
size_t Coverage () const
 Get the coverage for this edge. More...
 

Internal State

size_t numLeadUses {0}
 Times this edge was used in a lead. More...
 
size_t numAttempts {0}
 Attempted extensions across this edge. More...
 

Detailed Description

Tracks data related to edges between regions in the decomposition graph.

Member Function Documentation

◆ AddCell()

void Syclop::RegionPairData::AddCell ( size_t  _index)
inline

Add the index of a cell containing a vertex in the target that was reached by extending from the source.

◆ Coverage()

size_t Syclop::RegionPairData::Coverage ( ) const
inline

Get the coverage for this edge.

Field Documentation

◆ numAttempts

size_t Syclop::RegionPairData::numAttempts {0}

Attempted extensions across this edge.

◆ numLeadUses

size_t Syclop::RegionPairData::numLeadUses {0}

Times this edge was used in a lead.


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