Public Member Functions | Private Attributes
diarc.diarc.topology.Connection Class Reference
Inheritance diagram for diarc.diarc.topology.Connection:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def block
def edge
def release
def snap
def vertex

Private Attributes

 _edge
 _snap
 _topology
 _vertex

Detailed Description

A base class for connecting a vertex to an edge, but without specifing 
the nature of the connection (input or output). Rather then using this 
class directly, Source or Sink objects should be used.

Definition at line 214 of file topology.py.


Constructor & Destructor Documentation

def diarc.diarc.topology.Connection.__init__ (   self,
  topology,
  vertex,
  edge 
)

Member Function Documentation

Definition at line 256 of file topology.py.

Definition at line 248 of file topology.py.

Removes this connection between a vertex and an edge from the topology.
This does NOT release either the vertex or the edge objects, it simply
removes this particular reference to them. 

Reimplemented in diarc.diarc.topology.Sink, and diarc.diarc.topology.Source.

Definition at line 228 of file topology.py.

Definition at line 244 of file topology.py.

Definition at line 252 of file topology.py.


Member Data Documentation

Definition at line 220 of file topology.py.

Definition at line 220 of file topology.py.

Reimplemented in diarc.diarc.topology.Sink, and diarc.diarc.topology.Source.

Definition at line 220 of file topology.py.

Definition at line 220 of file topology.py.


The documentation for this class was generated from the following file:


rqt_graphprofiler
Author(s): Dan Brooks
autogenerated on Thu Jun 6 2019 20:29:31