![]() |
ATLAS Offline Software
|
#include <VolumeSplitterUtils.h>
Public Member Functions | |
| Ray () | |
| Ray (const Point &start, const Point &end) | |
| void | set (const Point &start, const Point &end) |
| const Point & | start () const |
| const Point & | end () const |
| bool | valid () const |
| bool | foundStart () const |
| bool | horizontal () const |
| bool | vertical () const |
| void | setFound () |
| void | setInvalid () |
Private Member Functions | |
| void | setDirection () |
Private Attributes | |
| bool | m_valid |
| bool | m_found |
| bool | m_horizontal = false |
| bool | m_vertical = false |
| Point | m_start |
| Point | m_end |
Definition at line 44 of file VolumeSplitterUtils.h.
| InDetDD::Ray::Ray | ( | ) |
Definition at line 316 of file VolumeSplitterUtils.cxx.
Definition at line 323 of file VolumeSplitterUtils.cxx.
Definition at line 50 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 52 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 53 of file VolumeSplitterUtils.h.
Definition at line 333 of file VolumeSplitterUtils.cxx.
|
private |
Definition at line 340 of file VolumeSplitterUtils.cxx.
|
inline |
Definition at line 55 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 56 of file VolumeSplitterUtils.h.
Definition at line 49 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 51 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 54 of file VolumeSplitterUtils.h.
|
private |
Definition at line 66 of file VolumeSplitterUtils.h.
|
private |
Definition at line 62 of file VolumeSplitterUtils.h.
|
private |
Definition at line 63 of file VolumeSplitterUtils.h.
|
private |
Definition at line 65 of file VolumeSplitterUtils.h.
|
private |
Definition at line 61 of file VolumeSplitterUtils.h.
|
private |
Definition at line 64 of file VolumeSplitterUtils.h.