![]() |
STAG C++
2.0.0
Spectral Toolkit of Algorithms for Graphs
|
This is the complete list of members for stag::LocalGraph, including all inherited members.
| degree(StagInt v)=0 | stag::LocalGraph | pure virtual |
| degree_unweighted(StagInt v)=0 | stag::LocalGraph | pure virtual |
| degrees(std::vector< StagInt > vertices)=0 | stag::LocalGraph | pure virtual |
| degrees_unweighted(std::vector< StagInt > vertices)=0 | stag::LocalGraph | pure virtual |
| neighbors(StagInt v)=0 | stag::LocalGraph | pure virtual |
| neighbors_unweighted(StagInt v)=0 | stag::LocalGraph | pure virtual |
| vertex_exists(StagInt v)=0 | stag::LocalGraph | pure virtual |
| ~LocalGraph()=default | stag::LocalGraph | virtual |