Functions
hkl_unit_dup ()
HklUnit *
hkl_unit_dup (const HklUnit *self
);
copy an Hklunit
Returns
the copied HklUnit (memory must be release with
hkl_unit_free)
hkl_unit_free ()
void
hkl_unit_free (HklUnit *self
);
release the memory of an HklUnit
hkl_unit_compatible ()
int
hkl_unit_compatible (const HklUnit *self
,
const HklUnit *unit
);
check if two units are compatible.
hkl_unit_factor ()
double
hkl_unit_factor (const HklUnit *self
,
const HklUnit *unit
);
compute the factor to convert from one Hklunit
to another one.
self
* factor = unit
Returns
the factor of the conversion.