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