OPAL (Object Oriented Parallel Accelerator Library)
2.2.0
OPAL
|
The class for one row of the survey table. More...
#include <Survey.h>
Public Member Functions | |
Row (ElementBase *, int) | |
Row (const FlaggedElmPtr &) | |
~Row () | |
const Euclid3D & | getMap () const |
Return the accumulated geometry transform. More... | |
double | getS () const |
Return the accumulated length. More... | |
![]() | |
FlaggedElmPtr (const ElmPtr &, bool reflected=false, bool selected=false) | |
Constructor. More... | |
FlaggedElmPtr (const FlaggedElmPtr &) | |
Copy constructor. More... | |
FlaggedElmPtr () | |
virtual | ~FlaggedElmPtr () |
virtual void | accept (BeamlineVisitor &) const |
Apply visitor. More... | |
int | getCounter () const |
Get clone counter. More... | |
bool | getReflectionFlag () const |
Get reflection flag. More... | |
bool | getSelectionFlag () const |
Get selection flag. More... | |
void | setCounter (int) const |
Set clone counter. More... | |
void | setReflectionFlag (bool flag) const |
Set reflection flag. More... | |
void | setSelectionFlag (bool flag) const |
Get selection flag. More... | |
![]() | |
ElmPtr () | |
ElmPtr (const ElmPtr &) | |
ElmPtr (ElementBase *) | |
virtual | ~ElmPtr () |
ElementBase * | getElement () const |
Get the element pointer. More... | |
void | setElement (ElementBase *) |
Set the element pointer. More... | |
Private Attributes | |
Euclid3D | euclid |
The accumulated geometry transform. More... | |
double | s |
The accumulated length. More... | |
Friends | |
class | ::Survey |
Additional Inherited Members | |
![]() | |
int | itsCounter |
Clone counter. More... | |
bool | isReflected |
The reflection flag. More... | |
bool | isSelected |
The selection flag. More... | |
![]() | |
Pointer< ElementBase > | itsElement |
Survey::Row::Row | ( | ElementBase * | elem, |
int | occur | ||
) |
Definition at line 211 of file Survey.cpp.
References FlaggedElmPtr::setCounter().
|
explicit |
Definition at line 217 of file Survey.cpp.
Survey::Row::~Row | ( | void | ) |
Definition at line 222 of file Survey.cpp.
const Euclid3D & Survey::Row::getMap | ( | ) | const |
Return the accumulated geometry transform.
Definition at line 231 of file Survey.cpp.
Referenced by Survey::getMap(), Survey::getPhi(), Survey::getPsi(), Survey::getTheta(), Survey::getW(), Survey::getX(), Survey::getY(), and Survey::getZ().
double Survey::Row::getS | ( | ) | const |
|
private |