00001 #ifndef IGUANA_GL_MODELS_IG_SPARE_REP_H 00002 # define IGUANA_GL_MODELS_IG_SPARE_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 IgSpareModel; 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 IgSpareRep : public Ig3DBaseRep 00023 { 00024 public: 00025 IgSpareRep (IgSpareModel *model, IgSpareRep *parent, IgSpareRep *prev, SoGroup *node); 00026 }; 00027 00028 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00029 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00030 00031 #endif // IGUANA_GL_MODELS_IG_SPARE_REP_H