Top | ![]() |
![]() |
![]() |
![]() |
GwyCalibration is a resource used for managing calibration data. These resources are stored separately from calibration data and contain namely filename of connected calibration data file.
GwyCalibration * gwy_calibration_new (const gchar *name
,const char *filename
);
Creates new calibration resource.
Since: 2.23
const gchar *
gwy_calibration_get_filename (GwyCalibration *calibration
);
Get filename of associated calibration data.
Since: 2.23
gint
gwy_calibration_get_ndata (GwyCalibration *calibration
);
Returns the number of points in a calibration.
Since: 2.23
GwyInventory *
gwy_calibrations (void
);
Gets inventory with all the calibrations.
Since: 2.23
GwyCalibration *
gwy_calibrations_get_calibration (const gchar *name
);
Convenience function to get a calibration from gwy_calibrations()
by name.
Since: 2.23
GwyCalData *
gwy_calibration_get_data (GwyCalibration *calibration
);
Obtains the data related to calibration.
Since: 2.23
struct GwyCalibration;
The GwyCalibration struct contains private data only and should be accessed using the functions below.
Since: 2.23