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

Irregular/Multimodal/4d/4d.h

Go to the documentation of this file.
00001 #ifndef _VUVOLUMEIRREGULARMULTIMODAL4D_H_
00002 #define _VUVOLUMEIRREGULARMULTIMODAL4D_H_
00003 
00004 #include "../multimodal.h"
00005 
00006 class vu1423;
00007 typedef vu1423 vuVolumeIrregularMultimodal4d;
00008 
00011 class vu1423 : public vu142
00012 {
00013 public:
00015     vu1423();
00017     vu1423(vu1423& inst);
00019     virtual ~vu1423();
00020 
00022     vu1423& operator=(vu1423& 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