Main Page | Class Hierarchy | Class List | Class Members

VParameterSamples Class Reference

Inheritance diagram for VParameterSamples:

ParameterSamples< Vector > List of all members.

Public Member Functions

virtual int set (int count)=0
virtual void setCurrentValue (double t, int type=LINEAR)=0

Detailed Description

This abstract class represents a variable whose value is obtained by interpolating sample data.


Member Function Documentation

virtual int VParameterSamples::set int  count  )  [pure virtual]
 

This virtual method initializes the array of data

Implemented in ParameterSamples< Vector >.

virtual void VParameterSamples::setCurrentValue double  t,
int  type = LINEAR
[pure virtual]
 

This method updates the value of the in-between value, by computing the interpolation/approximation at value 0<=t<=1. The value type specifies how the interpolation/approximation is to be done.

Implemented in ParameterSamples< Vector >.


Generated on Wed Feb 22 15:44:23 2006 for Assignment 2 by  doxygen 1.4.1