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