CTwoQuarter.h

Go to the documentation of this file.
00001 #ifndef CTWOQUARTER_H
00002 #define CTWOQUARTER_H
00003 
00004 #include <complex>
00005 #include "../Abstract Classes/gentype.h"
00006 
00007 class CTwoQuarter{
00008 public:
00009         double rho1;
00010         double rho2;
00011         double height;
00012         int sub;
00013         dcomp Z1;
00014         dcomp Z2;
00015         void CalcResponse(double freq, double distance);
00016         CTwoQuarter();
00017         virtual ~CTwoQuarter();
00018 };
00019 
00020 #endif // CTWOQUARTER_H

Generated on Fri Jul 4 15:30:20 2008 for GPLIB++ by  doxygen 1.5.5