Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Fix function GetXYAxisValue(int index, double* x, double* y); Get X and Y values at the data point specified by 'index' int GetXYAxisValue(int index, double* x, double* y);
Fix function GetXYAxisValue(int index, double* x, double* y, double* yerr); Get X and Y values with error (or standard deviation) of Y, at the data point specified by 'index' int GetXYAxisValue(int index, double* x, double* y, double* yerr);