ATLAS Offline Software
|
#include <VolumeSplitterUtils.h>
Public Types | |
typedef std::vector< const Zone * >::const_iterator | ChildIterator |
Public Member Functions | |
UnboundedZone (const std::string &label) | |
virtual bool | inSide (const Point &point) const |
virtual Point | findEntry (const Ray &ray) const |
virtual Point | findExit (const Ray &ray) const |
void | add (const Zone *) |
ChildIterator | begin () const |
ChildIterator | end () const |
const std::string & | label () const |
bool | rotated () const |
Private Attributes | |
std::string | m_label |
bool | m_rotated |
std::vector< const Zone * > | m_children |
Definition at line 90 of file VolumeSplitterUtils.h.
|
inherited |
Definition at line 73 of file VolumeSplitterUtils.h.
InDetDD::UnboundedZone::UnboundedZone | ( | const std::string & | label | ) |
Definition at line 128 of file VolumeSplitterUtils.cxx.
Definition at line 124 of file VolumeSplitterUtils.cxx.
|
inlineinherited |
Definition at line 80 of file VolumeSplitterUtils.h.
|
inlineinherited |
Definition at line 81 of file VolumeSplitterUtils.h.
Implements InDetDD::Zone.
Definition at line 138 of file VolumeSplitterUtils.cxx.
Implements InDetDD::Zone.
Definition at line 144 of file VolumeSplitterUtils.cxx.
Implements InDetDD::Zone.
Definition at line 133 of file VolumeSplitterUtils.cxx.
|
inlineinherited |
Definition at line 82 of file VolumeSplitterUtils.h.
|
inlineinherited |
Definition at line 83 of file VolumeSplitterUtils.h.
Definition at line 87 of file VolumeSplitterUtils.h.
|
privateinherited |
Definition at line 85 of file VolumeSplitterUtils.h.
|
privateinherited |
Definition at line 86 of file VolumeSplitterUtils.h.