WUT Velma robot API
Public Member Functions | Public Attributes | List of all members
rqt_agent.dot_graph.Graph.Edge Class Reference

Public Member Functions

def __init__ (self)
 
def addLabel (self, label, latex_label)
 

Public Attributes

 id_from
 
 id_to
 
 label
 
 latex_label
 

Detailed Description

Definition at line 37 of file dot_graph.py.

Constructor & Destructor Documentation

◆ __init__()

def rqt_agent.dot_graph.Graph.Edge.__init__ (   self)

Definition at line 38 of file dot_graph.py.

Member Function Documentation

◆ addLabel()

def rqt_agent.dot_graph.Graph.Edge.addLabel (   self,
  label,
  latex_label 
)

Definition at line 44 of file dot_graph.py.

Member Data Documentation

◆ id_from

rqt_agent.dot_graph.Graph.Edge.id_from

Definition at line 39 of file dot_graph.py.

◆ id_to

rqt_agent.dot_graph.Graph.Edge.id_to

Definition at line 40 of file dot_graph.py.

◆ label

rqt_agent.dot_graph.Graph.Edge.label

Definition at line 41 of file dot_graph.py.

◆ latex_label

rqt_agent.dot_graph.Graph.Edge.latex_label

Definition at line 42 of file dot_graph.py.


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