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
exampleDistributedDraw
exampleDistributedDrawPlugin.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: exampleDistributedDrawPlugin.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
9
10
#ifndef exampleDistributedDrawPlugin_h_
11
#define exampleDistributedDrawPlugin_h_
12
13
// Get proper local export symbol
14
#include "
exampleDistributedDraw.h
"
15
16
// Setup proper plugin export symbol
17
#define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLEDISTRIBUTEDDRAW
18
19
// Declare & export the plugin initialization function (bool initDeModule(DtDe* de))
20
#include <
vrvCore/exportPlugin.h
>
21
22
// Work function for the plugin initialization
23
DT_DLL_EXAMPLEDISTRIBUTEDDRAW
void
init
(DtDe& de);
24
25
// Callback to load the DtDistributedDrawDriver into the display engine
26
void
loadDriver
(DtDe* de);
27
28
#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
)