///////////////////////////////////////////////////////////////////////////// /// movemol.cpp - modify 3d coords /// /// Author: Jeremy Yang /// ///////////////////////////////////////////////////////////////////////////// #include "openeye.h" #include #include #include #include "oesystem.h" #include "oechem.h" using namespace OESystem; using namespace OEChem; using namespace OEMath; using namespace std; static string ifile=""; static string ofile=""; static bool center=false; static bool mcmols=false; static float rotx=0.0; static float roty=0.0; static float rotz=0.0; static double trans[3]={0.0,0.0,0.0}; static int verbose=0; int ParseCommandLine(int argc,char *argv[]); double *RotMatAxial(char axis,double a); void Help(string msg) { cerr << msg << endl <<"\t************************************************************"<