MeVisLabToolboxReference
MeVis/Foundation/Sources/MLInventorBinding/SoDummy.h
Go to the documentation of this file.
00001 #ifndef __SoDummy_H
00002 #define __SoDummy_H
00003 //----------------------------------------------------------------------------------
00004 // **InsertLicense** code
00005 //----------------------------------------------------------------------------------
00008 
00013 //----------------------------------------------------------------------------------
00014 
00015 #ifndef __InventorWrapperDllInit_H
00016 #include "InventorWrapperDllInit.h"
00017 #endif
00018 
00019 #include <Inventor/nodes/SoSubNode.h>
00020 
00021 //=============================================================
00025 
00028 //=============================================================
00029 
00030 class SoDummy : public SoNode {
00031 
00032    SO_NODE_HEADER(SoDummy);
00033 
00034  public:
00035    static void    initClass();
00036 
00037    SoDummy();
00038 
00039  private:
00040    virtual ~SoDummy();
00041    
00042 };
00043 
00044 #endif
00045