![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2009 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtOsgChannelCompass.h,v $ $Revision: 1.0 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #pragma once 00014 00015 #include <vrvOsg/vrvOsg.h> 00016 #include <vrvCore/DtChannelCompass.h> 00017 00018 #include <matrix/vlVector.h> 00019 00020 namespace makVrv 00021 { 00022 //class DtDe; 00023 00026 class DT_DLL_VRVOSG DtOsgChannelCompass : public DtChannelCompass 00027 { 00028 public: 00029 DtOsgChannelCompass(DtDe& de, DtUniqueID& id); 00030 00031 virtual ~DtOsgChannelCompass(); 00032 }; 00033 } 00034 00035