class TGLQuadric


TGLOutput

Wrapper class for GLU quadric shape drawing object. Lazy creation of
internal GLU raw quadric on first call to TGLQuadric::Get()

Function Members (Methods)

public:
TGLQuadric()
virtual~TGLQuadric()
static TClass*Class()
GLUquadric*Get()
virtual TClass*IsA() const
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
TGLQuadric(const TGLQuadric& glq)
TGLQuadric&operator=(const TGLQuadric& glq)

Data Members

private:
GLUquadric*fQuad

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TGLQuadric(const TGLQuadric& glq)
 Construct quadric
~TGLQuadric()
 Destroy quadric
GLUquadric * Get()
 Get the internal raw GLU qaudric object. Created on first call.
TGLQuadric(const TGLQuadric& glq)
{ }
TGLQuadric& operator=(const TGLQuadric& glq)
{ if(this!=&glq) fQuad=glq.fQuad; return *this; }

Author: Richard Maunder 16/09/2005
Last change: root/gl:$Id: TGLQuadric.h 20882 2007-11-19 11:31:26Z rdm $
Last generated: 2008-06-25 08:41
Copyright (C) 1995-2005, 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.