|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
Geometry representing an identity transform. More...
#include <NullGeometry.h>
Public Member Functions | |
| NullGeometry () | |
| NullGeometry (const NullGeometry &) | |
| virtual | ~NullGeometry () |
| const NullGeometry & | operator= (const NullGeometry &) |
| virtual double | getArcLength () const |
| Get arc length. | |
| virtual double | getElementLength () const |
| Get design length. | |
| virtual double | getOrigin () const |
| Get origin position. | |
| virtual Euclid3D | getTransform (double fromS, double toS) const |
| Get transform. | |
| virtual Euclid3D | getTransform (double s) const |
| Get transform. | |
| virtual void | setElementLength (double length) |
| Set geometry length. | |
| virtual double | getEntrance () const |
| Get entrance position. | |
| virtual double | getExit () const |
| Get exit position. | |
| virtual Euclid3D | getTotalTransform () const |
| Get transform. | |
| virtual Euclid3D | getEntranceFrame () const |
| Get transform. | |
| virtual Euclid3D | getExitFrame () const |
| Get transform. | |
| virtual Euclid3D | getEntrancePatch () const |
| Get patch. | |
| virtual Euclid3D | getExitPatch () const |
| Get patch. | |
Geometry representing an identity transform.
Definition at line 32 of file NullGeometry.h.
|
inline |
Definition at line 66 of file NullGeometry.h.
Referenced by NullGeometry(), and operator=().
|
inline |
Definition at line 69 of file NullGeometry.h.
References BGeometryBase::BGeometryBase(), and NullGeometry().
|
virtual |
Definition at line 28 of file NullGeometry.cpp.
|
virtual |
|
virtual |
|
virtualinherited |
Get entrance position.
Reimplemented in BeamlineGeometry, PlanarArcGeometry, and StraightGeometry.
Definition at line 41 of file Geometry.cpp.
References getOrigin().
Referenced by ElementBase::getEntrance(), getEntranceFrame(), VarRadiusGeometry::getEntranceFrame(), and getTotalTransform().
|
virtualinherited |
Get transform.
Reimplemented in BeamlineGeometry, PlanarArcGeometry, RBendGeometry, StraightGeometry, and VarRadiusGeometry.
Definition at line 61 of file Geometry.cpp.
References getEntrance(), and getTransform().
Referenced by ElementBase::getEntranceFrame().
|
virtualinherited |
Get patch.
Reimplemented in RBendGeometry.
Definition at line 71 of file Geometry.cpp.
References Euclid3D::identity().
Referenced by ElementBase::getEntrancePatch().
|
virtualinherited |
Get exit position.
Reimplemented in BeamlineGeometry, PlanarArcGeometry, and StraightGeometry.
Definition at line 46 of file Geometry.cpp.
References getArcLength(), and getOrigin().
Referenced by ElementBase::getExit(), getExitFrame(), VarRadiusGeometry::getExitFrame(), and getTotalTransform().
|
virtualinherited |
Get transform.
Reimplemented in BeamlineGeometry, PlanarArcGeometry, RBendGeometry, StraightGeometry, and VarRadiusGeometry.
Definition at line 66 of file Geometry.cpp.
References getExit(), and getTransform().
Referenced by ElementBase::getExitFrame().
|
virtualinherited |
Get patch.
Reimplemented in RBendGeometry.
Definition at line 76 of file Geometry.cpp.
References Euclid3D::identity().
Referenced by ElementBase::getExitPatch().
|
virtual |
Get origin position.
Reimplemented from BGeometryBase.
Definition at line 42 of file NullGeometry.cpp.
|
virtualinherited |
Get transform.
Reimplemented in BeamlineGeometry, Euclid3DGeometry, PlanarArcGeometry, RBendGeometry, and StraightGeometry.
Definition at line 51 of file Geometry.cpp.
References getEntrance(), getExit(), and getTransform().
Referenced by Ring::appendElement(), and ElementBase::getTotalTransform().
|
virtual |
Get transform.
Implements BGeometryBase.
Definition at line 47 of file NullGeometry.cpp.
References Euclid3D::identity().
|
virtual |
Get transform.
Reimplemented from BGeometryBase.
Definition at line 52 of file NullGeometry.cpp.
References Euclid3D::identity().
|
inline |
Definition at line 73 of file NullGeometry.h.
References NullGeometry().
|
virtualinherited |
Set geometry length.
Reimplemented in Euclid3DGeometry, PlanarArcGeometry, StraightGeometry, and VarRadiusGeometry.
Definition at line 32 of file Geometry.cpp.
Referenced by ElementBase::setElementLength().