Tulip  4.0.0
Better Visualization Through Research
 All Classes Files Functions Variables Enumerations Enumerator Properties Groups Pages
tlp::Graph Member List

This is the complete list of members for tlp::Graph, including all inherited members.

addCloneSubGraph(std::string name="unnamed")tlp::Graphvirtual
addEdge(const node source, const node target)=0tlp::Graphpure virtual
addEdge(const edge e)=0tlp::Graphpure virtual
addEdges(const std::vector< std::pair< node, node > > &edges, std::vector< edge > &addedEdges)=0tlp::Graphpure virtual
addEdges(Iterator< edge > *edges)=0tlp::Graphpure virtual
addGraphObserver(Observable *) const (defined in tlp::Graph)tlp::Graph
addListener(Observable *const listener) const tlp::Observable
addLocalProperty(const std::string &name, PropertyInterface *prop)=0tlp::Graphpure virtual
addNode()=0tlp::Graphpure virtual
addNode(const node n)=0tlp::Graphpure virtual
addNodes(unsigned int nbNodes, std::vector< node > &addedNodes)=0tlp::Graphpure virtual
addNodes(Iterator< node > *nodes)=0tlp::Graphpure virtual
addObserver(Observable *const observer) const tlp::Observable
addSubGraph(BooleanProperty *selection=NULL, unsigned int id=0)=0tlp::Graphpure virtual
addSubGraph(std::string name)tlp::Graph
applyAlgorithm(const std::string &algorithm, std::string &errorMessage, DataSet *dataSet=NULL, PluginProgress *progress=NULL)tlp::Graph
applyPropertyAlgorithm(const std::string &algorithm, PropertyInterface *result, std::string &errorMessage, PluginProgress *progress=NULL, DataSet *parameters=NULL)tlp::Graph
attributeExist(const std::string &name)tlp::Graphinline
canDeleteProperty(Graph *g, PropertyInterface *prop) (defined in tlp::Graph)tlp::Graphinlineprotectedvirtual
canPop()=0tlp::Graphpure virtual
canPopThenUnpop()=0tlp::Graphpure virtual
canUnpop()=0tlp::Graphpure virtual
circularCalls (defined in tlp::Graph)tlp::Graphprotected
clear()=0tlp::Graphpure virtual
clearSubGraphs()=0 (defined in tlp::Graph)tlp::Graphprotectedpure virtual
computeProperty(const std::string &algorithm, PropertyType *result, std::string &msg, PluginProgress *progress=NULL, DataSet *data=NULL) (defined in tlp::Graph)tlp::Graph
countListeners() const tlp::Observable
countObservers() const tlp::Observable
createMetaNode(const std::set< node > &nodeSet, bool multiEdges=true, bool delAllEdge=true)tlp::Graph
createMetaNode(Graph *subGraph, bool multiEdges=true, bool delAllEdge=true)tlp::Graph
createMetaNodes(Iterator< Graph * > *itS, Graph *quotientGraph, std::vector< node > &metaNodes)tlp::Graph
deg(const node n) const =0tlp::Graphpure virtual
delAllSubGraphs(Graph *graph)=0tlp::Graphpure virtual
delEdge(const edge e, bool deleteInAllGraphs=false)=0tlp::Graphpure virtual
delEdges(Iterator< edge > *itE, bool deleteInAllGraphs=false)=0tlp::Graphpure virtual
delLocalProperty(const std::string &name)=0tlp::Graphpure virtual
delNode(const node n, bool deleteInAllGraphs=false)=0tlp::Graphpure virtual
delNodes(Iterator< node > *it, bool deleteInAllGraphs=false)=0tlp::Graphpure virtual
ends(const edge e) const =0tlp::Graphpure virtual
existEdge(const node source, const node target, bool directed=true) const =0tlp::Graphpure virtual
existLocalProperty(const std::string &name) const =0tlp::Graphpure virtual
existProperty(const std::string &name) const =0tlp::Graphpure virtual
getAttribute(const std::string &name, ATTRIBUTETYPE &value) const tlp::Graph
getAttribute(const std::string &name) const tlp::Graph
getAttributes() const tlp::Graphinline
getDescendantGraph(unsigned int id) const =0tlp::Graphpure virtual
getDescendantGraph(const std::string &name) const =0tlp::Graphpure virtual
getEdgeMetaInfo(const edge metaEdge) const =0tlp::Graphpure virtual
getEdges() const =0tlp::Graphpure virtual
getId() const tlp::Graphinline
getInEdges(const node n) const =0tlp::Graphpure virtual
getInheritedObjectProperties() const =0tlp::Graphpure virtual
getInheritedProperties() const =0tlp::Graphpure virtual
getInNode(const node n, unsigned int i) const =0tlp::Graphpure virtual
getInNodes(const node n) const =0tlp::Graphpure virtual
getInOutEdges(const node n) const =0tlp::Graphpure virtual
getInOutNodes(const node n) const =0tlp::Graphpure virtual
getLocalObjectProperties() const =0tlp::Graphpure virtual
getLocalProperties() const =0tlp::Graphpure virtual
getLocalProperty(const std::string &name)tlp::Graph
getLocalProperty(const std::string &propertyName, const std::string &propertyType)tlp::Graph
getName() const =0tlp::Graphpure virtual
getNodeMetaInfo(const node metaNode) const =0tlp::Graphpure virtual
getNodes() const =0tlp::Graphpure virtual
getNonConstAttributes()=0 (defined in tlp::Graph)tlp::Graphprotectedpure virtual
getNthSubGraph(unsigned int n) const tlp::Graphvirtual
getObject(tlp::node n)tlp::Observablestatic
getObjectProperties() const =0tlp::Graphpure virtual
getObservableGraph()tlp::Observablestatic
getObservables() const tlp::Observableprotected
getOneEdge() const =0tlp::Graphpure virtual
getOneNode() const =0tlp::Graphpure virtual
getOutEdges(const node n) const =0tlp::Graphpure virtual
getOutNode(const node n, unsigned int i) const =0tlp::Graphpure virtual
getOutNodes(const node n) const =0tlp::Graphpure virtual
getProperties() const =0tlp::Graphpure virtual
getProperty(const std::string &name) const =0tlp::Graphpure virtual
getProperty(const std::string &name)tlp::Graph
getProperty(const std::string &propertyName, const std::string &propertyType)tlp::Graph
getReceived() const tlp::Observable
getRoot() const =0tlp::Graphpure virtual
getSent() const tlp::Observable
getSource() const tlp::Graphvirtual
getSubGraph(unsigned int id) const =0tlp::Graphpure virtual
getSubGraph(const std::string &name) const =0tlp::Graphpure virtual
getSubGraphs() const =0tlp::Graphpure virtual
getSuperGraph() const =0tlp::Graphpure virtual
Graph() (defined in tlp::Graph)tlp::Graphinline
GraphAbstract (defined in tlp::Graph)tlp::Graphfriend
GraphDecorator (defined in tlp::Graph)tlp::Graphfriend
GraphUpdatesRecorder (defined in tlp::Graph)tlp::Graphfriend
hasOnlookers() const tlp::Observableprotected
holdObservers()tlp::Observablestatic
id (defined in tlp::Graph)tlp::Graphprotected
indeg(const node n) const =0tlp::Graphpure virtual
inducedSubGraph(const std::set< node > &nodeSet, Graph *parentSubGraph=NULL)tlp::Graph
isAlive(tlp::node n)tlp::Observablestatic
isDescendantGraph(const Graph *subGraph) const =0tlp::Graphpure virtual
isElement(const node n) const =0tlp::Graphpure virtual
isElement(const edge e) const =0tlp::Graphpure virtual
isMetaEdge(const edge e) const =0tlp::Graphpure virtual
isMetaNode(const node n) const =0tlp::Graphpure virtual
isSubGraph(const Graph *subGraph) const =0tlp::Graphpure virtual
notifyAddEdge(const edge e) (defined in tlp::Graph)tlp::Graphprotected
notifyAddEdge(Graph *, const edge e) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyAddLocalProperty(const std::string &) (defined in tlp::Graph)tlp::Graphprotected
notifyAddLocalProperty(Graph *, const std::string &name) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyAddNode(const node n) (defined in tlp::Graph)tlp::Graphprotected
notifyAddNode(Graph *, const node n) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyAfterAddDescendantGraph(const Graph *) (defined in tlp::Graph)tlp::Graphprotected
notifyAfterAddSubGraph(const Graph *) (defined in tlp::Graph)tlp::Graphprotected
notifyAfterAddSubGraph(Graph *, const Graph *sg) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyAfterDelDescendantGraph(const Graph *) (defined in tlp::Graph)tlp::Graphprotected
notifyAfterDelLocalProperty(const std::string &) (defined in tlp::Graph)tlp::Graphprotected
notifyAfterDelSubGraph(const Graph *) (defined in tlp::Graph)tlp::Graphprotected
notifyAfterDelSubGraph(Graph *, const Graph *sg) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyAfterSetAttribute(const std::string &) (defined in tlp::Graph)tlp::Graphprotected
notifyAfterSetAttribute(Graph *, const std::string &name) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyAfterSetEnds(const edge e) (defined in tlp::Graph)tlp::Graphprotected
notifyAfterSetEnds(Graph *, const edge e) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyBeforeAddDescendantGraph(const Graph *) (defined in tlp::Graph)tlp::Graphprotected
notifyBeforeAddLocalProperty(const std::string &) (defined in tlp::Graph)tlp::Graphprotected
notifyBeforeAddSubGraph(const Graph *) (defined in tlp::Graph)tlp::Graphprotected
notifyBeforeAddSubGraph(Graph *, const Graph *sg) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyBeforeDelDescendantGraph(const Graph *) (defined in tlp::Graph)tlp::Graphprotected
notifyBeforeDelLocalProperty(const std::string &) (defined in tlp::Graph)tlp::Graphprotected
notifyBeforeDelSubGraph(const Graph *) (defined in tlp::Graph)tlp::Graphprotected
notifyBeforeDelSubGraph(Graph *, const Graph *sg) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyBeforeSetAttribute(const std::string &) (defined in tlp::Graph)tlp::Graphprotected
notifyBeforeSetAttribute(Graph *, const std::string &name) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyBeforeSetEnds(const edge e) (defined in tlp::Graph)tlp::Graphprotected
notifyBeforeSetEnds(Graph *, const edge e) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyDelEdge(const edge e) (defined in tlp::Graph)tlp::Graphprotected
notifyDelEdge(Graph *, const edge e) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyDelLocalProperty(Graph *, const std::string &name) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyDelNode(const node n) (defined in tlp::Graph)tlp::Graphprotected
notifyDelNode(Graph *, const node n) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyDestroy() (defined in tlp::Graph)tlp::Graphprotected
notifyDestroy(Graph *) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyObservers()tlp::Observableprotected
notifyRemoveAttribute(const std::string &) (defined in tlp::Graph)tlp::Graphprotected
notifyRemoveAttribute(Graph *, const std::string &name) (defined in tlp::Graph)tlp::Graphinlineprotected
notifyReverseEdge(const edge e) (defined in tlp::Graph)tlp::Graphprotected
notifyReverseEdge(Graph *, const edge e) (defined in tlp::Graph)tlp::Graphinlineprotected
numberOfDescendantGraphs() const =0tlp::Graphpure virtual
numberOfEdges() const =0tlp::Graphpure virtual
numberOfNodes() const =0tlp::Graphpure virtual
numberOfSubGraphs() const =0tlp::Graphpure virtual
Observable() (defined in tlp::Observable)tlp::Observableprotected
Observable(const Observable &) (defined in tlp::Observable)tlp::Observableprotected
observableDeleted()tlp::Observableprotected
observersHoldCounter()tlp::Observableinlinestatic
openMetaNode(node n, bool updateProperties=true)tlp::Graph
operator=(const Observable &) (defined in tlp::Observable)tlp::Observableprotected
opposite(const edge e, const node n) const =0tlp::Graphpure virtual
outdeg(const node n) const =0tlp::Graphpure virtual
pop(bool unpopAllowed=true)=0tlp::Graphpure virtual
PropertyManager (defined in tlp::Graph)tlp::Graphfriend
push(bool unpopAllowed=true, std::vector< PropertyInterface * > *propertiesToPreserveOnPop=NULL)=0tlp::Graphpure virtual
removeAttribute(const std::string &name)tlp::Graphinline
removeEdge(const edge)=0 (defined in tlp::Graph)tlp::Graphprotectedpure virtual
removeGraphObserver(Observable *) const (defined in tlp::Graph)tlp::Graph
removeListener(Observable *const listener) const tlp::Observable
removeNode(const node)=0 (defined in tlp::Graph)tlp::Graphprotectedpure virtual
removeObserver(Observable *const observerver) const tlp::Observable
removeSubGraph(Graph *)=0 (defined in tlp::Graph)tlp::Graphprotectedpure virtual
reserveEdges(unsigned int nbEdges)=0 (defined in tlp::Graph)tlp::Graphpure virtual
reserveNodes(unsigned int nbNodes)=0 (defined in tlp::Graph)tlp::Graphpure virtual
restoreEdge(edge, node source, node target)=0 (defined in tlp::Graph)tlp::Graphprotectedpure virtual
restoreEdges(const std::vector< edge > &edges, const std::vector< std::pair< node, node > > &ends)=0 (defined in tlp::Graph)tlp::Graphprotectedpure virtual
restoreNode(node)=0 (defined in tlp::Graph)tlp::Graphprotectedpure virtual
restoreNodes(const std::vector< node > &nodes)=0 (defined in tlp::Graph)tlp::Graphprotectedpure virtual
restoreSubGraph(Graph *)=0 (defined in tlp::Graph)tlp::Graphprotectedpure virtual
reverse(const edge e)=0tlp::Graphpure virtual
sendEvent(const Event &message)tlp::Observableprotected
setAttribute(const std::string &name, const ATTRIBUTETYPE &value)tlp::Graph
setAttribute(const std::string &name, const DataType *value)tlp::Graph
setEdgeOrder(const node n, const std::vector< edge > &edges)=0tlp::Graphpure virtual
setEnds(const edge e, const node source, const node target)=0tlp::Graphpure virtual
setName(const std::string &name)=0tlp::Graphpure virtual
setSource(const edge e, const node source)=0tlp::Graphpure virtual
setSubGraphToKeep(Graph *)=0 (defined in tlp::Graph)tlp::Graphprotectedpure virtual
setSuperGraph(Graph *)=0 (defined in tlp::Graph)tlp::Graphpure virtual
setTarget(const edge e, const node target)=0tlp::Graphpure virtual
source(const edge e) const =0tlp::Graphpure virtual
swapEdgeOrder(const node n, const edge e1, const edge e2)=0tlp::Graphpure virtual
target(const edge e) const =0tlp::Graphpure virtual
treatEvent(const Event &message)tlp::Observableprotectedvirtual
treatEvents(const std::vector< Event > &events)tlp::Observableprotectedvirtual
unholdObservers()tlp::Observablestatic
unpop()=0tlp::Graphpure virtual
~Graph() (defined in tlp::Graph)tlp::Graphinlinevirtual
~Observable() (defined in tlp::Observable)tlp::Observableprotectedvirtual