00001 /** 00002 * \file align.h 00003 * \brief Align operations for EM images 00004 * \author Javier Velazquez-Muriel 00005 * Copyright 2007-2010 IMP Inventors. All rights reserved. 00006 */ 00007 00008 #ifndef IMPEM_ALIGN_H 00009 #define IMPEM_ALIGN_H 00010 00011 #include "em_config.h" 00012 #include <IMP/algebra/Matrix2D.h> 00013 00014 IMPEM_BEGIN_NAMESPACE 00015 00016 00017 00018 IMPEM_END_NAMESPACE 00019 00020 #endif /* IMPEM_ALIGN_H */