VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRunwayThresholdNode.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 
23  class DT_DLL_VRVOSG DtRunwayThresholdNode : public osg::Group
24  {
25  public:
27  DtRunwayThresholdNode(DtDe& de, DtRunwayThresholdData& runwayThresholdData, DtRunwaySignaler& runwaySignaler);
28 
30  virtual ~DtRunwayThresholdNode();
31 
33  DtRunwayThresholdNode() = delete;
35  DtRunwayThresholdNode(const DtRunwayThresholdNode& rhs) = delete;
37  DtRunwayThresholdNode& operator=(const DtRunwayThresholdNode& rhs) = delete;
38  public:
42  };
43 }
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
DtDe & myDe
Definition: DtRunwayThresholdNode.h:39
Definition: DtRunwayThresholdNode.h:23
DtRunwayThresholdData myRunwayThresholdData
Definition: DtRunwayThresholdNode.h:40
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:76
DtRunwaySignaler & myRunwaySignaler
Definition: DtRunwayThresholdNode.h:41

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)