|
cosi::U_CommunicationStructure< L > Class Template Reference#include <CommunicationStructure.hpp>
Inheritance diagram for cosi::U_CommunicationStructure< L >:
template<class L>
|
cosi::U_CommunicationStructure< L >::U_CommunicationStructure | ( | ) | [inline] |
cosi::U_CommunicationStructure< L >::U_CommunicationStructure | ( | std::string | pName | ) | [inline] |
void cosi::U_CommunicationStructure< L >::AddVertex | ( | int | Id | ) | [inline] |
void cosi::U_CommunicationStructure< L >::DeleteVertex | ( | int | Id | ) | [inline] |
void cosi::U_CommunicationStructure< L >::AddEdge | ( | int | i, | |
int | j | |||
) | [inline] |
void cosi::U_CommunicationStructure< L >::AddEdge | ( | Edge | pE | ) | [inline] |
void cosi::U_CommunicationStructure< L >::DeleteEdge | ( | int | i, | |
int | j | |||
) | [inline] |
void cosi::U_CommunicationStructure< L >::DeleteEdge | ( | Edge | pE | ) | [inline] |
Reimplemented from cosi::IdUndirectedGraph.
L& cosi::U_CommunicationStructure< L >::operator[] | ( | Vertex | V | ) | [inline] |
L& cosi::U_CommunicationStructure< L >::operator[] | ( | Edge | E | ) | [inline] |
std::string cosi::U_CommunicationStructure< L >::PrintNode | ( | int | V | ) | [inline, virtual] |
Reimplemented from cosi::IdUndirectedGraph.
std::string cosi::U_CommunicationStructure< L >::PrintEdge | ( | int | U, | |
int | V | |||
) | [inline, virtual] |
Reimplemented from cosi::IdUndirectedGraph.
std::string cosi::U_CommunicationStructure< L >::PrintEdge | ( | Edge | pE | ) | [inline, virtual] |
Reimplemented from cosi::IdUndirectedGraph.