Top | ![]() |
![]() |
![]() |
![]() |
HklSource * | hkl_source_dup () |
void | hkl_source_free () |
int | hkl_source_init () |
int | hkl_source_cmp () |
void | hkl_source_compute_ki () |
double | hkl_source_get_wavelength () |
void | hkl_source_fprintf () |
int hkl_source_init (HklSource *self
,double wave_length
,double x
,double y
,double z
);
initialize the HklSource
int hkl_source_cmp (HklSource const *self
,HklSource const *s
);
compare two sources
[skip]
void hkl_source_compute_ki (HklSource const *self
,HklVector *ki
);
compute the ki hkl_vector
[skip]
double
hkl_source_get_wavelength (HklSource const *self
);
get the wave_length
[skip]
void hkl_source_fprintf (FILE *f
,HklSource const *self
);
printf the source
[skip]