Inheritance diagram for visualizer.core.SimulationThread:
 Collaboration diagram for visualizer.core.SimulationThread:Public Member Functions | |
| def | __init__ (self, viz) | 
| Initializer function.  More... | |
| def | run (self) | 
| Initializer function.  More... | |
| def | set_nodes_of_interest (self, nodes) | 
| Set nodes of interest function.  More... | |
Public Attributes | |
| go | |
| thread event  More... | |
| lock | |
| thread lock  More... | |
| pause_messages | |
| pause messages  More... | |
| quit | |
| quit indicator  More... | |
| sim_helper | |
| helper function  More... | |
| target_time | |
| in seconds  More... | |
| viz | |
| Visualizer object.  More... | |
| def visualizer.core.SimulationThread.__init__ | ( | self, | |
| viz | |||
| ) | 
| def visualizer.core.SimulationThread.run | ( | self | ) | 
Initializer function.
| self | class object. | 
Definition at line 651 of file core.py.
References visualizer.core.SimulationThread.go, visualizer.core.SimulationThread.lock, visualizer.core.SimulationThread.pause_messages, visualizer.core.SimulationThread.quit, conf.release, visualizer.core.SimulationThread.sim_helper, visualizer.core.SimulationThread.target_time, and visualizer.core.SimulationThread.viz.
| def visualizer.core.SimulationThread.set_nodes_of_interest | ( | self, | |
| nodes | |||
| ) | 
Set nodes of interest function.
| self | class object. | 
| nodes | class object. | 
Definition at line 637 of file core.py.
References visualizer.core.SimulationThread.lock, conf.release, and visualizer.core.SimulationThread.sim_helper.
| visualizer.core.SimulationThread.go | 
thread event
Definition at line 630 of file core.py.
Referenced by visualizer.core.SimulationThread.run().
| visualizer.core.SimulationThread.lock | 
thread lock
Definition at line 629 of file core.py.
Referenced by visualizer.core.SimulationThread.run(), and visualizer.core.SimulationThread.set_nodes_of_interest().
| visualizer.core.SimulationThread.pause_messages | 
pause messages
Definition at line 635 of file core.py.
Referenced by visualizer.core.SimulationThread.run().
| visualizer.core.SimulationThread.quit | 
quit indicator
Definition at line 633 of file core.py.
Referenced by visualizer.core.SimulationThread.run().
| visualizer.core.SimulationThread.sim_helper | 
helper function
Definition at line 634 of file core.py.
Referenced by visualizer.core.SimulationThread.run(), and visualizer.core.SimulationThread.set_nodes_of_interest().
| visualizer.core.SimulationThread.target_time | 
in seconds
Definition at line 632 of file core.py.
Referenced by visualizer.core.SimulationThread.run().
| visualizer.core.SimulationThread.viz | 
Visualizer object.
Definition at line 628 of file core.py.
Referenced by visualizer.core.SimulationThread.run(), and visualizer.hud.Axes.update_view().