Isis 3.0 Programmer Reference
Back | Home
Basis1VariableFunction.h
Go to the documentation of this file.
1 
23 #ifndef Basis1VariableFunction_h
24 #define Basis1VariableFunction_h
25 
26 #include <vector>
27 #include <string>
28 
29 #include <QString>
30 
31 #include "BasisFunction.h"
32 
33 namespace Isis {
66  public:
67  Basis1VariableFunction(const QString &name, int numCoefs);
70 
71  virtual double DerivativeVar(const double value) = 0;
72  virtual double DerivativeCoef(const double value, const int coefIndex) = 0;
73 
74  protected:
75 
76  };
77 };
78 
79 #endif
virtual ~Basis1VariableFunction()
Destroys the Basis1VariableFunction object.
Generic linear equation class.
Definition: BasisFunction.h:64
Time based linear equation class.
Basis1VariableFunction(const QString &name, int numCoefs)
Creates a Basis Function with a single variable.

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the ISIS Support Center
File Modified: 07/12/2023 23:14:40