library: libRGL
#include "TGLQuadric.h"

TGLQuadric


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

class TGLQuadric

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
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 Description

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

TGLQuadric()
 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.5 2006/01/30 17:42:06 rdm Exp $
Copyright (C) 1995-2005, 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.