MeVisLabToolboxReference
MeVis/Foundation/Sources/MLInventorBinding/SoMFDouble.h
Go to the documentation of this file.
00001 #ifndef __SoMFDouble_H
00002 #define __SoMFDouble_H
00003 //----------------------------------------------------------------------------------
00004 // **InsertLicense** code
00005 //----------------------------------------------------------------------------------
00007 
00012 //----------------------------------------------------------------------------------
00013 
00014 #ifndef __InventorWrapperDllInit_H
00015 #include "InventorWrapperDllInit.h"
00016 #endif
00017 
00018 #include "XVEnterScope.h"
00019 
00020 #include <Inventor/fields/SoSubField.h>
00021 
00022 #include "XVLeaveScope.h"
00023 
00025 class INVENTORWRAPPER_API SoMFDouble : public SoMField {
00026 
00027    SO_MFIELD_HEADER(SoMFDouble, double, double);
00028 
00029  public:
00030    static void    initClass();
00031 
00032  private:
00036    virtual int    getNumValuesPerLine() const;
00037 };
00038 
00039 #endif