Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
JetProxyBuilder Class Reference

Definition at line 298 of file collection_proxies.C.

Public Types

typedef std::map< REveElement *, std::unique_ptr< SPBProduct * > > EProductMap_t

Public Member Functions

virtual void Build ()
REveDataCollectionCollection () const
virtual void CollectionBeingDestroyed (const REveDataCollection *)
void CollectionChanged (const REveDataCollection *)
const REveViewContextContext () const
REveElementCreateProduct (const std::string &viewType, const REveViewContext *) override
void FillImpliedSelected (REveElement::Set_t &impSet, const std::set< int > &)
bool GetHaveAWindow () const
void ModelChanges (const REveDataCollection::Ids_t &)
virtual void ScaleChanged ()
virtual void SetCollection (REveDataCollection *)
void SetHaveAWindow (bool)
void SetupAddElement (REveElement *el, REveElement *parent, bool set_color=true)
void SetupElement (REveElement *el, bool color=true)
 This method is invoked to setup the per element properties of the various objects being drawn.

Protected Member Functions

void BuildItem (const void *iData, int index, REveElement *itemHolder, const REveViewContext *context) override
void BuildItemViewType (const void *iData, int index, REveElement *itemHolder, const std::string &viewType, const REveViewContext *context) override
void BuildProduct (const REveDataCollection *iCollection, REveElement *product, const REveViewContext *) override
void BuildProductViewType (const REveDataCollection *iCollection, REveElement *product, const std::string &viewType, const REveViewContext *) override
void Clean () override
virtual void CleanLocal ()
REveCollectionCompoundCreateCompound (bool set_color=true, bool propagate_color_to_all_children=false)
void FillImpliedSelected (REveElement::Set_t &impSet, const std::set< int > &sec_idcs, Product *p) override
REveCompoundGetHolder (REveElement *product, int idx)
void ModelChanges (const REveDataCollection::Ids_t &iIds, Product *p) override
virtual void ScaleProduct (REveElement *, const std::string &)
bool VisibilityModelChanges (int idx, REveElement *, const std::string &viewType, const REveViewContext *) override

Protected Attributes

std::map< REveElement *, SPBProduct * > fProductMap
std::vector< Product * > m_products

Private Member Functions

void BuildItemViewType (const Jet &dj, int idx, REveElement *iItemHolder, const std::string &viewType, const REveViewContext *context) override
bool HaveSingleProduct () const override
void LocalModelChanges (int idx, REveElement *el, const REveViewContext *ctx) override

Private Attributes

REveDataCollectionm_collection {nullptr}
bool m_haveWindow {false}
bool m_modelsChanged {false}
Inheritance diagram for JetProxyBuilder:
ROOT::Experimental::REveDataSimpleProxyBuilderTemplate< Jet > ROOT::Experimental::REveDataSimpleProxyBuilder ROOT::Experimental::REveDataProxyBuilderBase

Member Typedef Documentation

◆ EProductMap_t

Definition at line 50 of file REveDataSimpleProxyBuilder.hxx.

Member Function Documentation

◆ Build()

void REveDataProxyBuilderBase::Build ( )
virtualinherited

◆ BuildItem()

void ROOT::Experimental::REveDataSimpleProxyBuilderTemplate< Jet >::BuildItem ( const void * iData,
int index,
REveElement * itemHolder,
const REveViewContext * context )
inlineoverrideprotectedvirtualinherited

◆ BuildItemViewType() [1/2]

void JetProxyBuilder::BuildItemViewType ( const Jet & dj,
int idx,
REveElement * iItemHolder,
const std::string & viewType,
const REveViewContext * context )
inlineoverrideprivate

Definition at line 302 of file collection_proxies.C.

◆ BuildItemViewType() [2/2]

void ROOT::Experimental::REveDataSimpleProxyBuilderTemplate< Jet >::BuildItemViewType ( const void * iData,
int index,
REveElement * itemHolder,
const std::string & viewType,
const REveViewContext * context )
inlineoverrideprotectedvirtualinherited

