class QucContinuousFunction1D : public QucFunction1D A simple 1D function class that represents a continuous function.
| | getValueAt ( double anIndex, QucUnitType unitX = QucUNIT_LESS, QucUnitType unitY = QucUNIT_LESS, const RWCString& aMode = "Spline" ) |
| | operator= ( const QucContinuousFunction1D& aRef ) |
| | QucContinuousFunction1D ( const RWCString& aName = "myframe", int aSize = 1, QucUnitType unitX = QucUNIT_LESS, QucUnitType unitY = QucUNIT_LESS ) |
| | QucContinuousFunction1D ( const QucContinuousFunction1D& aRef ) |
| | ~QucContinuousFunction1D () |
| | Purpose The d'tor |
| | $Id: QucContinuousFunction1D |
A simple 1D function class that represents a continuous function.
SYNOPSIS
#include <QucContinuousFunction1D.h>
QucContinuousFunction1D 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 Integration.
CAUTIONS
<optional>
EXAMPLES
<optional>
SEE ALSO
<optional>
CorBase
Preconditions Exceptions
QucContinuousFunction1D( const RWCString& aName = "myframe", int aSize = 1, QucUnitType unitX = QucUNIT_LESS, QucUnitType unitY = QucUNIT_LESS )
QucContinuousFunction1D( const QucContinuousFunction1D& aRef )
QucContinuousFunction1D& operator=( const QucContinuousFunction1D& aRef )
virtual ~QucContinuousFunction1D()
The d'tor.
virtual double getValueAt( double anIndex, QucUnitType unitX = QucUNIT_LESS, QucUnitType unitY = QucUNIT_LESS, const RWCString& aMode = "Spline" )
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de