libgexf  0.1.3
libgexf::DirectedGraph Member List

This is the complete list of members for libgexf::DirectedGraph, including all inherited members.

_bloom_edgeslibgexf::Graphprotected
_edgeslibgexf::Graphprotected
_edges_propertieslibgexf::Graphprotected
_lock_flaglibgexf::Graphprotected
_nodeslibgexf::Graphprotected
_reverse_edgeslibgexf::Graphprotected
_rlock_countlibgexf::Graphprotected
addEdge(const libgexf::t_id id, const libgexf::t_id source_id, const libgexf::t_id target_id, const float weight=1.0, const libgexf::t_edge_type type=EDGE_UNDEF)libgexf::Graph
addNode(const libgexf::t_id id)libgexf::Graph
clear()libgexf::Graph
clearEdges(const libgexf::t_id node_id)libgexf::Graph
clearEdges()libgexf::Graph
containsEdge(const libgexf::t_id source_id, const libgexf::t_id target_id) constlibgexf::Graph
containsNode(const libgexf::t_id id) constlibgexf::Graph
DirectedGraph() (defined in libgexf::DirectedGraph)libgexf::DirectedGraph
DirectedGraph(const DirectedGraph &orig)libgexf::DirectedGraph
getDegree(const libgexf::t_id node_id) constlibgexf::Graph
getEdge(const libgexf::t_id source_id, const libgexf::t_id target_id) constlibgexf::Graph
getEdgeCount() constlibgexf::Graph
getEdges() constlibgexf::Graph
getInDegree(const libgexf::t_id node_id) constlibgexf::DirectedGraph
getInEdges(const libgexf::t_id node_id) constlibgexf::DirectedGraph
getNeighbors(const libgexf::t_id node_id) constlibgexf::Graph
getNodeCount() constlibgexf::Graph
getNodes() constlibgexf::Graph
getOutDegree(const libgexf::t_id node_id) constlibgexf::DirectedGraph
getOutEdges(const libgexf::t_id node_id) constlibgexf::DirectedGraph
getPredecessors(const libgexf::t_id node_id) constlibgexf::DirectedGraph
getSuccessors(const libgexf::t_id node_id) constlibgexf::DirectedGraph
Graph() (defined in libgexf::Graph)libgexf::Graph
Graph(const Graph &orig)libgexf::Graph
isPredecessor(const libgexf::t_id node_id, const libgexf::t_id predecessor_id) constlibgexf::DirectedGraph
isReadLock()libgexf::Graph
isSuccessor(const libgexf::t_id node_id, const libgexf::t_id successor_id) constlibgexf::DirectedGraph
isUnlock()libgexf::Graph
isWriteLock()libgexf::Graph
readLock()libgexf::Graph
readUnlock()libgexf::Graph
removeEdge(const libgexf::t_id source_id, const libgexf::t_id target_id)libgexf::Graph
removeInEdges(const libgexf::t_id target_id)libgexf::DirectedGraph
removeNode(const libgexf::t_id id)libgexf::Graph
removeOutEdges(const libgexf::t_id source_id)libgexf::DirectedGraph
writeLock()libgexf::Graph
writeUnlock()libgexf::Graph
~DirectedGraph() (defined in libgexf::DirectedGraph)libgexf::DirectedGraphvirtual
~Graph() (defined in libgexf::Graph)libgexf::Graphvirtual