library: libRGL
#include "TPointSet3DGL.h"

TPointSet3DGL


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

class TPointSet3DGL: public TGLObject

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TPointSet3DGL()
TPointSet3DGL(const TPointSet3DGL&)
~TPointSet3DGL()
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_tTGLObject::KeepDuringSmartRefresh() const
virtual voidProcessSelection(UInt_t* ptr, TGLViewer*, TGLScene*)
virtual voidTGLDrawable::Purge()
UInt_tTGLLogicalShape::Ref() const
virtual voidSetBBox()
Bool_tTGLDrawable::SetCached(Bool_t cached)
virtual Bool_tSetModel(TObject* obj)
virtual Bool_tShouldCache(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::ELODAxesTGLObject::SupportedLODAxes() const
virtual Bool_tSupportsSecondarySelect() const
protected:
virtual voidDirectDraw(const TGLDrawFlags& flags) const
TGLLogicalShape&TGLLogicalShape::operator=(const TGLLogicalShape&)
voidRenderCrosses(const TGLDrawFlags& flags) const
voidRenderPoints(const TGLDrawFlags& flags) const
voidTGLObject::SetAxisAlignedBBox(const Float_t* p)
voidTGLObject::SetAxisAlignedBBox(Float_t xmin, Float_t xmax, Float_t ymin, Float_t ymax, Float_t zmin, Float_t zmax)
Bool_tTGLObject::SetModelCheckClass(TObject* obj, TClass* cls)

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

Class Description

 TPointSet3DGL

 Direct OpenGL renderer for TPointSet3D.
Bool_t SetModel(TObject* obj)
 Set model.
void SetBBox()
 Set bounding-box.
Bool_t ShouldCache(const TGLDrawFlags & flags)
 Override from TGLDrawable.
 To account for large point-sizes we modify the projection matrix
 during selection and thus we need a direct draw.
void DirectDraw(const TGLDrawFlags & flags)
 Direct GL rendering for TPointSet3D.
void RenderPoints(const TGLDrawFlags & flags)
 Render markers as circular or square points.
void RenderCrosses(const TGLDrawFlags & flags)
 Render markers as crosses.
void ProcessSelection(UInt_t* ptr, TGLViewer*, TGLScene*)
 Processes secondary selection from TGLViewer.
 Calls TPointSet3D::PointSelected(Int_t) with index of selected
 point as an argument.
TPointSet3DGL()
{}
Bool_t IgnoreSizeForOfInterest()
{ return kTRUE; }
Bool_t SupportsSecondarySelect()
{ return kTRUE; }

Author: Matevz Tadel 7/4/2006
Last update: root/gl:$Name: $:$Id: TPointSet3DGL.cxx,v 1.7 2006/08/23 14:39:40 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.