Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

FunctionHelper Class Reference

List of all members.

Detailed Description

Definition at line 14 of file FunctionHelper.sip.

Protected Member Functions

 FunctionHelper ()
virtual int size () const =0
 Returns the number of points in the data set.
virtual double getTotal () const =0
 Returns the sum of the values of the data set.
virtual double minCoord () const =0
 Returns the smallest coordinate value along the X axis in the data set.
virtual double maxCoord () const =0
 Returns the largest coordinate value along the X axis in the data set.
virtual double minValue () const =0
 Returns the smallest value in the data set.
virtual double maxValue () const =0
 Returns the largest value in the data set.
virtual double meanValue () const =0
 Returns the mean of the values in the data set.
virtual double meanCoord () const =0
 Returns the mean of the coordinates along a X axis in the data set.
virtual double stdCoord () const =0
 Returns the standard deviation of the coordinates along a X axis in the data set.
virtual double valueAt (double) const =0
 Returns the value at a given coordinate.


Constructor & Destructor Documentation

FunctionHelper::FunctionHelper  )  [protected]
 


Member Function Documentation

virtual double FunctionHelper::getTotal  )  const [protected, pure virtual]
 

Returns the sum of the values of the data set.

virtual double FunctionHelper::maxCoord  )  const [protected, pure virtual]
 

Returns the largest coordinate value along the X axis in the data set.

virtual double FunctionHelper::maxValue  )  const [protected, pure virtual]
 

Returns the largest value in the data set.

virtual double FunctionHelper::meanCoord  )  const [protected, pure virtual]
 

Returns the mean of the coordinates along a X axis in the data set.

virtual double FunctionHelper::meanValue  )  const [protected, pure virtual]
 

Returns the mean of the values in the data set.

virtual double FunctionHelper::minCoord  )  const [protected, pure virtual]
 

Returns the smallest coordinate value along the X axis in the data set.

virtual double FunctionHelper::minValue  )  const [protected, pure virtual]
 

Returns the smallest value in the data set.

virtual int FunctionHelper::size  )  const [protected, pure virtual]
 

Returns the number of points in the data set.

virtual double FunctionHelper::stdCoord  )  const [protected, pure virtual]
 

Returns the standard deviation of the coordinates along a X axis in the data set.

virtual double FunctionHelper::valueAt double   )  const [protected, pure virtual]
 

Returns the value at a given coordinate.


The documentation for this class was generated from the following file:
Generated on Wed Sep 7 14:51:51 2005 for SiHippo by  doxygen 1.4.3