|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
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 31 of file NullGeometry.h.
|
inline |
Definition at line 63 of file NullGeometry.h.
|
inline |
Definition at line 65 of file NullGeometry.h.
|
virtual |
Definition at line 27 of file NullGeometry.cpp.
|
virtual |
|
virtual |
|
virtualinherited |
Get entrance position.
Reimplemented in PlanarArcGeometry, StraightGeometry, and BeamlineGeometry.
Definition at line 33 of file Geometry.cpp.
References BGeometryBase::getOrigin().
Referenced by ElementBase::getEntrance(), BGeometryBase::getEntranceFrame(), and BGeometryBase::getTotalTransform().

|
virtualinherited |
Get transform.
Reimplemented in PlanarArcGeometry, RBendGeometry, StraightGeometry, and BeamlineGeometry.
Definition at line 41 of file Geometry.cpp.
References BGeometryBase::getEntrance(), and BGeometryBase::getTransform().
Referenced by ElementBase::getEntranceFrame().

|
virtualinherited |
Get patch.
Reimplemented in RBendGeometry.
Definition at line 45 of file Geometry.cpp.
References Euclid3D::identity().
Referenced by ElementBase::getEntrancePatch().

|
virtualinherited |
Get exit position.
Reimplemented in PlanarArcGeometry, StraightGeometry, and BeamlineGeometry.
Definition at line 35 of file Geometry.cpp.
References BGeometryBase::getArcLength(), and BGeometryBase::getOrigin().
Referenced by ElementBase::getExit(), BGeometryBase::getExitFrame(), and BGeometryBase::getTotalTransform().

|
virtualinherited |
Get transform.
Reimplemented in PlanarArcGeometry, RBendGeometry, StraightGeometry, and BeamlineGeometry.
Definition at line 43 of file Geometry.cpp.
References BGeometryBase::getExit(), and BGeometryBase::getTransform().
Referenced by ElementBase::getExitFrame().

|
virtualinherited |
Get patch.
Reimplemented in RBendGeometry.
Definition at line 47 of file Geometry.cpp.
References Euclid3D::identity().
Referenced by ElementBase::getExitPatch().

|
virtual |
Get origin position.
Reimplemented from BGeometryBase.
Definition at line 33 of file NullGeometry.cpp.
|
virtualinherited |
Get transform.
Reimplemented in Euclid3DGeometry, PlanarArcGeometry, RBendGeometry, StraightGeometry, and BeamlineGeometry.
Definition at line 37 of file Geometry.cpp.
References BGeometryBase::getEntrance(), BGeometryBase::getExit(), and BGeometryBase::getTransform().
Referenced by Ring::appendElement(), and ElementBase::getTotalTransform().

|
virtual |
Get transform.
Implements BGeometryBase.
Definition at line 35 of file NullGeometry.cpp.
References Euclid3D::identity().

|
virtual |
Get transform.
Reimplemented from BGeometryBase.
Definition at line 37 of file NullGeometry.cpp.
References Euclid3D::identity().

|
inline |
Definition at line 67 of file NullGeometry.h.
|
virtualinherited |
Set geometry length.
Reimplemented in Euclid3DGeometry, StraightGeometry, DummyGeometry, DummyGeometryTW, and PlanarArcGeometry.
Definition at line 29 of file Geometry.cpp.
Referenced by ElementBase::setElementLength().