// @(#)root/gl:$Name:  $:$Id: TGLDrawFlags.cxx,v 1.2 2006/08/23 14:39:40 brun Exp $
// Author:  Richard Maunder  27/01/2006

/*************************************************************************
 * Copyright (C) 1995-2006, Rene Brun and Fons Rademakers.               *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/

#include "TGLDrawFlags.h"

//////////////////////////////////////////////////////////////////////////
//                                                                      //
// TGLDrawFlags                                                          //      
//                                                                      //
//////////////////////////////////////////////////////////////////////////

ClassImp(TGLDrawFlags)

//______________________________________________________________________________
TGLDrawFlags::TGLDrawFlags(EStyle style, Short_t LOD, Bool_t sel, Bool_t secSel) :
   fStyle(style), fLOD(LOD),
   fSelection(sel), fSecSelection(secSel)
{
}

//______________________________________________________________________________
TGLDrawFlags::~TGLDrawFlags()
{
}


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.