12#ifndef ROOT_TEveSecondarySelectable 
   13#define ROOT_TEveSecondarySelectable 
#define ClassDef(name, id)
 
Semi-abstract interface for classes supporting secondary-selection.
 
void ProcessGLSelectionInternal(TGLSelectRecord &rec, SelectionSet_t &sset)
Process secondary GL selection and populate given set accordingly.
 
void SetAlwaysSecSelect(Bool_t f)
 
SelectionSet_t fHighlightedSet
 
const SelectionSet_t & RefHighlightedSet() const
 
TEveSecondarySelectable(const TEveSecondarySelectable &)
 
SelectionSet_t fSelectedSet
 
std::set< Int_t > SelectionSet_t
 
void ProcessGLSelection(TGLSelectRecord &rec)
Process secondary GL selection and populate selected set accordingly.
 
virtual ~TEveSecondarySelectable()
 
SelectionSet_t::iterator SelectionSet_i
 
TEveSecondarySelectable()
Constructor.
 
Bool_t GetAlwaysSecSelect() const
 
TEveSecondarySelectable & operator=(const TEveSecondarySelectable &)
 
const SelectionSet_t & RefSelectedSet() const
 
SelectionSet_t::const_iterator SelectionSet_ci
 
Standard selection record including information about containing scene and details ob out selected ob...