CXXGraph  0.1.3
CXXGraph is a small library, header only, that manages the Graph and it's algorithm in C++
CXXGRAPH::Graph< T > Member List

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 >
ALG_1 enum value (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
ALG_2 enum value (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
breadth_first_search(const Node< T > &start) constCXXGRAPH::Graph< T >
depth_first_search(const Node< T > &start) constCXXGRAPH::Graph< T >
dijkstra(const Node< T > &source, const Node< T > &target) constCXXGRAPH::Graph< T >
E_InputOutputFormat enum nameCXXGRAPH::Graph< T >
E_PartitionAlgorithm enum nameCXXGRAPH::Graph< T >
getAdjMatrix() constCXXGRAPH::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::list< const Edge< T > * > &edgeSet) (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
GREEDY_VC enum valueCXXGRAPH::Graph< T >
InputOutputFormat typedefCXXGRAPH::Graph< T >
isCyclicDirectedGraphBFS() constCXXGRAPH::Graph< T >
isCyclicDirectedGraphDFS() constCXXGRAPH::Graph< T >
isDirectedGraph() constCXXGRAPH::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 >
PartitionAlgorithm typedefCXXGRAPH::Graph< T >
partitionGraph(PartitionAlgorithm algorithm, unsigned int numberOfPartitions) constCXXGRAPH::Graph< T >
readFromFile(InputOutputFormat format=InputOutputFormat::STANDARD_CSV, const std::string &workingDir=".", const std::string &OFileName="graph", bool compress=false, bool readNodeFeat=false, bool readEdgeWeight=false)CXXGRAPH::Graph< T >
removeEdge(unsigned long edgeId) (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
setEdgeSet(std::list< const Edge< T > * > &edgeSet) (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >
STANDARD_CSV enum valueCXXGRAPH::Graph< T >
STANDARD_TSV enum valueCXXGRAPH::Graph< T >
writeToFile(InputOutputFormat format=InputOutputFormat::STANDARD_CSV, const std::string &workingDir=".", const std::string &OFileName="graph", bool compress=false, bool writeNodeFeat=false, bool writeEdgeWeight=false) constCXXGRAPH::Graph< T >
~Graph()=default (defined in CXXGRAPH::Graph< T >)CXXGRAPH::Graph< T >