Package mosp :: Package gui :: Module playerChamplain
[hide private]
[frames] | no frames]

Module playerChamplain

source code

A visual player for simulation output based on libchamplain and its python bindings


Deprecated: True

Author: F. Ludwig, P. Tute

Copyright: 2010-2011, DCSec, Leibniz Universitaet Hannover, Germany

License: GPLv3

Classes [hide private]
  AnimatedMarker
The AnimatedMarker extends the champlain.Marker
  Player
The visual player based on libchamplain and its python bindings.
Variables [hide private]
  __status__ = "unmaintained"
  COLORS = {0: [0.1, 0.1, 0.9, 1.0], 1: [0.9, 0.1, 0.1, 1.0], 2:...
blue, red, green, purple, aqua, olive, grey, black
Variables Details [hide private]

COLORS

blue, red, green, purple, aqua, olive, grey, black

Value:
{0: [0.1, 0.1, 0.9, 1.0], 1: [0.9, 0.1, 0.1, 1.0], 2: [0.1, 0.9, 0.1, \
1.0], 3: [0.5, 0.0, 0.5, 1.0], 4: [0.0, 1.0, 1.0, 1.0], 5: [0.6, 0.6, \
0.0, 1.0], 6: [0.5, 0.5, 0.5, 1.0], 7: [0.0, 0.0, 0.0, 1.0]}