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

Geometry representing an identity transform. More...

#include <NullGeometry.h>

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

Public Member Functions

 NullGeometry ()
 
 NullGeometry (const NullGeometry &)
 
virtual ~NullGeometry ()
 
const NullGeometryoperator= (const NullGeometry &)
 
virtual double getArcLength () const
 Get arc length. More...
 
virtual double getElementLength () const
 Get design length. More...
 
virtual double getOrigin () const
 Get origin position. More...
 
virtual Euclid3D getTransform (double fromS, double toS) const
 Get transform. More...
 
virtual Euclid3D getTransform (double s) 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 double getEntrance () const
 Get entrance position. More...
 
virtual double getExit () const
 Get exit position. More...
 
virtual Euclid3D getTotalTransform () const
 Get transform. More...
 
virtual Euclid3D getEntranceFrame () const
 Get transform. More...
 
virtual Euclid3D getExitFrame () const
 Get transform. More...
 
virtual Euclid3D getEntrancePatch () const
 Get patch. More...
 
virtual Euclid3D getExitPatch () const
 Get patch. More...
 

Detailed Description

Geometry representing an identity transform.

Definition at line 32 of file NullGeometry.h.

Constructor & Destructor Documentation

NullGeometry::NullGeometry ( )
inline

Definition at line 66 of file NullGeometry.h.

NullGeometry::NullGeometry ( const NullGeometry o)
inline

Definition at line 69 of file NullGeometry.h.

NullGeometry::~NullGeometry ( )
virtual

Definition at line 28 of file NullGeometry.cpp.

Member Function Documentation

double NullGeometry::getArcLength ( ) const
virtual

Get arc length.

Implements BGeometryBase.

Definition at line 32 of file NullGeometry.cpp.

double NullGeometry::getElementLength ( ) const
virtual

Get design length.

Implements BGeometryBase.

Definition at line 37 of file NullGeometry.cpp.

double NullGeometry::getOrigin ( ) const
virtual

Get origin position.

Reimplemented from BGeometryBase.

Definition at line 42 of file NullGeometry.cpp.

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

Get transform.

Implements BGeometryBase.

Definition at line 47 of file NullGeometry.cpp.

References Euclid3D::identity().

Here is the call graph for this function:

Euclid3D NullGeometry::getTransform ( double  s) const
virtual

Get transform.

Reimplemented from BGeometryBase.

Definition at line 52 of file NullGeometry.cpp.

References Euclid3D::identity().

Here is the call graph for this function:

const NullGeometry & NullGeometry::operator= ( const NullGeometry )
inline

Definition at line 73 of file NullGeometry.h.


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