![]() |
CXXGraph
0.1.3
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::Partition< 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) 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_InputOutputFormat enum name | CXXGRAPH::Graph< T > | |
E_PartitionAlgorithm enum name | CXXGRAPH::Graph< T > | |
getAdjMatrix() const | 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 > | |
getPartitionId() const | CXXGRAPH::Partition< 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 value | CXXGRAPH::Graph< T > | |
InputOutputFormat typedef | CXXGRAPH::Graph< T > | |
isCyclicDirectedGraphBFS() const | CXXGRAPH::Graph< T > | |
isCyclicDirectedGraphDFS() const | CXXGRAPH::Graph< T > | |
isDirectedGraph() const | CXXGRAPH::Graph< T > | |
OUT_1 enum value (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
OUT_2 enum value (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
Partition() (defined in CXXGRAPH::Partition< T >) | CXXGRAPH::Partition< T > | |
Partition(unsigned int partitionId) (defined in CXXGRAPH::Partition< T >) | CXXGRAPH::Partition< T > | |
Partition(const std::list< const Edge< T > * > &edgeSet) (defined in CXXGRAPH::Partition< T >) | CXXGRAPH::Partition< T > | |
Partition(unsigned int partitionId, const std::list< const Edge< T > * > &edgeSet) (defined in CXXGRAPH::Partition< T >) | CXXGRAPH::Partition< T > | |
PartitionAlgorithm typedef | CXXGRAPH::Graph< T > | |
partitionGraph(PartitionAlgorithm algorithm, unsigned int numberOfPartitions) const | CXXGRAPH::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 > | |
setPartitionId(unsigned int partitionId) | CXXGRAPH::Partition< T > | |
STANDARD_CSV enum value | CXXGRAPH::Graph< T > | |
STANDARD_TSV enum value | CXXGRAPH::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) const | CXXGRAPH::Graph< T > | |
~Graph()=default (defined in CXXGRAPH::Graph< T >) | CXXGRAPH::Graph< T > | |
~Partition()=default (defined in CXXGRAPH::Partition< T >) | CXXGRAPH::Partition< T > |