class QucPlane : public CorPersistent a model of a plane (not the flying one)
| | index ( double aLambda ) |
| | makeClone () |
| | operator= ( const QucPlane& aRef ) |
| | print () |
| | QucPlane ( QucDirection aDirection ) |
| | QucPlane () |
| | QucPlane ( const QucPlane& aRef ) |
| | refract ( QucDirection aDirection, double aNin, double aNout ) |
| | stream ( CorStream& aStream ) |
| | transform ( const QucObservationModel& anObservation, RWCString aMode = "all" ) |
| | ~QucPlane () |
| | Purpose The d'tor |
| | Purpose Print out this instance |
| | Purpose The default c'tor |
| | $Id: QucPlane |
| | utest_QucPlane (CorUnitTest&) Purpose Make a clone of this instance |
a model of a plane (not the flying one)
SYNOPSIS
#include <QucPlane.h>
QucPlane myObject;
DESCRIPTION
This class models a plane with respect to its refraction.
CAUTIONS
<optional>
EXAMPLES
<optional>
SEE ALSO
QucDirection
Preconditions Exceptions
Preconditions Exceptions
Preconditions Returns Exceptions
Preconditions Returns Exceptions
QucPlane()
The default c'tor.
QucPlane( QucDirection aDirection )
QucPlane( const QucPlane& aRef )
QucPlane& operator=( const QucPlane& aRef )
virtual ~QucPlane()
The d'tor.
QucDirection refract( QucDirection aDirection, double aNin, double aNout )
virtual QucObservationModel transform( const QucObservationModel& anObservation, RWCString aMode = "all" )
double index( double aLambda )
void print()
Print out this instance.
virtual void stream( CorStream& aStream )
virtual CorPersistent* makeClone()
friend void utest_QucPlane(CorUnitTest&)
Make a clone of this instance.
This function retutns a pointer to a newly created instance that has the same
properties as this one. The caller is responsible for that instance.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de