proj home

Files   Classes   Functions   Hierarchy  

mazedisp01.h

Go to the documentation of this file.
00001 #ifndef MAZEDISP01_H
00002 #define MAZEDISP01_H
00003 
00004 #include <cellD2.h>
00005 #include <gobj.h>
00006 #include <mazematrixD2.h>
00007 #include <mazematrixmapD2.h>
00008 #include <point.h>
00009 
00010 
00018 class mazedisp01 : gobj
00019 {
00020 public:
00021 
00023   uint mazeorigin;
00024 
00026   mazematrixD2<uint> mz;
00027 
00029   mazematrixmapD2<uint,int> mmap;
00030 
00032   double dx;
00033 
00035   gobjglColor3f color;
00036 
00038   mazedisp01
00039   (
00040     doublec dx_, 
00041     uintc mazeindexorigin_,
00042     mazematrixD2<uint> const & mz_
00043   );
00044 
00046   void draw();
00047   
00049   void celldraw
00050   ( 
00051     cellD2<uint> const & x,
00052     point2<double> const & p
00053   );
00054 
00055 };
00056 
00057 
00058 #endif
00059 

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