|
Crystal * | crystal_new (void) |
|
Crystal * | crystal_copy (const Crystal *cryst) |
|
void | crystal_free (Crystal *cryst) |
|
UnitCell * | crystal_get_cell (Crystal *cryst) |
|
UnitCell * | crystal_relinquish_cell (Crystal *cryst) |
|
double | crystal_get_profile_radius (const Crystal *cryst) |
|
double | crystal_get_resolution_limit (Crystal *cryst) |
|
int | crystal_get_user_flag (Crystal *cryst) |
|
double | crystal_get_osf (Crystal *cryst) |
|
double | crystal_get_Bfac (Crystal *cryst) |
|
double | crystal_get_mosaicity (Crystal *cryst) |
|
const char * | crystal_get_notes (Crystal *cryst) |
|
void | crystal_get_det_shift (Crystal *cryst, double *shift_x, double *shift_y) |
|
long long int | crystal_get_num_saturated_reflections (Crystal *cryst) |
|
long long int | crystal_get_num_implausible_reflections (Crystal *cryst) |
|
void | crystal_set_cell (Crystal *cryst, UnitCell *cell) |
|
void | crystal_set_profile_radius (Crystal *cryst, double r) |
|
void | crystal_set_resolution_limit (Crystal *cryst, double res) |
|
void | crystal_set_user_flag (Crystal *cryst, int flag) |
|
void | crystal_set_osf (Crystal *cryst, double osf) |
|
void | crystal_set_Bfac (Crystal *cryst, double B) |
|
void | crystal_set_mosaicity (Crystal *cryst, double m) |
|
void | crystal_set_notes (Crystal *cryst, const char *notes) |
|
void | crystal_add_notes (Crystal *cryst, const char *notes_add) |
|
void | crystal_set_det_shift (Crystal *cryst, double shift_x, double shift_y) |
|
void | crystal_set_num_saturated_reflections (Crystal *cryst, long long int n) |
|
void | crystal_set_num_implausible_reflections (Crystal *cryst, long long int n) |
|
Data structure representing a crystal