VR-Forces 5.0.2 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvOsgEarth
vrvOsgEarth.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2019 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
10
11
#pragma once
12
13
#ifdef _WIN32
14
15
#ifdef vrvOsgEarth_EXPORTS
16
#define DT_DLL_VRVOSGEARTH __declspec ( dllexport )
17
#else
18
#define DT_DLL_VRVOSGEARTH __declspec ( dllimport )
19
#endif
20
#else
21
#define DT_DLL_VRVOSGEARTH
22
#endif
23
24
#include <
vrvUtil/signalslib.h
>
25
26
namespace
makVrv
27
{
28
class
DtDe;
29
namespace
vrvOsgEarth
30
{
31
DT_DLL_VRVOSGEARTH
void
init
(
DtDe
& de);
32
}
33
}
34
makVrv::vrvOsgEarth::init
DT_DLL_VRVOSGEARTH void init(DtDe &de)
DT_DLL_VRVOSGEARTH
#define DT_DLL_VRVOSGEARTH
Definition:
vrvOsgEarth.h:21
signalslib.h
makVrv::DtDe
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:70
Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)