renderObj.h

00001 #ifndef __RENDEROBJ__
00002 #define __RENDEROBJ__
00003 #pragma once
00004 
00007 class RenderObj {
00008 
00009         int xMin,xMax,yMin,yMax;
00010         void render();
00011 }
00012 
00013 #endif

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