VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)