+
class TGLQuadric
-
library: libRGL
#include "TGLQuadric.h"
Display options:
Show inherited
Show non-public

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; }

Last update: root/gl:$Name: $:$Id: TGLQuadric.cxx,v 1.6 2007/06/11 19:56:33 brun Exp $
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.