library: libRGL
#include "TGLQuadric.h"

TGLQuadric


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

class TGLQuadric

Inheritance Chart:
TGLQuadric

    public:
TGLQuadric() TGLQuadric(const TGLQuadric&) virtual ~TGLQuadric() static TClass* Class() GLUquadric* Get() virtual TClass* IsA() const TGLQuadric& operator=(const TGLQuadric&) 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() : fQuad(0)
 Construct quadric

~TGLQuadric()
 Destroy quadric

GLUquadric* Get()
 Get the internal raw GLU qaudric object. Created on first call.



Inline Functions


            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
         TGLQuadric TGLQuadric(const TGLQuadric&)
        TGLQuadric& operator=(const TGLQuadric&)


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.