00001 00002 // RayEngine.h 00004 00005 #include "Volumizer.h" 00006 00007 #ifndef __RAYENGINE_H__ 00008 #define __RAYENGINE_H__ 00009 00010 extern float* voldat; 00011 extern unsigned short* rawdat; 00012 extern unsigned int volx, voly, volz; 00013 00014 void LoadDataFile(wchar_t*); 00015 void ShovelData(); 00016 float OogleVal(float); 00017 00018 void RayRender(); 00019 00020 #define MAX_ITERATION 4 00021 00022 #endif //__RAYENGINE_H__