#include <Goptical/Data/Set>
namespace Goptical {
namespace Data {
class Set;
};
};
This class is a member of the Data namespace.
This abstract class contains pure virtuals.
This class is a base class for all numerical data sets implementations. It defines an interface to access data in a way independent from data storage and dimensions count.
Each data set implementation may define a alternative specific interface to access their data.
Here x is seen as value used to access the container. Containers with more than one dimension will require x0, x1, ..., xn known parameters to access the stored y value.
See also the full member list section for this class.
No documentation available
Get total number of data stored for dimension n in data set
Get total number of dimensions
Get current interpolation method
Return version number which is incremented on each data set change/clear
Get minimal and maximal x values on dimension n found in data set
Get data stored at position n on dimension dim in data set
Get minimal and maximal y values found in data set
Get y data stored at position (x0, x1, ...) in data set
Interpolate y value corresponding to given x value(s) in data set.
Interpolate y value corresponding to given x value in data set. Data may be differentiated several times along the requested dimension.
Select interpolation method
Valid XHTML 1.0 StrictGenerated by diaxen on Sun Jan 8 00:47:23 2012 using MkDoc