CMS 3D CMS Logo

IgPlaneDirection.h

Go to the documentation of this file.
00001 #ifndef IGUANA_GL_BROWSERS_IG_PLANEDIRECTION_H
00002 # define IGUANA_GL_BROWSERS_IG_PLANEDIRECTION_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/GLBrowsers/interface/config.h"
00007 # include <Inventor/SbLinear.h>
00008 # include <qobject.h>
00009 
00010 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00011 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00012 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00013 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00014 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00015 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00016 
00017 class IGUANA_GL_BROWSERS_API IgPlaneDirection : public QObject
00018 {
00019     Q_OBJECT
00020 public: 
00021         IgPlaneDirection ();
00022         IgPlaneDirection (const SbVec3f &vec);
00023         IgPlaneDirection (const float x, const float y, const float z);
00024         
00025         bool    isDirty ();
00026         void    setValue (float x, float y, float z);
00027         void    setValue (const SbVec3f &vec);
00028         SbVec3f value ();
00029         
00030 signals:
00031         void dirty();
00032 
00033 private:
00034         SbVec3f m_vector;
00035 };
00036 
00037 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00038 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00039 
00040 #endif // IGUANA_GL_BROWSERS_IG_PLANEDIRECTION_H

Generated on Tue Jun 9 17:38:31 2009 for CMSSW by  doxygen 1.5.4