CXXGraph  0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
Public Member Functions | List of all members
CXXGRAPH::PARTITIONING::Partition< T > Class Template Reference

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...
 

Member Function Documentation

◆ getPartitionId()

template<typename T >
unsigned int CXXGRAPH::PARTITIONING::Partition< T >::getPartitionId

Get the Partition ID.

Returns
The ID of the partition

◆ setPartitionId()

template<typename T >
void CXXGRAPH::PARTITIONING::Partition< T >::setPartitionId ( unsigned int  partitionId)

Set the Partition ID.

Parameters
partitionIdthe ID to set

The documentation for this class was generated from the following files: