00001 #ifndef UTILPARSE_H 00002 #define UTILPARSE_H 00003 00004 #include "mpi.h" 00005 #include "emdata.h" 00006 #include "alignoptions.h" 00007 00008 using namespace EMAN; 00009 00010 int ParseAlignOptions(MPI_Comm comm, AlignOptions& options, char* optionsfname, int nvoxels, EMData*& mask3D); 00011 00012 #endif // UTILPARSE_H