CMS 3D CMS Logo

Ig3DMUInt32Control.cc

Go to the documentation of this file.
00001 //<<<<<< INCLUDES                                                       >>>>>>
00002 
00003 #include "Iguana/GLBrowsers/interface/Ig3DMUInt32Control.h"
00004 
00005 //<<<<<< PRIVATE DEFINES                                                >>>>>>
00006 //<<<<<< PRIVATE CONSTANTS                                              >>>>>>
00007 //<<<<<< PRIVATE TYPES                                                  >>>>>>
00008 //<<<<<< PRIVATE VARIABLE DEFINITIONS                                   >>>>>>
00009 //<<<<<< PUBLIC VARIABLE DEFINITIONS                                    >>>>>>
00010 //<<<<<< CLASS STRUCTURE INITIALIZATION                                 >>>>>>
00011 //<<<<<< PRIVATE FUNCTION DEFINITIONS                                   >>>>>>
00012 //<<<<<< PUBLIC FUNCTION DEFINITIONS                                    >>>>>>
00013 //<<<<<< MEMBER FUNCTION DEFINITIONS                                    >>>>>>
00014 
00015 Ig3DMUInt32Control::Ig3DMUInt32Control (IgControlCategory *pane, QString label,
00016                                     int parts /* = IgQtRangeMControl::ValuePart */)
00017     : inherited (pane,label, parts)
00018 { }
00019 
00020 void
00021 Ig3DMUInt32Control::setValue (unsigned int size, const unsigned int* newvals)
00022 { inherited::setValue(size, newvals); }
00023 
00024 void
00025 Ig3DMUInt32Control::setValue (const std::vector<unsigned int>& newvals)
00026 { inherited::setValue(newvals); }

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