VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
examples
exampleDynamicDraw
exampleDynamicDrawPlugin.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: exampleDynamicDrawPlugin.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
9
10
#ifndef exampleDynamicDrawPlugin_h_
11
#define exampleDynamicDrawPlugin_h_
12
13
// Get proper local export symbol
14
#ifdef _WIN32
15
#ifdef DT_DLL_EXAMPLEDYNAMICDRAW
16
#define DT_DLL_EXAMPLEDYNAMICDRAW __declspec ( dllexport )
17
#else
18
#define DT_DLL_EXAMPLEDYNAMICDRAW __declspec ( dllimport )
19
#endif
20
#else
21
#define DT_DLL_EXAMPLEDYNAMICDRAW
22
#endif
23
24
// Setup proper plugin export symbol
25
#define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLEDYNAMICDRAW
26
27
// Declare & export the plugin initialization function (bool initDeModule(DtDe* de))
28
#include <
vrvCore/exportPlugin.h
>
29
30
using namespace
makVrv;
31
32
// Work function for the plugin initialization
33
DT_DLL_EXAMPLEDYNAMICDRAW
void
init
(
DtDe
& de);
34
35
// Callback to create the DtExampleModelManager which handles cube creation
36
void
createModelManager
(
DtDe
* de);
37
38
#endif
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)