Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Rectilinear/Multimodal/3d/3d.h

Go to the documentation of this file.
00001 #ifndef _VUVOLUMERECTILINEARMULTIMODAL3D_H_
00002 #define _VUVOLUMERECTILINEARMULTIMODAL3D_H_
00003 
00004 #include "../multimodal.h"
00005 
00006 class vu1222;
00007 typedef vu1222 vuVolumeRectilinearMultimodal3d;
00008 
00011 class vu1222 : public vu122
00012 {
00013 public:
00015     vu1222();
00017     vu1222(vu1222& inst);
00019     virtual ~vu1222();
00020 
00022     vu1222& operator=(vu1222& rhs);
00023 
00025     void setDim1Size(int val);
00027     int getDim1Size(void);
00029     void setDim2Size(int val);
00031     int getDim2Size(void);
00033     void setDim3Size(int val);
00035     int getDim3Size(void);
00036 
00037 protected:
00039     int m_Dim1Size;
00041     int m_Dim2Size;
00043     int m_Dim3Size;
00044 
00045 };
00046 
00047 #endif

Generated on Wed Dec 15 21:20:27 2004 for vuVolume by  doxygen 1.3.9.1