Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

AnaMesh.h

Go to the documentation of this file.
00001 /*
00002     File:           AnaMesh.h
00003 
00004     Function:       
00005                     
00006     Author(s):      Andrew Willmott
00007 
00008     Copyright:      (c) 1997-2000, Andrew Willmott
00009  */
00010 
00011 #ifndef __AnaMesh__
00012 #define __AnaMesh__
00013 
00014 #include "HierMesh.h"
00015 
00016 
00017 
00018 class AnaGrid : public HierElem
00019 {
00020 public:
00021     Colour          Sample(Coord c);        
00022                     // Sample radiosity at this coord.
00023 };
00024 
00025 #endif

Generated at Sat Aug 5 00:26:50 2000 for Radiator by doxygen 1.1.0 written by Dimitri van Heesch, © 1997-2000