![]() |
ATLAS Offline Software
|
#include <AGDDIntersection.h>
Public Member Functions | |
| AGDDIntersection (const std::string &s, AGDDVolumeStore &vs, AGDDSectionStore &ss) | |
| virtual void | CreateVolume (AGDDBuilder &builder) override |
| virtual void | CreateSolid (const AGDDBuilder &builder) override |
| const std::string & | GetName () const |
| void | SetMaterial (const std::string &n) |
| void | AddDaughter (AGDDPositioner *v) |
| AGDDPositioner * | GetDaughter (int i) |
| int | NrOfDaughter () const |
| bool | HasParent () const |
| void | AddParent (AGDDVolume *v) |
| void * | GetVolume () |
| void * | GetSolid () |
| void | SetSolid (void *p) |
| void | SetVolume (void *p) |
| void | SetColor (const std::string &c) |
| void | IsSensitiveVolume (bool v) |
| bool | IsSensitiveVolume () const |
| const std::string & | GetColor () const |
| const std::string & | GetMaterial () const |
Protected Attributes | |
| std::string | m_name |
| std::string | m_material |
| std::vector< AGDDPositioner * > | m_theDaughters |
| std::vector< AGDDVolume * > | m_theParents |
| std::string | m_color |
| void * | m_theSolid |
| void * | m_theVolume |
| bool | m_isSensitive |
| AGDDVolumeStore & | m_vs |
Definition at line 13 of file AGDDIntersection.h.
|
inline |
Definition at line 15 of file AGDDIntersection.h.
|
inherited |
Definition at line 21 of file AGDDVolume.cxx.
|
inlineinherited |
Definition at line 31 of file AGDDVolume.h.
|
overridevirtual |
|
overridevirtual |
Reimplemented from AGDDVolume.
Definition at line 15 of file AGDDIntersection.cxx.
|
inlineinherited |
Definition at line 39 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 28 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 40 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 23 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 33 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 32 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 30 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 38 of file AGDDVolume.h.
|
inherited |
Definition at line 27 of file AGDDVolume.cxx.
|
inlineinherited |
Definition at line 29 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 36 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 24 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 34 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 35 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 48 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 53 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 44 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 43 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 45 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 46 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 50 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 51 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 55 of file AGDDVolume.h.