library: libRGL
#include "TGLQuadric.h"

TGLQuadric


class description - header file - source file - inheritance tree (.pdf)

class TGLQuadric

Inheritance Chart:
TGLQuadric

    protected:
TGLQuadric(const TGLQuadric& glq) TGLQuadric& operator=(const TGLQuadric& glq) public:
TGLQuadric() virtual ~TGLQuadric() static TClass* Class() GLUquadric* Get() virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

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)

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.