CXXGraph  0.3.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
CXXGRAPH::Graph_TS< T > Member List

This is the complete list of members for CXXGRAPH::Graph_TS< T >, including all inherited members.

addEdge(const Edge< T > *edge) overrideCXXGRAPH::Graph_TS< T >virtual
bellmanford(const Node< T > &source, const Node< T > &target) const overrideCXXGRAPH::Graph_TS< T >virtual
boruvka() constCXXGRAPH::Graph< T >virtual
breadth_first_search(const Node< T > &start) const overrideCXXGRAPH::Graph_TS< T >virtual
containsCycle(const std::list< const Edge< T > * > *) constCXXGRAPH::Graph< T >virtual
containsCycle(const std::list< const Edge< T > * > *edgeSet, std::unordered_map< unsigned long long, Subset > *) constCXXGRAPH::Graph< T >virtual
depth_first_search(const Node< T > &start) const overrideCXXGRAPH::Graph_TS< T >virtual
dial(const Node< T > &source, int maxWeight) const overrideCXXGRAPH::Graph_TS< T >virtual
dijkstra(const Node< T > &source, const Node< T > &target) const overrideCXXGRAPH::Graph_TS< T >virtual
eulerianPath() constCXXGRAPH::Graph< T >virtual
floydWarshall() const overrideCXXGRAPH::Graph_TS< T >virtual
getAdjMatrix() const overrideCXXGRAPH::Graph_TS< T >virtual
getEdge(unsigned long long edgeId) const overrideCXXGRAPH::Graph_TS< T >virtual
getEdgeSet() const overrideCXXGRAPH::Graph_TS< T >virtual
getLock() const (defined in CXXGRAPH::ThreadSafe)CXXGRAPH::ThreadSafeinline
getNodeSet() const overrideCXXGRAPH::Graph_TS< T >virtual
Graph()=default (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
Graph(const std::list< const Edge< T > * > &edgeSet) (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
graph_slicing(const Node< T > &start) constCXXGRAPH::Graph< T >virtual
Graph_TS()=default (defined in CXXGRAPH::Graph_TS< T >)CXXGRAPH::Graph_TS< T >
Graph_TS(const std::list< const Edge< T > * > &edgeSet) (defined in CXXGRAPH::Graph_TS< T >)CXXGRAPH::Graph_TS< T >
Graph_TS(const Graph< T > &graph) (defined in CXXGRAPH::Graph_TS< T >)CXXGRAPH::Graph_TS< T >
isCyclicDirectedGraphBFS() const overrideCXXGRAPH::Graph_TS< T >virtual
isCyclicDirectedGraphDFS() const overrideCXXGRAPH::Graph_TS< T >virtual
isDirectedGraph() const overrideCXXGRAPH::Graph_TS< T >virtual
isUndirectedGraph() constCXXGRAPH::Graph< T >virtual
kruskal() constCXXGRAPH::Graph< T >virtual
mutex (defined in CXXGRAPH::ThreadSafe)CXXGRAPH::ThreadSafemutableprotected
partitionGraph(PARTITIONING::PartitionAlgorithm algorithm, unsigned int numberOfPartitions, double param1=0.0, double param2=0.0, double param3=0.0, unsigned int numberOfthreads=std::thread::hardware_concurrency()) const overrideCXXGRAPH::Graph_TS< T >virtual
prim() constCXXGRAPH::Graph< T >virtual
readFromFile(InputOutputFormat format=InputOutputFormat::STANDARD_CSV, const std::string &workingDir=".", const std::string &OFileName="graph", bool compress=false, bool readNodeFeat=false, bool readEdgeWeight=false) overrideCXXGRAPH::Graph_TS< T >virtual
releaseLock() const (defined in CXXGRAPH::ThreadSafe)CXXGRAPH::ThreadSafeinline
removeEdge(unsigned long long edgeId) overrideCXXGRAPH::Graph_TS< T >virtual
setEdgeSet(std::list< const Edge< T > * > &edgeSet) overrideCXXGRAPH::Graph_TS< T >virtual
setFind(std::unordered_map< unsigned long long, Subset > *, const unsigned long long elem) constCXXGRAPH::Graph< T >virtual
setUnion(std::unordered_map< unsigned long long, Subset > *, const unsigned long long set1, const unsigned long long elem2) constCXXGRAPH::Graph< T >virtual
writeToFile(InputOutputFormat format=InputOutputFormat::STANDARD_CSV, const std::string &workingDir=".", const std::string &OFileName="graph", bool compress=false, bool writeNodeFeat=false, bool writeEdgeWeight=false) const overrideCXXGRAPH::Graph_TS< T >virtual
~Graph()=default (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >virtual
~Graph_TS()=default (defined in CXXGRAPH::Graph_TS< T >)CXXGRAPH::Graph_TS< T >