class QucMedium : public CorPersistent a model of a medium, like water, air, plastic, etc.
| | fitIndex ( int aNumber, double* aLamda, double* anIndex ) |
| | getIndex ( double aLamda ) |
| | makeClone () |
| | operator= ( const QucMedium& aRef ) |
| | print () |
| | QucMedium ( const QucMedium& aRef ) |
| | QucMedium ( RWCString aName = "Generic Medium" ) |
| | setIndex ( double anIndex ) |
| | stream ( CorStream& aStream ) |
| | ~QucMedium () |
| | Purpose The d'tor |
| | Purpose Print out the refraction index |
| | $Id: QucMedium |
| | utest_QucMedium (CorUnitTest&) Purpose Make a clone of this instance |
a model of a medium, like water, air, plastic, etc.
SYNOPSIS
#include <QucMedium.h>
QucMedium myObject;
DESCRIPTION
This is a model of a translucent medium.
CAUTIONS
<optional>
EXAMPLES
<optional>
SEE ALSO
<optional>
CorBase
Preconditions Exceptions
Preconditions Exceptions
Preconditions Returns Exceptions
QucMedium( RWCString aName = "Generic Medium" )
QucMedium( const QucMedium& aRef )
QucMedium& operator=( const QucMedium& aRef )
virtual ~QucMedium()
The d'tor.
void fitIndex( int aNumber, double* aLamda, double* anIndex )
double getIndex( double aLamda )
void setIndex( double anIndex )
void print()
Print out the refraction index.
virtual void stream( CorStream& aStream )
virtual CorPersistent* makeClone()
friend void utest_QucMedium(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