Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

ArrayType.h

Go to the documentation of this file.
00001 #ifndef Impala_Core_Array_ArrayType_h
00002 #define Impala_Core_Array_ArrayType_h
00003 
00004 namespace Impala
00005 {
00006 namespace Core
00007 {
00008 namespace Array
00009 {
00010 
00011 
00015 enum ArrayType
00016 {
00017     ARRAY2DSCALARUINT8,
00018     ARRAY2DSCALARUINT64,
00019     ARRAY2DSCALARINT32,
00020     ARRAY2DSCALARREAL64,
00021     ARRAY2DVEC3UINT8,
00022     ARRAY2DVEC3REAL64,
00023     ARRAY2DVEC2REAL64,
00024     ARRAY2DCOMPLEX64,
00025     ARRAY2DUNKNOWN
00026 };
00027 
00028 } // namespace Array
00029 } // namespace Core
00030 } // namespace Impala
00031 
00032 #endif

Generated on Fri Mar 19 09:30:43 2010 for ImpalaSrc by  doxygen 1.5.1