OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Private Member Functions | Private Attributes | List of all members
BeamlineGeometry Class Reference

Implements the composite geometry of a beam line. More...

#include <BeamlineGeometry.h>

Inheritance diagram for BeamlineGeometry:
Inheritance graph
[legend]
Collaboration diagram for BeamlineGeometry:
Collaboration graph
[legend]

Public Member Functions

 BeamlineGeometry (const Beamline &line)
 Constructor. More...
 
virtual ~BeamlineGeometry ()
 
virtual double getArcLength () const
 Get arc length. More...
 
virtual double getElementLength () const
 Get element length. More...
 
virtual double getOrigin () const
 Get origin position. More...
 
virtual double getEntrance () const
 Get entrance position. More...
 
virtual double getExit () const
 Get exit position. More...
 
virtual Euclid3D getTransform (double fromS, double toS) const
 Get transform. More...
 
virtual Euclid3D getTransform (double s) const
 Get transform. More...
 
virtual Euclid3D getTotalTransform () const
 Get transform. More...
 
virtual Euclid3D getEntranceFrame () const
 Get transform. More...
 
virtual Euclid3D getExitFrame () const
 Get transform. More...
 
- Public Member Functions inherited from BGeometryBase
 BGeometryBase ()
 
 BGeometryBase (const BGeometryBase &right)
 
virtual ~BGeometryBase ()
 
const BGeometryBaseoperator= (const BGeometryBase &right)
 
virtual void setElementLength (double length)
 Set geometry length. More...
 
virtual Euclid3D getEntrancePatch () const
 Get patch. More...
 
virtual Euclid3D getExitPatch () const
 Get patch. More...
 

Private Member Functions

 BeamlineGeometry ()
 
 BeamlineGeometry (const BeamlineGeometry &)
 
void operator= (const BeamlineGeometry &)
 

Private Attributes

const BeamlineitsLine
 

Detailed Description

Implements the composite geometry of a beam line.

Definition at line 32 of file BeamlineGeometry.h.

Constructor & Destructor Documentation

BeamlineGeometry::BeamlineGeometry ( const Beamline line)
explicit

Constructor.

Definition at line 28 of file BeamlineGeometry.cpp.

BeamlineGeometry::~BeamlineGeometry ( )
virtual

Definition at line 33 of file BeamlineGeometry.cpp.

BeamlineGeometry::BeamlineGeometry ( )
private
BeamlineGeometry::BeamlineGeometry ( const BeamlineGeometry )
private

Member Function Documentation

double BeamlineGeometry::getArcLength ( ) const
virtual

Get arc length.

Implements BGeometryBase.

Definition at line 37 of file BeamlineGeometry.cpp.

References ElementBase::getArcLength(), and itsLine.

Here is the call graph for this function:

double BeamlineGeometry::getElementLength ( ) const
virtual

Get element length.

Implements BGeometryBase.

Definition at line 42 of file BeamlineGeometry.cpp.

References ElementBase::getElementLength(), and itsLine.

Here is the call graph for this function:

double BeamlineGeometry::getEntrance ( ) const
virtual

Get entrance position.

Reimplemented from BGeometryBase.

Definition at line 52 of file BeamlineGeometry.cpp.

References ElementBase::getEntrance(), and itsLine.

Here is the call graph for this function:

Euclid3D BeamlineGeometry::getEntranceFrame ( ) const
virtual

Get transform.

Reimplemented from BGeometryBase.

Definition at line 77 of file BeamlineGeometry.cpp.

References ElementBase::getEntranceFrame(), and itsLine.

Here is the call graph for this function:

double BeamlineGeometry::getExit ( ) const
virtual

Get exit position.

Reimplemented from BGeometryBase.

Definition at line 57 of file BeamlineGeometry.cpp.

References ElementBase::getExit(), and itsLine.

Here is the call graph for this function:

Euclid3D BeamlineGeometry::getExitFrame ( ) const
virtual

Get transform.

Reimplemented from BGeometryBase.

Definition at line 82 of file BeamlineGeometry.cpp.

References ElementBase::getExitFrame(), and itsLine.

Here is the call graph for this function:

double BeamlineGeometry::getOrigin ( ) const
virtual

Get origin position.

Reimplemented from BGeometryBase.

Definition at line 47 of file BeamlineGeometry.cpp.

References ElementBase::getOrigin(), and itsLine.

Here is the call graph for this function:

Euclid3D BeamlineGeometry::getTotalTransform ( ) const
virtual

Get transform.

Reimplemented from BGeometryBase.

Definition at line 67 of file BeamlineGeometry.cpp.

References ElementBase::getTotalTransform(), and itsLine.

Here is the call graph for this function:

Euclid3D BeamlineGeometry::getTransform ( double  fromS,
double  toS 
) const
virtual

Get transform.

Implements BGeometryBase.

Definition at line 62 of file BeamlineGeometry.cpp.

References ElementBase::getTransform(), and itsLine.

Here is the call graph for this function:

Euclid3D BeamlineGeometry::getTransform ( double  s) const
virtual

Get transform.

Reimplemented from BGeometryBase.

Definition at line 72 of file BeamlineGeometry.cpp.

References ElementBase::getTransform(), and itsLine.

Here is the call graph for this function:

void BeamlineGeometry::operator= ( const BeamlineGeometry )
private

Member Data Documentation

const Beamline& BeamlineGeometry::itsLine
private

The documentation for this class was generated from the following files: