MeVisLab Toolbox Reference
SoShadowCallback.h
Go to the documentation of this file.
1 /*
2  *
3  _______________________________________________________________________
4  ____________ W W W . A W A K E I D E A S . C O M ______________
5  |
6  |
7  | Description:
8  | ...
9  |
10  | Author(s) : Felix Ritter
11  |
12  ____________ W W W . A W A K E I D E A S . C O M ______________
13  _______________________________________________________________________
14  */
15 
16 #ifndef _SoShadowCallback_H
17 #define _SoShadowCallback_H
18 
19 #include "SoShadowSystem.h"
20 #include <Inventor/nodes/SoCallback.h>
21 
23 
24 class SOSHADOW_CLASS_SPEC SoShadowCallback : public SoCallback
25 {
26  typedef SoCallback inherited;
27 
28  SO_NODE_HEADER(SoShadowCallback);
29 
30  protected:
31  virtual ~SoShadowCallback();
32 
33  public:
35 
36  SoINTERNAL public:
37  static void initClass();
38 };
39 
41 
42 #endif // _SoShadowCallback_H
#define __MEVIS_IV_END_NAMESPACE
Definition: OIVConfig.h:40
#define __MEVIS_IV_BEGIN_NAMESPACE
Definition: OIVConfig.h:39
#define SOSHADOW_CLASS_SPEC
Define a class export specifier needed to make the class exportable in dll's.
static void initClass()
virtual ~SoShadowCallback()