Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

QvecLink Class Reference

holds pointer to QVEC. More...

#include <QvecLink.h>

Inheritance diagram for QvecLink:

Inheritance graph
[legend]
Collaboration diagram for QvecLink:

Collaboration graph
[legend]
List of all members.

Public Methods

 QvecLink ()
 constructor. More...

 QvecLink (const QvecLink &origin)
 copy constructor. More...

virtual ~QvecLink ()
 destructor. More...

virtual void SetPointer (QVEC *qvec)
 set the pointer to the QVEC object. More...

virtual QVECQvec () const
 get the pointer to the QVEC object. More...

virtual float QDB () const
virtual float QZB () const
virtual float QDBS2 () const
virtual float QZBS2 () const
virtual float QBC2 () const
virtual int ITK () const

Protected Attributes

QVECqvec

Detailed Description

holds pointer to QVEC.

holds pointer to QVEC, is independent of Fortran memory and serves as base for tracks, eflows and gampecs.

Definition at line 25 of file QvecLink.h.


Constructor & Destructor Documentation

QvecLink::QvecLink ( )
 

constructor.

Definition at line 17 of file QvecLink.cpp.

QvecLink::QvecLink ( const QvecLink & origin )
 

copy constructor.

Definition at line 23 of file QvecLink.cpp.

QvecLink::~QvecLink ( ) [inline, virtual]
 

destructor.

Definition at line 36 of file QvecLink.h.


Member Function Documentation

int QvecLink::ITK ( ) const [virtual]
 

Definition at line 41 of file QvecLink.cpp.

float QvecLink::QBC2 ( ) const [virtual]
 

Definition at line 40 of file QvecLink.cpp.

float QvecLink::QDB ( ) const [virtual]
 

Definition at line 36 of file QvecLink.cpp.

float QvecLink::QDBS2 ( ) const [virtual]
 

Definition at line 38 of file QvecLink.cpp.

float QvecLink::QZB ( ) const [virtual]
 

Definition at line 37 of file QvecLink.cpp.

float QvecLink::QZBS2 ( ) const [virtual]
 

Definition at line 39 of file QvecLink.cpp.

QVEC * QvecLink::Qvec ( ) const [inline, virtual]
 

get the pointer to the QVEC object.

Definition at line 42 of file QvecLink.h.

void QvecLink::SetPointer ( QVEC * pointer ) [virtual]
 

set the pointer to the QVEC object.

Definition at line 29 of file QvecLink.cpp.


Member Data Documentation

QVEC * QvecLink::qvec [protected]
 

Definition at line 52 of file QvecLink.h.


The documentation for this class was generated from the following files:
Generated at Wed Jun 18 17:21:53 2003 for ALPHA++ by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001