// @(#)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() { }