00001 #ifndef IGUANA_GL_MODELS_IG_2D_REP_H 00002 # define IGUANA_GL_MODELS_IG_2D_REP_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "Iguana/GLModels/interface/config.h" 00007 # include "Iguana/GLModels/interface/Ig3DBaseRep.h" 00008 00009 //<<<<<< PUBLIC DEFINES >>>>>> 00010 //<<<<<< PUBLIC CONSTANTS >>>>>> 00011 //<<<<<< PUBLIC TYPES >>>>>> 00012 00013 class Ig2DModel; 00014 00015 //<<<<<< PUBLIC VARIABLES >>>>>> 00016 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00017 //<<<<<< CLASS DECLARATIONS >>>>>> 00018 00019 // Never ever use the fact that I can be cast silently to the 00020 // SoSeparator base class! Always use the methods here. 00021 00022 class IGUANA_GL_MODELS_API Ig2DRep : public Ig3DBaseRep 00023 { 00024 public: 00025 Ig2DRep (Ig2DModel *model, Ig2DRep *parent, Ig2DRep *prev, SoGroup *node); 00026 virtual void repositionChildren (void); 00027 }; 00028 00029 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00030 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00031 00032 #endif // IGUANA_GL_MODELS_IG_2D_REP_H