Q:/Codes/PPF/FullPPF/ppfdda.hpp

Go to the documentation of this file.
00001 // DDA class
00002 
00003 #ifndef __PPFDDA_HPP__
00004 #define __PPFDDA_HPP__
00005 
00006 #include <vector>
00007 #include <string>
00008 #include "ppftypes.hpp"
00009 #include "ppfsystem.hpp"
00010 
00011 using namespace std;
00012 
00013 namespace ppf
00014 {
00016         class dda
00017         {
00018                 long dummy;
00019         };
00020 };
00021 
00022 #endif

Generated on Mon May 22 14:41:43 2006 for PPF C++ by  doxygen 1.4.6-NO