RM_slices.h

Go to the documentation of this file.
00001 
00011 #ifndef __RM_SLICES__
00012 #define __RM_SLICES__
00013 #pragma once
00014 #include "irendermode.h"
00015 #include <QString>
00016 
00021 class RM_slices : public IRenderMode
00022 {
00023 public:
00024         RM_slices(void);
00025         ~RM_slices(void);
00026         
00027         QString getName(void); 
00028         Color   castRay(int screen_x,int screen_y, Camera *pCamera,FILTER mFilter ); 
00029         bool    isRealtime(void) { return true;}; 
00030 };
00031 
00032 
00033 #endif

Generated on Wed Dec 7 14:42:11 2005 for VisUE by  doxygen 1.4.5