OPAL (Object Oriented Parallel Accelerator Library)
2.2.0
OPAL
|
#include <Split.h>
Classes | |
struct | pt_interpol |
Public Member Functions | |
A_row () | |
A_row (const A_row &a) | |
A_row (ElementBase *elem, int occur) | |
A_row (const FlaggedElmPtr &rhs, int order) | |
double | getBeta_x (int ind) |
double | getBeta_y (int ind) |
double | getAlpha_x (int ind) |
double | getAlpha_y (int ind) |
double | getDisp_x (int ind) |
double | getDisp_y (int ind) |
double | getDisp_x_prim (int ind) |
double | getDisp_y_prim (int ind) |
![]() | |
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 | |
std::vector< pt_interpol > | Interpol |
Friends | |
class | MSplit |
Additional Inherited Members | |
![]() | |
int | itsCounter |
Clone counter. More... | |
bool | isReflected |
The reflection flag. More... | |
bool | isSelected |
The selection flag. More... | |
![]() | |
Pointer< ElementBase > | itsElement |
|
inline |
Definition at line 34 of file Split.h.
References FlaggedElmPtr::setCounter().
|
inline |
|
private |
Definition at line 60 of file Split.h.
Referenced by MSplit::calcul(), MSplit::getBETXMAX(), and MSplit::getBETYMAX().