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