Gwyddion – Free SPM (AFM, SNOM/NSOM, STM, MFM, …) data analysis software

GwyFDCurvePreset

GwyFDCurvePreset — Force-distance curve fitting presets

Synopsis

#include <libgwyddion/gwyddion.h>

struct              GwyFDCurvePreset;
struct              GwyFDCurvePresetClass;
                    GwyFDCurvePresetBuiltin;
GwyInventory *      gwy_fd_curve_presets                (void);

Object Hierarchy

  GObject
   +----GwyResource
         +----GwyNLFitPreset
               +----GwyFDCurvePreset

Description

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.

Details

struct GwyFDCurvePreset

struct GwyFDCurvePreset;

struct GwyFDCurvePresetClass

struct GwyFDCurvePresetClass {
    GwyNLFitPresetClass parent_class;
};

GwyFDCurvePresetBuiltin

typedef struct _GwyFDCurvePresetBuiltin GwyFDCurvePresetBuiltin;

gwy_fd_curve_presets ()

GwyInventory *      gwy_fd_curve_presets                (void);

Gets inventory with all the FD curve presets.

Returns :

FD curve preset inventory.

Since 2.7

See Also

GwyNLFitPreset
© David Nečas and Petr Klapetek

Home Download News Features Screenshots Documentation Communicate Participate Resources Applications Site Map

Valid XHTML 1.0 Valid CSS