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 623 of file core.py.
References visualizer.core.SimulationThread.quit, and visualizer.core.SimulationThread.target_time.
| def visualizer.core.SimulationThread.set_nodes_of_interest | ( | self, | |
| nodes | |||
| ) |
| visualizer.core.SimulationThread.pause_messages |
| visualizer.core.SimulationThread.quit |
quit indicator
Definition at line 605 of file core.py.
Referenced by visualizer.core.SimulationThread.run().
| visualizer.core.SimulationThread.target_time |
in seconds
Definition at line 604 of file core.py.
Referenced by visualizer.core.SimulationThread.run().
| visualizer.core.SimulationThread.viz |
Visualizer object.