![]() |
CXXGraph
0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
|
Public Member Functions | |
Partition (unsigned int partitionId) | |
Partition (const T_EdgeSet< T > &edgeSet) | |
Partition (unsigned int partitionId, const T_EdgeSet< T > &edgeSet) | |
unsigned int | getPartitionId () const |
Get the Partition ID. More... | |
void | setPartitionId (unsigned int partitionId) |
Set the Partition ID. More... | |
unsigned int CXXGRAPH::PARTITIONING::Partition< T >::getPartitionId |
Get the Partition ID.
void CXXGRAPH::PARTITIONING::Partition< T >::setPartitionId | ( | unsigned int | partitionId | ) |
Set the Partition ID.
partitionId | the ID to set |