Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

cybglspotlightc.h

Go to the documentation of this file.
00001 // cybglspotlightc.h Interface for CybGLSpotlightC class.
00002 //
00003 // $Log: cybglspotlightc.h,v $
00004 // Revision 1.1.1.1  2002/06/12 20:14:23  andre
00005 // Initial CVS
00006 //
00007 //
00008 // Copyright (C) 2002 Carsten Winkelholz, Andre Reschke
00009 //
00010 // Address:  FGAN Forschungsgesellschaft für Angewandte Naturwissenschaften e. V.
00011 //         Neuenahrer Str. 20
00012 //         D - 53343 Wachtberg
00013 //
00014 //       Virtual Data Arts
00015 //       Andre Reschke
00016 //       Oranienstrasse 25
00017 //       D - 52066 Aachen
00018 //      
00019 // Email:    winkelholz@fgan.de, a.reschke@vdarts.de
00020 //
00022 
00023 #ifndef CYBGLSPOTLIGHTC_HC
00024 #define CYBGLSPOTLIGHTC_HC
00025 
00026 #include "oaw/ctk/cybspotlightc.h"
00027 #include "oaw/ctk/cybwrlfields.h"
00028 #include "../oawconfig.h"
00029 
00030 OAW_BEGIN_NAMESPACE
00031 
00032 class OAW_DLLMAPPING CybGLSpotLightC : public CybSpotLightC
00033 {
00034 public:
00035   CybGLSpotLightC(CybWorldC*);
00036   virtual ~CybGLSpotLightC();
00037   virtual void ToChannel(CybChannelC*, long flag);
00038 protected:
00039   long m_lightID;
00040 };
00041 
00042 OAW_END_NAMESPACE
00043 
00044 #endif
00045 
00046 
00047 
00048 

Generated on Tue Jul 29 14:24:10 2003 for Open ActiveWrl by doxygen1.3-rc2