class QucPlane : public CorPersistent

a model of a plane (not the flying one)

Inheritance:


Public Methods

double index ( double aLambda )
virtual CorPersistent* makeClone ()
QucPlane& operator= ( const QucPlane& aRef )
void print ()
QucPlane ( QucDirection aDirection )
QucPlane ()
QucPlane ( const QucPlane& aRef )
QucDirection refract ( QucDirection aDirection, double aNin, double aNout )
virtual void stream ( CorStream& aStream )
virtual QucObservationModel transform ( const QucObservationModel& anObservation, RWCString aMode = "all" )
virtual ~QucPlane ()

Public


Purpose
The d'tor

Purpose
Print out this instance

Purpose
The default c'tor

$Id: QucPlane

Private Methods

friend void utest_QucPlane (CorUnitTest&)
Purpose
Make a clone of this instance

Documentation

a model of a plane (not the flying one)
$Id: QucPlane.h,v 1.8 1997/04/11 14:11:11 mwiedmer Exp $

SYNOPSIS

    #include <QucPlane.h>
  
    QucPlane myObject;
  

DESCRIPTION
This class models a plane with respect to its refraction.

CAUTIONS
<optional>

EXAMPLES
<optional>

SEE ALSO
QucDirection

QucPlane()

Purpose
The default c'tor.

Preconditions

  • Itemize this section if necessary. Remove itemization otherwise.

Exceptions

  • Itemize this section if necessary. Remove itemization otherwise.

QucPlane( QucDirection aDirection )

QucPlane( const QucPlane& aRef )

QucPlane& operator=( const QucPlane& aRef )

virtual ~QucPlane()

Purpose
The d'tor.

Preconditions

  • Itemize this section if necessary. Remove itemization otherwise.

Exceptions

  • Itemize this section if necessary. Remove itemization otherwise.

QucDirection refract( QucDirection aDirection, double aNin, double aNout )

virtual QucObservationModel transform( const QucObservationModel& anObservation, RWCString aMode = "all" )

double index( double aLambda )

void print()

Purpose
Print out this instance.

Preconditions

  • Itemize this section if necessary. Remove itemization otherwise.

Returns

Exceptions

  • Itemize this section if necessary. Remove itemization otherwise.

virtual void stream( CorStream& aStream )

virtual CorPersistent* makeClone()

friend void utest_QucPlane(CorUnitTest&)
Purpose
Make a clone of this instance.

Preconditions

Returns
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.

Exceptions


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de