◆ BuildProduct()

void REveDataSimpleProxyBuilder::BuildProduct ( const REveDataCollection * iCollection,
REveElement * product,
const REveViewContext * vc )
overrideprotectedvirtualinherited

Reimplemented from ROOT::Experimental::REveDataProxyBuilderBase.

Definition at line 145 of file REveDataSimpleProxyBuilder.cxx.

◆ BuildProductViewType()

void REveDataSimpleProxyBuilder::BuildProductViewType ( const REveDataCollection * iCollection,
REveElement * product,
const std::string & viewType,
const REveViewContext * vc )
overrideprotectedvirtualinherited

Reimplemented from ROOT::Experimental::REveDataProxyBuilderBase.

Definition at line 162 of file REveDataSimpleProxyBuilder.cxx.

◆ Clean()

void REveDataSimpleProxyBuilder::Clean ( )
overrideprotectedvirtualinherited

Reimplemented from ROOT::Experimental::REveDataProxyBuilderBase.

Definition at line 34 of file REveDataSimpleProxyBuilder.cxx.

◆ CleanLocal()

void REveDataProxyBuilderBase::CleanLocal ( )
protectedvirtualinherited

Definition at line 285 of file REveDataProxyBuilderBase.cxx.

◆ Collection()

REveDataCollection * ROOT::Experimental::REveDataProxyBuilderBase::Collection ( ) const
inlineinherited

Definition at line 41 of file REveDataProxyBuilderBase.hxx.

◆ CollectionBeingDestroyed()

void REveDataProxyBuilderBase::CollectionBeingDestroyed ( const REveDataCollection * )
virtualinherited

Definition at line 290 of file REveDataProxyBuilderBase.cxx.

◆ CollectionChanged()

void REveDataProxyBuilderBase::CollectionChanged ( const REveDataCollection * )
inherited

Definition at line 227 of file REveDataProxyBuilderBase.cxx.

◆ Context()

const REveViewContext & ROOT::Experimental::REveDataProxyBuilderBase::Context ( ) const
inherited

◆ CreateCompound()

REveCollectionCompound * REveDataSimpleProxyBuilder::CreateCompound ( bool set_color = true,
bool propagate_color_to_all_children = false )
protectedinherited

Definition at line 63 of file REveDataSimpleProxyBuilder.cxx.

◆ CreateProduct()

REveElement * REveDataSimpleProxyBuilder::CreateProduct ( const std::string & viewType,
const REveViewContext * viewContext )
overridevirtualinherited

Reimplemented from ROOT::Experimental::REveDataProxyBuilderBase.

Definition at line 53 of file REveDataSimpleProxyBuilder.cxx.

◆ FillImpliedSelected() [1/2]

void REveDataProxyBuilderBase::FillImpliedSelected ( REveElement::Set_t & impSet,
const std::set< int > & sec_idcs )
inherited

Definition at line 200 of file REveDataProxyBuilderBase.cxx.

◆ FillImpliedSelected() [2/2]

void REveDataSimpleProxyBuilder::FillImpliedSelected ( REveElement::Set_t & impSet,
const std::set< int > & sec_idcs,
Product * p )
overrideprotectedvirtualinherited

Reimplemented from ROOT::Experimental::REveDataProxyBuilderBase.

Definition at line 253 of file REveDataSimpleProxyBuilder.cxx.

◆ GetHaveAWindow()

bool ROOT::Experimental::REveDataProxyBuilderBase::GetHaveAWindow ( ) const
inlineinherited

Definition at line 68 of file REveDataProxyBuilderBase.hxx.

◆ GetHolder()

REveCompound * REveDataSimpleProxyBuilder::GetHolder ( REveElement * product,
int idx )
protectedinherited

Definition at line 88 of file REveDataSimpleProxyBuilder.cxx.

◆ HaveSingleProduct()

bool JetProxyBuilder::HaveSingleProduct ( ) const
inlineoverrideprivatevirtual

