// @(#)root/gl:$Name: $:$Id: TGLDrawFlags.cxx,v 1.1 2006/02/08 10:49:26 couet 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) :
fStyle(style), fLOD(LOD)
{
}
//______________________________________________________________________________
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.