 Inheritance diagram for visualizer.hud.Axes:
 Inheritance diagram for visualizer.hud.Axes: Collaboration diagram for visualizer.hud.Axes:
 Collaboration diagram for visualizer.hud.Axes:| Public Member Functions | |
| def | __init__ (self, viz) | 
| Initializer function.  More... | |
| def | set_visible (self, visible) | 
| Set visible function.  More... | |
| def | update_view (self) | 
| Update view function.  More... | |
| Public Attributes | |
| color | |
| color  More... | |
| hlines | |
| horizontal lines  More... | |
| labels | |
| list of labels  More... | |
| visible | |
| visible  More... | |
| viz | |
| visualizer  More... | |
| vlines | |
| vertical lines  More... | |
| Private Member Functions | |
| def | _compute_divisions (self, xi, xf) | 
| Compute divisions function.  More... | |
| def visualizer.hud.Axes.__init__ | ( | self, | |
| viz | |||
| ) | 
| 
 | private | 
Compute divisions function.
| self | this object | 
| xi | xi | 
| xf | xf | 
Definition at line 67 of file hud.py.
Referenced by visualizer.hud.Axes.update_view().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| def visualizer.hud.Axes.set_visible | ( | self, | |
| visible | |||
| ) | 
Set visible function.
| self | this object | 
| visible | visible indicator | 
Definition at line 49 of file hud.py.
References visualizer.hud.Axes.hlines, visualizer.hud.Axes.labels, visualizer.hud.Axes.visible, and visualizer.hud.Axes.vlines.
| def visualizer.hud.Axes.update_view | ( | self | ) | 
Update view function.
| self | this object | 
Definition at line 106 of file hud.py.
References visualizer.hud.Axes._compute_divisions(), visualizer.hud.Axes.color, visualizer.hud.Axes.hlines, visualizer.hud.Axes.labels, visualizer.hud.Axes.viz, visualizer.core.SimulationThread.viz, and visualizer.hud.Axes.vlines.
 Here is the call graph for this function:
 Here is the call graph for this function:| visualizer.hud.Axes.color | 
| visualizer.hud.Axes.hlines | 
horizontal lines
Definition at line 32 of file hud.py.
Referenced by visualizer.hud.Axes.set_visible(), and visualizer.hud.Axes.update_view().
| visualizer.hud.Axes.labels | 
list of labels
Definition at line 36 of file hud.py.
Referenced by visualizer.hud.Axes.set_visible(), and visualizer.hud.Axes.update_view().
| visualizer.hud.Axes.visible | 
| visualizer.hud.Axes.viz | 
| visualizer.hud.Axes.vlines | 
vertical lines
Definition at line 34 of file hud.py.
Referenced by visualizer.hud.Axes.set_visible(), and visualizer.hud.Axes.update_view().