library: libRGL
#include "TGLPolyMarker.h"

TGLPolyMarker


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

class TGLPolyMarker: public TGLLogicalShape

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TGLPolyMarker(const TBuffer3D& buffer)
TGLPolyMarker(const TGLPolyMarker&)
~TGLPolyMarker()
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_tIgnoreSizeForOfInterest() 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&)
private:
voidDrawStars() const

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:
vector<Double_t>fVertices
UInt_tfStyle
Double_tfSize

Class Description

TGLPolyMarker(const TBuffer3D & buffer)
TAttMarker is not TObject descendant, so I need dynamic_cast
void DirectDraw(const TGLDrawFlags & flags)
 Debug tracing
void DrawStars()
 Draw stars
TGLPolyMarker(const TBuffer3D & buffer)
ELODAxes SupportedLODAxes()
{ return kLODAxesNone; }
Bool_t IgnoreSizeForOfInterest()
{ return kTRUE; }

Author: Timur Pocheptsov 03/08/2004
Last update: root/gl:$Name: $:$Id: TGLPolyMarker.cxx,v 1.4 2006/12/09 23:02:27 rdm 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.