library: libRGL
#include "TGLCylinder.h"

TGLCylinder


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

class TGLCylinder: public TGLLogicalShape

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TGLCylinder(const TBuffer3DTube& buffer)
TGLCylinder(const TGLCylinder&)
~TGLCylinder()
voidTGLLogicalShape::AddRef() const
const TGLBoundingBox&TGLDrawable::BoundingBox() const
static TClass*Class()
virtual voidTGLDrawable::Draw(const TGLDrawFlags& flags) const
TObject*TGLLogicalShape::GetExternal() const
ULong_tTGLDrawable::ID() const
virtual Bool_tTGLLogicalShape::IgnoreSizeForOfInterest() const
voidTGLLogicalShape::InvokeContextMenu(TContextMenu& menu, UInt_t x, UInt_t y) const
virtual TClass*IsA() const
virtual Bool_tTGLLogicalShape::KeepDuringSmartRefresh() const
virtual voidTGLLogicalShape::ProcessSelection(UInt_t* ptr, TGLViewer*, TGLScene*)
virtual voidTGLDrawable::Purge()
UInt_tTGLLogicalShape::Ref() const
Bool_tTGLDrawable::SetCached(Bool_t cached)
virtual Bool_tTGLDrawable::ShouldCache(const TGLDrawFlags& flags) const
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
voidTGLLogicalShape::StrongRef(Bool_t strong) const
Bool_tTGLLogicalShape::SubRef() const
virtual TGLDrawable::ELODAxesSupportedLODAxes() const
virtual Bool_tTGLLogicalShape::SupportsSecondarySelect() const
protected:
virtual voidDirectDraw(const TGLDrawFlags& flags) const
TGLLogicalShape&TGLLogicalShape::operator=(const TGLLogicalShape&)

Data Members

public:
enum TGLDrawable::ELODAxes { kLODAxesNone
kLODAxesX
kLODAxesY
kLODAxesZ
kLODAxesAll
};
protected:
Bool_tTGLLogicalShape::fRefStrong! Strong ref (delete on 0 ref)
TObject*TGLLogicalShape::fExternalObj
ULong_tTGLDrawable::fID! unique drawable ID
Bool_tTGLDrawable::fCached! use display list cached
TGLBoundingBoxTGLDrawable::fBoundingBox! the drawables bounding box
static TGLQuadricTGLDrawable::fgQuad! Single common quadric drawing object
private:
Double_tfR1
Double_tfR2
Double_tfR3
Double_tfR4
Double_tfDz
Double_tfPhi1
Double_tfPhi2
TGLVector3fLowPlaneNorm
TGLVector3fHighPlaneNorm
Bool_tfSegMesh

Class Description

TGLCylinder(const TBuffer3DTube &buffer)
 Copy out relevant parts of buffer - we create and delete mesh
 parts on demand in DirectDraw() and they are DL cached
~TGLCylinder()
destructor
void DirectDraw(const TGLDrawFlags & flags)
 Debug tracing
TGLCylinder(const TBuffer3DTube & buffer)
ELODAxes SupportedLODAxes()
 Cylinders support LOD (tesselation quality) adjustment along
 X/Y axes (round the cylinder radius), but not along length (Z)
{ return ELODAxes(kLODAxesX | kLODAxesY); }

Author: Timur Pocheptsov 03/08/2004
Last update: root/gl:$Name: $:$Id: TGLCylinder.cxx,v 1.2 2006/05/31 07:48:56 brun Exp $
Copyright (C) 1995-2006, 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.