GwyFDCurvePreset — Force-distance curve fitting presets
#include <libgwyddion/gwyddion.h>
struct GwyFDCurvePreset;
struct GwyFDCurvePresetClass;
GwyFDCurvePresetBuiltin;
GwyInventory * gwy_fd_curve_presets (void);
GObject +----GwyResource +----GwyNLFitPreset +----GwyFDCurvePreset
Force-distance curve fitting presets are a particular subtype of non-linear fitting presets. They have their own class and inventory, but they are functionally identical to GwyNLFitPresets.
struct GwyFDCurvePreset;
struct GwyFDCurvePresetClass {
GwyNLFitPresetClass parent_class;
};
typedef struct _GwyFDCurvePresetBuiltin GwyFDCurvePresetBuiltin;
GwyInventory * gwy_fd_curve_presets (void);
Gets inventory with all the FD curve presets.
Returns : |
FD curve preset inventory. |
Since 2.7