class TGLUtil::TColorLocker


TGLVertex3

3 component (x/y/z) vertex class

This is part of collection of simple utility classes for GL only in
TGLUtil.h/cxx. These provide const and non-const accessors Arr() &
CArr() to a GL compatible internal field - so can be used directly
with OpenGL C API calls - which TVector3 etc cannot (easily).
They are not intended to be fully featured just provide minimum
required.

Function Members (Methods)

public:
virtual~TColorLocker()
static TClass*Class()
virtual TClass*IsA() const
TGLUtil::TColorLocker&operator=(const TGLUtil::TColorLocker&)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
TGLUtil::TColorLockerTColorLocker()
TGLUtil::TColorLockerTColorLocker(const TGLUtil::TColorLocker&)

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TColorLocker(const TGLUtil::TColorLocker& )
{ LockColor(); }
virtual ~TColorLocker()
{ UnlockColor(); }
TGLUtil& operator=(const TGLUtil::TColorLocker& )

Author: Richard Maunder 25/05/2005
Last change: root/gl:$Id: TGLUtil.h 24214 2008-06-11 14:48:35Z matevz $
Last generated: 2008-06-25 08:41
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *

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.