MeVisLab Toolbox Reference
SoFlashSystem.h
Go to the documentation of this file.
1 /*************************************************************************************
2 **
3 ** Copyright 2007, MeVis Medical Solutions AG
4 **
5 ** The user may use this file in accordance with the license agreement provided with
6 ** the Software or, alternatively, in accordance with the terms contained in a
7 ** written agreement between the user and MeVis Medical Solutions AG.
8 **
9 ** For further information use the contact form at https://www.mevislab.de/contact
10 **
11 **************************************************************************************/
12 
13 #ifndef SO_FLASH_SYSTEM_H
14 #define SO_FLASH_SYSTEM_H
15 
16 
18 
21 #ifdef SOFLASH_EXPORTS
22 #define SOFLASH_CLASS_SPEC ML_LIBRARY_EXPORT_ATTRIBUTE
23 #else
24 #define SOFLASH_CLASS_SPEC ML_LIBRARY_IMPORT_ATTRIBUTE
25 #endif
26 
27 #include <list>
28 #include <string>
29 #include <sstream>
30 
31 //-------------------------- INCLUDES
32 #include <Inventor/SbColor.h>
33 #include <Inventor/actions/SoCallbackAction.h>
34 #include <Inventor/actions/SoGLRenderAction.h>
35 #include <Inventor/elements/SoLazyElement.h>
36 #include <Inventor/elements/SoOverrideElement.h>
37 #include <Inventor/fields/SoSFBool.h>
38 #include <Inventor/fields/SoSFColor.h>
39 #include <Inventor/fields/SoSFFloat.h>
40 #include <Inventor/fields/SoSFTime.h>
41 #include <Inventor/nodes/SoSubNode.h>
42 #include <Inventor/sensors/SoFieldSensor.h>
43 #include <Inventor/sensors/SoTimerSensor.h>
44 
45 #include "XVSubNode.h"
46 
47 #endif // _SOFLASH_SYSTEM_H