CXXGraph
0.0.6
CXXGraph is a small library, header only, that manages the Graph and it's algorithm in C++
|
This is the complete list of members for CXXGRAPH::Graph< T >, including all inherited members.
addEdge(const Edge< T > &edge) (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
breadth_first_search(const Node< T > &start) const | CXXGRAPH::Graph< T > | |
depth_first_search(const Node< T > &start) const | CXXGRAPH::Graph< T > | |
dijkstra(const Node< T > &source, const Node< T > &target) const | CXXGRAPH::Graph< T > | |
E_OutputFormat enum name (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
getAdjMatrix() const (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
getEdge(unsigned long edgeId) const (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
getEdgeSet() const (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
getNodeSet() const (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
Graph()=default (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
Graph(const std::set< const Edge< T > * > &edgeSet) (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
isCyclicDirectedGraphBFS() const | CXXGRAPH::Graph< T > | |
isCyclicDirectedGraphDFS() const | CXXGRAPH::Graph< T > | |
isDirectedGraph() const | CXXGRAPH::Graph< T > | |
operator<< (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | friend |
operator<< (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | friend |
OUT_1 enum value (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
OUT_2 enum value (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
OutputFormat typedef (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
removeEdge(unsigned long edgeId) (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
setEdgeSet(std::set< const Edge< T > * > &edgeSet) (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
STANDARD enum value (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
writeToFile(OutputFormat format=OutputFormat::STANDARD, std::string OFileName="graph.csv", bool compress=false, bool writeNodeFeat=false, bool writeEdgeWeight=false) const | CXXGRAPH::Graph< T > | |
~Graph()=default (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > |