proj home

Files   Classes   Functions   Hierarchy  

arcprob.h

Go to the documentation of this file.
00001 #ifndef ARCPROB_H
00002 #define ARCPROB_H
00003 
00004 #include <vector>
00005 #include <string>
00006 using namespace std;
00007 
00008 #include <arcsdef.h>
00009 #include <arcsconnected.h>
00010 #include <cirbuffarr.h>
00011 #include <point.h>
00012 
00013 
00017 class arcprob
00018 {
00019 public:
00020 
00022   uint W;
00023  
00025   double angle0;
00026 
00028   vector< pt2 > qi;
00029 
00031   arcsconnected * ac;
00032 
00034   arcprob()
00035     : W(0), angle0(0.0), ac(0) {}
00037   ~arcprob();
00038 
00041   arcprob( stringc & filename );
00042 
00044   void solveInitialCondition();
00045 
00068   void reader( stringc & filename );
00069 
00070 };
00071 
00072 #endif
00073 
00074 

Generated on Fri Mar 4 00:49:25 2011 for Chelton Evans Source by  doxygen 1.5.8