class QucFilter : public QucEquipmentModel a model of a spectral filter
| | getTrans ( double aWave ) |
| | getWaveBand ( QucUnitType aUnit, double& aLowerLimit, double& anUpperLimit ) |
| | initialize ( const RWCString& aName, const RWCString& aType = "t", const RWCString& aCol1 = ":LAMBDA", const RWCString& aCol2 = ":FLUX" ) |
| | leafTransform ( const QucObservationModel& anObservation, const RWCString& aMode = "all" ) |
| | makeClone () |
| | operator= ( const QucFilter& aRef ) |
| | QucFilter ( const RWCString& aName = "NoName", const RWCString& aType = "Reference", const RWCString& aCol1 = ":LAMBDA", const RWCString& aCol2 = ":FLUX" ) |
| | QucFilter ( const QucFilter& aRef ) |
| | QucFilter::makeRef ( const RWCString& aName ) |
| | readIDF ( DfcIdf& anIDF ) |
| | scaleAt ( double aWave, QucUnitType aUnit, double aScale, QucUnitType anotherUnit ) |
| | stream ( CorStream& aStream ) |
| | writeIDF ( DfcIdf& anIDF ) |
| | ~QucFilter () |
| | Purpose The d'tor |
| | Purpose Make a clone of this instance |
| | $Id: QucFilter |
a model of a spectral filter
SYNOPSIS
#include <QucFilter.h>
DESCRIPTION
This class models a spectral filter.
CAUTIONS
<optional>
EXAMPLES
<optional>
SEE ALSO
QucEquipmentModel
Preconditions Exceptions
Preconditions Returns Exceptions
QucFilter( const RWCString& aName = "NoName", const RWCString& aType = "Reference", const RWCString& aCol1 = ":LAMBDA", const RWCString& aCol2 = ":FLUX" )
QucFilter( const QucFilter& aRef )
QucFilter& operator=( const QucFilter& aRef )
virtual ~QucFilter()
The d'tor.
virtual QucObservationModel leafTransform( const QucObservationModel& anObservation, const RWCString& aMode = "all" )
virtual void getWaveBand( QucUnitType aUnit, double& aLowerLimit, double& anUpperLimit )
double getTrans( double aWave )
void scaleAt( double aWave, QucUnitType aUnit, double aScale, QucUnitType anotherUnit )
void initialize( const RWCString& aName, const RWCString& aType = "t", const RWCString& aCol1 = ":LAMBDA", const RWCString& aCol2 = ":FLUX" )
virtual void stream( CorStream& aStream )
virtual CorBool readIDF( DfcIdf& anIDF )
virtual void writeIDF( DfcIdf& anIDF )
virtual CorPersistent* makeClone()
Make a clone of this instance.
This function retutns a pointer to a newly created instance that has the same
properties as this one.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de