arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

AnalyticVolRen.h

Go to the documentation of this file.
00001 //------------------------------------------------------------------------
00002 //
00003 //   Joe Kniss
00004 //     3-21-03
00005 //                   ________    ____   ___ 
00006 //                  |        \  /    | /  /
00007 //                  +---+     \/     |/  /
00008 //                  +--+|  |\    /|     < 
00009 //                  |  ||  | \  / |  |\  \ 
00010 //                  |      |  \/  |  | \  \ 
00011 //                   \_____|      |__|  \__\
00012 //                       Copyright  2003 
00013 //                      Joe Michael Kniss
00014 //                   <<< jmk@cs.utah.edu >>>
00015 //               "All Your Base are Belong to Us"
00016 //-------------------------------------------------------------------------
00017 
00018 //AnalyticVolRen.h
00019 
00020 #ifndef __ANALYTIC_VOL_REN_DOT_H
00021 #define __ANALYTIC_VOL_REN_DOT_H
00022 
00023 #include <volren/VolRenBase.h>
00024 
00025 class AnalyticVolRen : public VolRenBase {
00026 public:
00027 
00028    AnalyticVolRen();
00029    virtual ~AnalyticVolRen();
00030 
00031 protected:
00032    virtual void 
00033       postSlice(const gutz::RenderEvent &re);
00034 
00035 };
00036 
00037 
00038 #endif
00039 

Send questions, comments, and bug reports to:
jmk