CMS 3D CMS Logo

IgSoQuad.h

Go to the documentation of this file.
00001 #ifndef IG_OPEN_INVENTOR_IG_SO_QUAD_H
00002 # define IG_OPEN_INVENTOR_IG_SO_QUAD_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Inventor/interface/IgSoShapeKit.h"
00007 # include <Inventor/fields/SoSFVec2f.h>
00008 # ifdef WIN32
00009 #  include <SoWinLeaveScope.h>
00010 # endif
00011 
00012 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00013 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00014 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00015 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00016 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00017 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00018 
00026 class  IG_OPEN_INVENTOR_API IgSoQuad : public IgSoShapeKit
00027 {
00028     SO_KIT_HEADER (IgSoQuad);
00029     SO_KIT_CATALOG_ENTRY_HEADER (face);
00030 
00031 public:
00032     IgSoQuad (void);
00033     static void initClass (void);
00034 
00035     SoSFVec2f llCornerOffset; //< lower left corner
00036     SoSFVec2f lrCornerOffset; //< lower right corner
00037     SoSFVec2f urCornerOffset; //< upper right corner
00038     SoSFVec2f ulCornerOffset; //< upper left corner
00039 
00040 protected:
00041     virtual void refresh (void);
00042 };
00043 
00044 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00045 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00046 
00047 # ifdef WIN32
00048 #  include <SoWinEnterScope.h>
00049 # endif
00050 #endif // IG_OPEN_INVENTOR_IG_SO_QUAD_H

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