VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRunwayNode.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2023 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsg/vrvOsg.h>
13 
14 #include <vrvCore/DtRunwayData.h>
15 
16 #include <osg/Group>
17 
18 namespace makVrv
19 {
20  class DtRunwaySignaler;
21  class DtDe;
22 
24  class DT_DLL_VRVOSG DtRunwayNode : public osg::Group
25  {
26  public:
28  DtRunwayNode(DtDe& de, DtRunwayData& runwayData, DtRunwaySignaler& runwaySignaler);
29 
31  virtual ~DtRunwayNode();
32 
34  DtRunwayNode() = delete;
36  DtRunwayNode(const DtRunwayNode& rhs) = delete;
38  DtRunwayNode& operator=(const DtRunwayNode& rhs) = delete;
39  public:
43  };
44 }
DtRunwaySignaler & myRunwaySignaler
Definition: DtRunwayNode.h:42
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
DtDe & myDe
Definition: DtRunwayNode.h:40
DtRunwayData myRunwayData
Definition: DtRunwayNode.h:41
DtRunwayData is the data collected from paged Aerodrome data and used for creating runway markings...
Definition: DtRunwayData.h:23
Contains makVrv::DtRunwayData class.
Definition: DtRunwaySignaler.h:24
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
Definition: DtRunwayNode.h:24

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)