Data::SampleSetBase internal class members

SampleSetBase()  

No documentation available

~SampleSetBase()  

No documentation available

void clear()  

Clear all data

virtual unsigned int get_count() const  

This virtual function implements the get_count pure function declared in the Set1d base abstract class.

Documentation inherited from base class:

Get total number of data stored in data set

double get_d_value(unsigned int x) const  

Get stored derivative value at index x

double & get_d_value(unsigned int x)  

Get modifiable reference to stored derivative value at index x

double get_origin() const  

Get x value of first sample

double get_step() const  

Get step size between consecutive x values

virtual Math::range_t get_x_range() const  

This virtual function implements the get_x_range pure function declared in the Set1d base abstract class.

Documentation inherited from base class:

Get minimal and maximal x values on found in data set

virtual double get_x_value(unsigned int x) const  

This virtual function implements the get_x_value pure function declared in the Set1d base abstract class.

Documentation inherited from base class:

Get x data at index n in data set

virtual double get_y_value(unsigned int x) const  

This virtual function implements the get_y_value pure function declared in the Set1d base abstract class.

Documentation inherited from base class:

Get y data stored at index n in data set

virtual double & get_y_value(unsigned int x)  

This virtual function implements the get_y_value pure function declared in the Set1d base abstract class.

Documentation inherited from base class:

Get modifiable reference to y data stored at index n in data set

void resize(unsigned int n)  

Set number of samples

void set_metrics(double origin, double step)  

Set x origin and step values

void set_value(unsigned int x, double y, double d = 0.0)  

Set y value and its derivative at index x

void set_value_near(double x, double y, double d = 0.0)  

Set y value and its derivative at nearest x value

Valid XHTML 1.0 StrictGenerated by diaxen on Sun Jan 8 00:47:23 2012 using MkDoc