ATLAS Offline Software
|
#include <VolumeSplitterUtils.h>
Public Member Functions | |
void | add (const std::string &label, const Point &start, const Point &end, bool rotated=false) |
void | add (const Segment &segment) |
unsigned int | size () const |
const Segment & | getSegment (unsigned int i) const |
bool | horizontal () const |
void | print () const |
Private Attributes | |
std::vector< Segment > | m_segments |
Definition at line 155 of file VolumeSplitterUtils.h.
Definition at line 382 of file VolumeSplitterUtils.cxx.
void InDetDD::SegmentList::add | ( | const std::string & | label, |
const Point & | start, | ||
const Point & | end, | ||
bool | rotated = false |
||
) |
Definition at line 377 of file VolumeSplitterUtils.cxx.
Definition at line 161 of file VolumeSplitterUtils.h.
bool InDetDD::SegmentList::horizontal | ( | ) | const |
Definition at line 387 of file VolumeSplitterUtils.cxx.
void InDetDD::SegmentList::print | ( | ) | const |
Definition at line 397 of file VolumeSplitterUtils.cxx.
|
inline |
Definition at line 160 of file VolumeSplitterUtils.h.
|
private |
Definition at line 170 of file VolumeSplitterUtils.h.