12#ifndef ROOT_TGLSelectRecord
13#define ROOT_TGLSelectRecord
102 virtual void Reset();
154 virtual void Reset();
#define ClassDef(name, id)
Abstract logical shape - a GL 'drawable' - base for all shapes - faceset sphere etc.
Selection record for overlay objects.
TGLOverlayElement * fOvlElement
TGLOverlayElement * GetOvlElement() const
TGLOvlSelectRecord()
Default constructor.
virtual ~TGLOvlSelectRecord()
Destructor.
virtual void Set(UInt_t *data)
Setup the record from raw buffer.
TGLOvlSelectRecord & operator=(const TGLOvlSelectRecord &rec)
Copy operator.
virtual void Reset()
Reinitialise all data to null values.
void SetOvlElement(TGLOverlayElement *e)
Concrete physical shape - a GL drawable.
Base class for extended scene context.
Base class for select records.
TGLSelectRecordBase & operator=(const TGLSelectRecordBase &rec)
Copy operator.
void SetRawOnly(UInt_t *data)
Setup the record from raw buffer.
UInt_t GetItem(Int_t i) const
void CopyItems(UInt_t *items)
Copy data from names. fN must already be set.
virtual void Set(UInt_t *data)
Setup the record from raw buffer.
virtual ~TGLSelectRecordBase()
Destructor.
TGLSelectRecordBase()
Default constructor.
virtual void Reset()
Reinitialise all data to null values.
UInt_t * GetItems() const
UInt_t GetCurrItem() const
Standard selection record including information about containing scene and details ob out selected ob...
TGLSelectRecord()
Default constructor.
virtual void Set(UInt_t *data)
Setup the record from raw buffer.
void SetSpecific(void *spec)
@ kModifyingInternalSelection
void * GetSpecific() const
Bool_t GetHighlight() const
virtual ~TGLSelectRecord()
Destructor.
static Bool_t AreSameSelectionWise(const TGLSelectRecord &r1, const TGLSelectRecord &r2)
Check if the records imply the same selection result, that is, their secondary members are all equal.
Bool_t GetMultiple() const
TGLSelectRecord & operator=(const TGLSelectRecord &rec)
Copy operator.
ESecSelResult GetSecSelResult() const
void SetTransparent(Bool_t t)
void SetHighlight(Bool_t hlt)
Bool_t GetTransparent() const
void SetMultiple(Bool_t multi)
TObject * GetObject() const
void SetPhysShape(TGLPhysicalShape *pshp)
TGLSceneInfo * fSceneInfo
void SetSecSelResult(ESecSelResult r)
TGLLogicalShape * fLogShape
void SetObject(TObject *obj)
TGLPhysicalShape * fPhysShape
void SetSceneInfo(TGLSceneInfo *si)
TGLLogicalShape * GetLogShape() const
TGLPhysicalShape * GetPhysShape() const
virtual void Reset()
Reinitialise all data to null values.
void Print()
Print contents of the select record to stdout.
void SetLogShape(TGLLogicalShape *lshp)
TGLSceneInfo * GetSceneInfo() const
Mother of all ROOT objects.