Jive reference manual
|
#include <jive/graph/WGraph.h>
Public Types | |
typedef WGraph | Self |
typedef Graph | Super |
![]() | |
typedef Graph | Self |
Public Member Functions | |
WGraph () | |
WGraph (const IdxVector &xadj, const IdxVector &adjncy) | |
WGraph (const IdxVector &xadj, const IdxVector &adjncy, const IdxVector &nodeWeights, const IdxVector &edgeWeights) | |
WGraph (const WGraph &rhs) | |
WGraph & | operator= (const WGraph &rhs) |
void | swap (WGraph &rhs) |
bool | isValid () const |
idx_t | weight () const |
idx_t | nodeDegree (idx_t inode) const |
idx_t | maxNodeDegree () const |
WGraph | getPart (const IdxVector &inodes) const |
![]() | |
Graph () | |
Graph (const IdxVector &xadj, const IdxVector &adjncy) | |
Graph (const Graph &rhs) | |
Graph & | operator= (const Graph &rhs) |
void | swap (Graph &rhs) |
bool | isValid () const |
idx_t | nodeCount () const |
idx_t | edgeCount () const |
idx_t | nodeEdgeCount (idx_t inode) const |
idx_t | maxNodeEdgeCount () const |
Graph | getPart (const IdxVector &inodes) const |
Public Attributes | |
IdxVector | nodeWeights |
IdxVector | edgeWeights |
![]() | |
IdxVector | xadj |
IdxVector | adjncy |
typedef WGraph jive::graph::WGraph::Self |
typedef Graph jive::graph::WGraph::Super |
jive::graph::WGraph::WGraph | ( | ) |
jive::graph::WGraph::WGraph | ( | const IdxVector & | xadj, |
const IdxVector & | adjncy | ||
) |
jive::graph::WGraph::WGraph | ( | const IdxVector & | xadj, |
const IdxVector & | adjncy, | ||
const IdxVector & | nodeWeights, | ||
const IdxVector & | edgeWeights | ||
) |
jive::graph::WGraph::WGraph | ( | const WGraph & | rhs | ) |
void jive::graph::WGraph::swap | ( | WGraph & | rhs | ) |
bool jive::graph::WGraph::isValid | ( | ) | const |
idx_t jive::graph::WGraph::weight | ( | ) | const |
idx_t jive::graph::WGraph::nodeDegree | ( | idx_t | inode | ) | const |
idx_t jive::graph::WGraph::maxNodeDegree | ( | ) | const |
WGraph jive::graph::WGraph::getPart | ( | const IdxVector & | inodes | ) | const |
IdxVector jive::graph::WGraph::nodeWeights |
IdxVector jive::graph::WGraph::edgeWeights |