PGROUTING  3.2
pgrouting::alphashape::Pgr_alphaShape::EdgesFilter Struct Reference
Collaboration diagram for pgrouting::alphashape::Pgr_alphaShape::EdgesFilter:

Public Member Functions

void clear ()
 
bool operator() (E e) const
 

Public Attributes

std::set< Eedges
 

Detailed Description

Definition at line 85 of file pgr_alphaShape.h.

Member Function Documentation

◆ clear()

void pgrouting::alphashape::Pgr_alphaShape::EdgesFilter::clear ( )
inline

Definition at line 88 of file pgr_alphaShape.h.

88 { edges.clear(); }

References edges.

◆ operator()()

bool pgrouting::alphashape::Pgr_alphaShape::EdgesFilter::operator() ( E  e) const
inline

Definition at line 87 of file pgr_alphaShape.h.

87 { return edges.count(e); }

References edges.

Member Data Documentation

◆ edges

std::set<E> pgrouting::alphashape::Pgr_alphaShape::EdgesFilter::edges

The documentation for this struct was generated from the following file:
pgrouting::alphashape::Pgr_alphaShape::EdgesFilter::edges
std::set< E > edges
Definition: pgr_alphaShape.h:86