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

Rectilinear/Multimodal/4d/4d.h

Go to the documentation of this file.
00001 #ifndef _VUVOLUMERECTILINEARMULTIMODAL4D_H_
00002 #define _VUVOLUMERECTILINEARMULTIMODAL4D_H_
00003 
00004 #include "../multimodal.h"
00005 
00006 class vu1223;
00007 typedef vu1223 vuVolumeRectilinearMultimodal4d;
00008 
00011 class vu1223 : public vu122
00012 {
00013 public:
00015     vu1223();
00017     vu1223(vu1223& inst);
00019     virtual ~vu1223();
00020 
00022     vu1223& operator=(vu1223& 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);
00037     void setDim4Size(int val);
00039     int getDim4Size(void);
00040 
00041 protected:
00043     int m_Dim1Size;
00045     int m_Dim2Size;
00047     int m_Dim3Size;
00049     int m_Dim4Size;
00050 
00051 };
00052 
00053 #endif

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