Top | ![]() |
![]() |
![]() |
![]() |
GwyInventory * | gwy_cdlines () |
const gchar * | gwy_cdline_get_name () |
const gchar * | gwy_cdline_get_definition () |
const gchar * | gwy_cdline_get_param_name () |
GwySIUnit * | gwy_cdline_get_param_units () |
gint | gwy_cdline_get_param_power_x () |
gint | gwy_cdline_get_param_power_y () |
gint | gwy_cdline_get_nparams () |
void | gwy_cdline_fit () |
gdouble | gwy_cdline_get_value () |
GwyInventory *
gwy_cdlines (void
);
Gets inventory with all the critical dimension evaluators.
const gchar *
gwy_cdline_get_name (GwyCDLine *cdline
);
Return cdline name (its unique identifier).
const gchar *
gwy_cdline_get_definition (GwyCDLine *cdline
);
Gets the name of the image file with critical dimension evaluator description.
const gchar * gwy_cdline_get_param_name (GwyCDLine *cdline
,gint i
);
Returns the name of a critical dimension evaluator parameter.
The name may contain Pango markup.
GwySIUnit * gwy_cdline_get_param_units (GwyCDLine *cdline
,gint i
,GwySIUnit *siunit_x
,GwySIUnit *siunit_y
);
Derives the SI unit of a critical dimension parameter from the units of abscissa and ordinate.
gint gwy_cdline_get_param_power_x (GwyCDLine *preset
,gint i
);
Gets the power of abscissa units in a critical dimension fitting parameter.
Usually it is easier to let gwy_cdline_get_param_units()
derive the parameter units.
gint gwy_cdline_get_param_power_y (GwyCDLine *preset
,gint i
);
Gets the power of ordinate units in a critical dimension parameter.
Usually it is easier to let gwy_cdline_get_param_units()
derive the parameter units.
gint
gwy_cdline_get_nparams (GwyCDLine *cdline
);
Return the number of parameters of cdline
.
void gwy_cdline_fit (GwyCDLine *cdline
,gint n_dat
,const gdouble *x
,const gdouble *y
,gdouble *params
,gdouble *err
);
Performs a critical dimension evaulation (fit).
gdouble gwy_cdline_get_value (GwyCDLine *cdline
,gdouble x
,const gdouble *params
,gboolean *fres
);
Calculates critical dimension function value in a single point with given parameters.