source:
experimental/osgVisual-GUI/Sichtsystem-GUI/visualGUI_externalDataContainer.cpp
@
409
Last change on this file since 409 was 236, checked in by , 14 years ago | |
---|---|
File size: 341 bytes |
Line | |
---|---|
1 | #include "visualGUI_externalDataContainer.h" |
2 | |
3 | visualGUI_externalDataContainer::visualGUI_externalDataContainer(QObject *parent) |
4 | : QObject(parent) |
5 | { |
6 | lat = 0; |
7 | lon = 0; |
8 | alt = 0; |
9 | bank_phi = 0; |
10 | pitch_theta = 0; |
11 | azimuth_psi = 0; |
12 | idToTrack = -1; |
13 | } |
14 | |
15 | visualGUI_externalDataContainer::~visualGUI_externalDataContainer() |
16 | { |
17 | |
18 | } |
Note: See TracBrowser
for help on using the repository browser.