Reimplemented from ROOT::Experimental::REveDataProxyBuilderBase.

Definition at line 299 of file collection_proxies.C.

◆ LocalModelChanges()

void JetProxyBuilder::LocalModelChanges ( int idx,
REveElement * el,
const REveViewContext * ctx )
inlineoverrideprivatevirtual

Reimplemented from ROOT::Experimental::REveDataProxyBuilderBase.

Definition at line 350 of file collection_proxies.C.

◆ ModelChanges() [1/2]

void REveDataProxyBuilderBase::ModelChanges ( const REveDataCollection::Ids_t & iIds)
inherited

Definition at line 211 of file REveDataProxyBuilderBase.cxx.

◆ ModelChanges() [2/2]

void REveDataSimpleProxyBuilder::ModelChanges ( const REveDataCollection::Ids_t & iIds,
Product * p )
overrideprotectedvirtualinherited

◆ ScaleChanged()

void REveDataProxyBuilderBase::ScaleChanged ( )
virtualinherited

Definition at line 265 of file REveDataProxyBuilderBase.cxx.

◆ ScaleProduct()

virtual void ROOT::Experimental::REveDataProxyBuilderBase::ScaleProduct ( REveElement * ,
const std::string &  )
inlineprotectedvirtualinherited

Definition at line 86 of file REveDataProxyBuilderBase.hxx.

◆ SetCollection()

void REveDataProxyBuilderBase::SetCollection ( REveDataCollection * c)
virtualinherited

Reimplemented in ROOT::Experimental::REveTableProxyBuilder.

Definition at line 63 of file REveDataProxyBuilderBase.cxx.

◆ SetHaveAWindow()

void REveDataProxyBuilderBase::SetHaveAWindow ( bool iHaveAWindow)
inherited

Definition at line 310 of file REveDataProxyBuilderBase.cxx.

◆ SetupAddElement()

void REveDataProxyBuilderBase::SetupAddElement ( REveElement * el,
REveElement * parent,
bool set_color = true )
inherited

Definition at line 237 of file REveDataProxyBuilderBase.cxx.

◆ SetupElement()

void REveDataProxyBuilderBase::SetupElement ( REveElement * el,
bool color = true )
inherited

This method is invoked to setup the per element properties of the various objects being drawn.

Definition at line 249 of file REveDataProxyBuilderBase.cxx.

◆ VisibilityModelChanges()

bool REveDataSimpleProxyBuilder::VisibilityModelChanges ( int idx,
REveElement * iCompound,
const std::string & viewType,
const REveViewContext * vc )
overrideprotectedvirtualinherited

Reimplemented from ROOT::Experimental::REveDataProxyBuilderBase.

Definition at line 236 of file REveDataSimpleProxyBuilder.cxx.

Member Data Documentation

◆ fProductMap

std::map<REveElement*, SPBProduct*> ROOT::Experimental::REveDataSimpleProxyBuilder::fProductMap
protectedinherited

Definition at line 72 of file REveDataSimpleProxyBuilder.hxx.

◆ m_collection

REveDataCollection* ROOT::Experimental::REveDataProxyBuilderBase::m_collection {nullptr}
privateinherited

Definition at line 94 of file REveDataProxyBuilderBase.hxx.

◆ m_haveWindow

bool ROOT::Experimental::REveDataProxyBuilderBase::m_haveWindow {false}
privateinherited

Definition at line 96 of file REveDataProxyBuilderBase.hxx.

◆ m_modelsChanged

bool ROOT::Experimental::REveDataProxyBuilderBase::m_modelsChanged {false}
privateinherited

Definition at line 97 of file REveDataProxyBuilderBase.hxx.

◆ m_products

std::vector<Product*> ROOT::Experimental::REveDataProxyBuilderBase::m_products
protectedinherited

Definition at line 91 of file REveDataProxyBuilderBase.hxx.


The documentation for this class was generated from the following file: