![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2007 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: exampleDistributedDrawPlugin.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 ******************************************************************************/ 00009 00010 #ifndef exampleDistributedDrawPlugin_h_ 00011 #define exampleDistributedDrawPlugin_h_ 00012 00013 // Get proper local export symbol 00014 #include "exampleDistributedDraw.h" 00015 00016 // Setup proper plugin export symbol 00017 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLEDISTRIBUTEDDRAW 00018 00019 // Declare & export the plugin initialization function (bool initDeModule(DtDe* de)) 00020 #include <vrvCore/exportPlugin.h> 00021 00022 // Work function for the plugin initialization 00023 DT_DLL_EXAMPLEDISTRIBUTEDDRAW void init(DtDe& de); 00024 00025 // Callback to load the DtDistributedDrawDriver into the display engine 00026 void loadDriver(DtDe* de); 00027 00028 #endif