00001 /* 00002 * Scatterer.h 00003 * 00004 * Created on: Oct 13, 2010 00005 * Author: Brenda Javornik (e-mail: brendaj (at) cora.nwra.com) 00006 */ 00007 00008 #ifndef SCATTERER_H_ 00009 #define SCATTERER_H_ 00010 00011 BOOLEAN setScatterer(int whichScatterer); 00012 00013 double *getScatterer(); 00014 00015 char translateScatterer(int scatterer); 00016 00017 int getScatIndex(); 00018 00019 BOOLEAN solvingVZ(); 00020 00021 #endif /* SCATTERER_H_ */