| Top |
| Crystal * | crystal_new () |
| Crystal * | crystal_copy () |
| void | crystal_free () |
| UnitCell * | crystal_get_cell () |
| struct image * | crystal_get_image () |
| double | crystal_get_mosaicity () |
| long long int | crystal_get_num_saturated_reflections () |
| double | crystal_get_osf () |
| double | crystal_get_Bfac () |
| double | crystal_get_profile_radius () |
| RefList * | crystal_get_reflections () |
| double | crystal_get_resolution_limit () |
| int | crystal_get_user_flag () |
| long long int | crystal_get_num_implausible_reflections () |
| const char * | crystal_get_notes () |
| void | crystal_set_cell () |
| void | crystal_set_image () |
| void | crystal_set_mosaicity () |
| void | crystal_set_num_saturated_reflections () |
| void | crystal_set_osf () |
| void | crystal_set_Bfac () |
| void | crystal_set_profile_radius () |
| void | crystal_set_reflections () |
| void | crystal_set_resolution_limit () |
| void | crystal_set_user_flag () |
| void | crystal_set_num_implausible_reflections () |
| void | crystal_set_notes () |
| void | crystal_add_notes () |
Crystal *
crystal_copy (Crystal *cryst);
Creates a new Crystal which is a copy of cryst
. The copy is a "shallow
copy", which means that copies are NOT made of the data structures which
cryst
contains references to, for example its RefList.
void
crystal_free (Crystal *cryst);
Frees a Crystal, and all internal resources concerning that crystal.
long long int
crystal_get_num_saturated_reflections (Crystal *cryst);
long long int
crystal_get_num_implausible_reflections
(Crystal *cryst);
void crystal_set_num_saturated_reflections (Crystal *cryst,long long int n);
void crystal_set_num_implausible_reflections (Crystal *cryst,long long int n);