diff options
author | Thomas White <taw@physics.org> | 2010-08-16 17:10:11 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:55 +0100 |
commit | ac20d7cd290e7bac157b9b90a73a04a956ab6ee3 (patch) | |
tree | fba201da581382f001c7dd3fe7f8d81c258ac71a /src/symmetry.h | |
parent | 02e1ef093dc34e79e832764029db838cd5c13261 (diff) |
Determine orientation range for template matching
Diffstat (limited to 'src/symmetry.h')
-rw-r--r-- | src/symmetry.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/symmetry.h b/src/symmetry.h index bb4ffa60..c338da49 100644 --- a/src/symmetry.h +++ b/src/symmetry.h @@ -44,5 +44,10 @@ extern int find_unique_equiv(ReflItemList *items, signed int h, signed int k, signed int l, const char *mero, signed int *hu, signed int *ku, signed int *lu); +/* Properties of point groups */ +extern int is_polyhedral(const char *sym); +extern int rotational_order(const char *sym); +extern int has_perpendicular_mirror(const char *sym); +extern int has_bisecting_mirror_or_diad(const char *sym); #endif /* SYMMETRY_H */ |