Inheritance diagram for VParameterSamples:
Public Member Functions | |
virtual int | set (int count)=0 |
virtual void | setCurrentValue (double t, int type=LINEAR)=0 |
|
This virtual method initializes the array of data Implemented in ParameterSamples< Vector >. |
|
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 >. |