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

vuConvert.h

Go to the documentation of this file.
00001 #ifndef _VUCONVERT_H_
00002 #define _VUCONVERT_H_
00003 
00004 #include "Volume/Regular/Unimodal/3d/1B/1B.h"
00005 #include "Volume/Regular/Unimodal/3d/2B/2B.h"
00006 
00007 class vuConvert {
00008  public:
00009     vuConvert() {};
00010     ~vuConvert() {};
00011 
00013     static vu11122& convert(vu11122& dst, const vu11121& src);
00015     static vu11121& convert(vu11121& dst, const vu11122& src);
00016 
00017 };
00018 
00019 #endif

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