library: libRGL
#include "TGLDrawFlags.h"

TGLDrawFlags


class description - header file - source file
viewCVS header - viewCVS source

class TGLDrawFlags

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TGLDrawFlags(const TGLDrawFlags&)
TGLDrawFlags(TGLDrawFlags::EStyle style = kFill, Short_t LOD = kLODHigh, Bool_t sel = kFALSE, Bool_t secSel = kFALSE)
virtual~TGLDrawFlags()
static TClass*Class()
virtual TClass*IsA() const
Short_tLOD() const
TGLDrawFlags&operator=(const TGLDrawFlags&)
Bool_tSecSelection() const
Bool_tSelection() const
voidSetLOD(Short_t LOD)
voidSetSecSelection(Bool_t secSel)
voidSetSelection(Bool_t sel)
voidSetStyle(TGLDrawFlags::EStyle style)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
TGLDrawFlags::EStyleStyle() const

Data Members

public:
enum EStyle { kFill
kOutline
kWireFrame
};
enum ELODPresets { kLODPixel
kLODLow
kLODMed
kLODHigh
kLODUnsupported
};
private:
TGLDrawFlags::EStylefStyle
Short_tfLOD
Bool_tfSelection
Bool_tfSecSelection

Class Description

                                                                      
 TGLDrawFlags                                                          //      
                                                                      

TGLDrawFlags(EStyle style, Short_t LOD, Bool_t sel, Bool_t secSel)
~TGLDrawFlags()
TGLDrawFlags(EStyle style = kFill, Short_t LOD = kLODHigh, Bool_t sel = kFALSE, Bool_t secSel = kFALSE)
EStyle Style()
{ return fStyle; }
void SetStyle(EStyle style)
{ fStyle = style; }
Short_t LOD()
{ return fLOD; }
void SetLOD(Short_t LOD)
{ fLOD = LOD; }
Bool_t Selection()
{ return fSelection; }
void SetSelection(Bool_t sel)
{ fSelection = sel; }
Bool_t SecSelection()
{ return fSecSelection; }
void SetSecSelection(Bool_t secSel)
{ fSecSelection = secSel; }

Author: Richard Maunder 27/01/2006
Last update: root/gl:$Name: $:$Id: TGLDrawFlags.cxx,v 1.2 2006/08/23 14:39:40 brun Exp $
Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. *


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.