/* * reax.h * * A new auto-indexer * * (c) 2011 Thomas White * * Part of CrystFEL - crystallography with a FEL * */ #ifndef REAX_H #define REAX_H #ifdef HAVE_CONFIG_H #include #endif #include "cell.h" extern IndexingPrivate *reax_prepare(void); extern void reax_cleanup(IndexingPrivate *pp); extern void reax_index(IndexingPrivate *p, struct image *image, UnitCell *cell); #endif /* REAX_H */