|
bpp-core3
3.0.0
|
This is the complete list of members for bpp::Graph, including all inherited members.
| allEdgesIterator()=0 | bpp::Graph | pure virtual |
| allNodesIterator()=0 | bpp::Graph | pure virtual |
| allNodesIterator() const =0 | bpp::Graph | pure virtual |
| AssociationGraphImplObserver class | bpp::Graph | friend |
| containsReciprocalRelations() const =0 | bpp::Graph | pure virtual |
| createNode()=0 | bpp::Graph | pure virtual |
| createNodeFromEdge(NodeId origin)=0 | bpp::Graph | pure virtual |
| createNodeFromNode(NodeId origin)=0 | bpp::Graph | pure virtual |
| createNodeOnEdge(NodeId edge)=0 | bpp::Graph | pure virtual |
| deleteNode(NodeId node)=0 | bpp::Graph | pure virtual |
| EdgeId typedef | bpp::Graph | |
| getAllEdges() const =0 | bpp::Graph | pure virtual |
| getAllInnerNodes() const =0 | bpp::Graph | pure virtual |
| getAllLeaves() const =0 | bpp::Graph | pure virtual |
| getAllNodes() const =0 | bpp::Graph | pure virtual |
| getAnyEdge(NodeId nodeA, NodeId nodeB) const =0 | bpp::Graph | pure virtual |
| getBottom(EdgeId edge) const =0 | bpp::Graph | pure virtual |
| getDegree(NodeId node) const =0 | bpp::Graph | pure virtual |
| getEdge(NodeId nodeA, NodeId nodeB) const =0 | bpp::Graph | pure virtual |
| getEdges(const NodeId node) const =0 | bpp::Graph | pure virtual |
| getIncomingEdges(NodeId node) const =0 | bpp::Graph | pure virtual |
| getIncomingNeighbors(NodeId node) const =0 | bpp::Graph | pure virtual |
| getLeavesFromNode(NodeId node, unsigned int maxDepth) const =0 | bpp::Graph | pure virtual |
| getNeighbors(const NodeId node) const =0 | bpp::Graph | pure virtual |
| getNodes(EdgeId edge) const =0 | bpp::Graph | pure virtual |
| getNumberOfEdges() const =0 | bpp::Graph | pure virtual |
| getNumberOfIncomingNeighbors(const NodeId node) const =0 | bpp::Graph | pure virtual |
| getNumberOfNeighbors(NodeId node) const =0 | bpp::Graph | pure virtual |
| getNumberOfNodes() const =0 | bpp::Graph | pure virtual |
| getNumberOfOutgoingNeighbors(NodeId node) const =0 | bpp::Graph | pure virtual |
| getOutgoingEdges(const NodeId node) const =0 | bpp::Graph | pure virtual |
| getOutgoingNeighbors(const NodeId node) const =0 | bpp::Graph | pure virtual |
| getRoot() const =0 | bpp::Graph | pure virtual |
| getSetOfAllLeaves() const =0 | bpp::Graph | pure virtual |
| getTop(EdgeId edge) const =0 | bpp::Graph | pure virtual |
| incomingEdgesIterator(NodeId node)=0 | bpp::Graph | pure virtual |
| incomingNeighborNodesIterator(NodeId node)=0 | bpp::Graph | pure virtual |
| isDA() const =0 | bpp::Graph | pure virtual |
| isDirected() const =0 | bpp::Graph | pure virtual |
| isLeaf(NodeId node) const =0 | bpp::Graph | pure virtual |
| isTree() const =0 | bpp::Graph | pure virtual |
| link(NodeId nodeA, NodeId nodeB)=0 | bpp::Graph | protectedpure virtual |
| link(Graph::NodeId nodeA, Graph::NodeId nodeB, Graph::EdgeId edgeID)=0 | bpp::Graph | protectedpure virtual |
| makeDirected()=0 | bpp::Graph | pure virtual |
| makeUndirected()=0 | bpp::Graph | pure virtual |
| NodeId typedef | bpp::Graph | |
| notifyDeletedEdges(const std::vector< EdgeId > &edgesToDelete) const =0 | bpp::Graph | protectedpure virtual |
| notifyDeletedNodes(const std::vector< NodeId > &nodesToDelete) const =0 | bpp::Graph | protectedpure virtual |
| orientate()=0 | bpp::Graph | pure virtual |
| outgoingEdgesIterator(NodeId node)=0 | bpp::Graph | pure virtual |
| outgoingNeighborNodesIterator(NodeId node)=0 | bpp::Graph | pure virtual |
| outputToDot(std::ostream &out, const std::string &name) const =0 | bpp::Graph | pure virtual |
| registerObserver(GraphObserver *observer)=0 | bpp::Graph | pure virtual |
| setRoot(NodeId newRoot)=0 | bpp::Graph | protectedpure virtual |
| unlink(NodeId nodeA, NodeId nodeB)=0 | bpp::Graph | protectedpure virtual |
| unregisterObserver(GraphObserver *observer)=0 | bpp::Graph | pure virtual |
| ~Graph() | bpp::Graph | inlinevirtual |