proj home

Files   Classes   Functions   Hierarchy  

d3minoperator.h

Go to the documentation of this file.
00001 #ifndef D3MINOPERATOR_H
00002 #define D3MINOPERATOR_H
00003 
00004 
00005 typedef unsigned int uint;
00006 typedef unsigned int const uintc;
00007 
00008 class d3tess;
00009 
00010 class d3minoperator
00011 {
00012 public:
00013 
00014   d3tess & tess;
00015 
00016   d3minoperator(d3tess & _tess)
00017     : tess(_tess) {};
00018  
00019   virtual ~d3minoperator() {}
00020 
00021   // If the tessellation is changed return true.
00022   //   a and b are generally neighbouring tetrahedrons
00023   virtual bool const eval(uintc a, uintc b)
00024     { return false; }
00025 
00026 };
00027 
00028 #endif
00029 
00030 
00031 

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