class QucFunction1D : public CorBase a two dimensional array of assiciated values
| | QucFunction1D ( CorString aName = "myframe", int aSize = 1, QucUnitType unitX = QucUNIT_LESS, QucUnitType unitY = QucUNIT_LESS )
| ||||||||
| | QucFunction1D ( const QucFunction1D & aRef )
| ||||||||
| | operator= ( const QucFunction1D & aRef )
| ||||||||
| | ~QucFunction1D () | ||||||||
| | setValue ( int anIndex, double aTuple1, double aTuple2 )
| ||||||||
| | setInDir ( CorString aDirectory )
| ||||||||
| | readFile ( CorString aFileName, CorString aType = "table", CorString aWave = ":WAVE", CorString aFlux = ":FLUX" )
| ||||||||
| | getX ( int anIndex ) const
| ||||||||
| | getY ( int anIndex ) const
| ||||||||
| | getValueAt ( double anIndex, QucUnitType unitX = QucUNIT_LESS, QucUnitType unitY = QucUNIT_LESS, CorString aMode = "Spline" ) const
| ||||||||
| | setName ( CorString aName )
| ||||||||
| | getName () const | ||||||||
| | getUnitX () const | ||||||||
| | getUnitY () const | ||||||||
| | getSize () const | ||||||||
| | setOutDir ( CorString aDirectory )
| ||||||||
| | writeFile ( CorString aFileName, CorString aType = "Table", CorString aWave = ":WAVE", CorString aFlux = ":FLUX" )
| ||||||||
| | getMax () const | ||||||||
| | getMin () const | ||||||||
| | simpsonInt ( double aValue1, double aValue2, int anN = 100 )
| ||||||||
| | scale ( double aFactor )
| ||||||||
| | scaleAt ( double anIndex, QucUnitType aUnit, double aFactor )
| ||||||||
| | getFirst () const | ||||||||
| | getLast () const |
![]()
SYNOPSIS
#include <QucFunction1D.h> QucFunction1D myObject;DESCRIPTION
This class serves as a container of an associative array. The values of this array belong to certain units and can be integrated according to the Simpson Intergration.CAUTIONS
<optional>EXAMPLES
<optional>SEE ALSO
<optional>
CorBase
QucUnit
Preconditions
Exceptions
Arguments
Preconditions
Exceptions
Arguments
Preconditions
Returns
A reference to this instance.
Exceptions
Arguments
Preconditions
Exceptions
Preconditions
Exceptions
Arguments
Preconditions
Exceptions
Arguments
Preconditions
Exceptions
Arguments
Preconditions
Returns
This function returns the value of the first tuple at a given index.
Exceptions
Arguments
Preconditions
Returns
This function returns the value of the second tuple at a given index.
Exceptions
Arguments
Preconditions
Returns
The interpolated value at a given position.
Exceptions
Arguments
Preconditions
Exceptions
Arguments
Preconditions
Returns
This function returns the name of this instance.
Exceptions
Preconditions
Returns
This function returns the unit type of the first tuple.
Exceptions
Preconditions
Returns
This function returns the unit type of the second tuple.
Exceptions
Preconditions
Returns
This function returns the number of elements stored.
Exceptions
Preconditions
Exceptions
Arguments
Preconditions
Exceptions
Arguments
Preconditions
Returns
This function returns the largest value held by the Y tuples.
Exceptions
Preconditions
Returns
This function returns the lowest value held by the Y tuples.
Exceptions
Preconditions
Returns
This function returns the value of the simpson integration.
Exceptions
Arguments
Preconditions
Exceptions
Arguments
Preconditions
Exceptions
Arguments
Preconditions
Returns
This function returns the value of the first Y tuple.
Exceptions
Preconditions
Returns
This function returns the value of the last Y tuple.
Exceptions
Preconditions
Exceptions
Arguments
Preconditions
Exceptions
Arguments
Preconditions
Exceptions
Arguments
| VLT-DFS Subsystem Core - User Manual 1.1 | VLT-MAN-ESO-19000-0001 |
generated by doc++