#include <FWGeoTopNodeScene.h>
Definition at line 9 of file FWGeoTopNodeScene.h.
◆ FWGeoTopNodeGLScene() [1/2]
◆ FWGeoTopNodeGLScene() [2/2]
FWGeoTopNodeGLScene::FWGeoTopNodeGLScene |
( |
TVirtualPad * |
pad | ) |
|
◆ ~FWGeoTopNodeGLScene()
FWGeoTopNodeGLScene::~FWGeoTopNodeGLScene |
( |
| ) |
|
|
inlineoverride |
◆ AddObject()
Int_t FWGeoTopNodeGLScene::AddObject |
( |
const TBuffer3D & |
buffer, |
|
|
Bool_t * |
addChildren = nullptr |
|
) |
| |
|
override |
◆ DestroyPhysical()
Bool_t FWGeoTopNodeGLScene::DestroyPhysical |
( |
Int_t |
x | ) |
|
|
virtual |
◆ DestroyPhysicals()
Int_t FWGeoTopNodeGLScene::DestroyPhysicals |
( |
| ) |
|
|
override |
◆ GeoPopupMenu()
void FWGeoTopNodeGLScene::GeoPopupMenu |
( |
Int_t |
gx, |
|
|
Int_t |
gy, |
|
|
TGLViewer * |
v |
|
) |
| |
◆ OpenCompositeWithPhyID()
Bool_t FWGeoTopNodeGLScene::OpenCompositeWithPhyID |
( |
UInt_t |
phyID, |
|
|
const TBuffer3D & |
buffer |
|
) |
| |
◆ operator=()
◆ ResolveSelectRecord()
Bool_t FWGeoTopNodeGLScene::ResolveSelectRecord |
( |
TGLSelectRecord & |
rec, |
|
|
Int_t |
curIdx |
|
) |
| |
|
override |
Definition at line 60 of file FWGeoTopNodeScene.cc.
References m_eveTopNode.
67 if (curIdx >= rec.GetN())
70 TGLPhysicalShape* pshp = FindPhysical(rec.GetItem(curIdx));
78 rec.SetTransparent(pshp->IsTransparent());
79 rec.SetPhysShape(pshp);
81 #if ROOT_VERSION_CODE >= ROOT_VERSION(5, 32, 0) 85 rec.SetSpecific(
nullptr);
FWGeoTopNode * m_eveTopNode
◆ SetPad()
void FWGeoTopNodeGLScene::SetPad |
( |
TVirtualPad * |
p | ) |
|
|
inline |
◆ m_eveTopNode