00001 #ifndef IGUANA_GL_MODELS_IG_RPHI_MODEL_H 00002 # define IGUANA_GL_MODELS_IG_RPHI_MODEL_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "Iguana/GLModels/interface/config.h" 00007 # include "Iguana/GLModels/interface/Ig3DBaseModel.h" 00008 00009 //<<<<<< PUBLIC DEFINES >>>>>> 00010 //<<<<<< PUBLIC CONSTANTS >>>>>> 00011 //<<<<<< PUBLIC TYPES >>>>>> 00012 //<<<<<< PUBLIC VARIABLES >>>>>> 00013 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00014 //<<<<<< CLASS DECLARATIONS >>>>>> 00015 00016 class IGUANA_GL_MODELS_API IgRPhiModel : public Ig3DBaseModel 00017 { 00018 public: 00019 IgRPhiModel (IgState *state); 00020 }; 00021 00022 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00023 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00024 00025 #endif // IGUANA_GL_MODELS_IG_RPHI_MODEL_H