VParameterSamples Class Reference

#include <parameterSamples.h>

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 >.


The documentation for this class was generated from the following file:
Generated on Sun Apr 23 00:04:35 2006 for Introduction to Computer Graphics by  doxygen 1.4.6-NO