Inheritance diagram for ParameterSamples< Vector >:

Public Member Functions | |
| int | set (int count) |
| Vector & | operator[] (int i) |
| void | setCurrentValue (double t, int type=LINEAR) |
Public Attributes | |
| Vector * | samples |
| int | count |
| Vector | currentValue |
|
||||||||||
|
This overloaded operator returns a reference to the i-th sample value |
|
||||||||||
|
This method initializes the array of data Implements VParameterSamples. |
|
||||||||||||||||
|
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. Implements VParameterSamples. |
|
|||||
|
The number of samples |
|
|||||
|
The computed in-between value |
|
|||||
|
The sample values |
1.4.1