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

Arrays.h

Go to the documentation of this file.
00001 #ifndef Impala_Core_Array_Arrays_h
00002 #define Impala_Core_Array_Arrays_h
00003 
00004 #include "Core/Array/Element/ArithTypes.h"
00005 #include "Core/Array/Array2dTem.h"
00006 
00007 namespace Impala
00008 {
00009 namespace Core
00010 {
00011 namespace Array
00012 {
00013 
00014 
00015 using Element::Vec3Int32;
00016 using Element::Vec3Real64;
00017 using Element::Vec2Real64;
00018 using Element::Complex64;
00019 
00020 typedef Array2dTem<Int8,   1, Int32>      Array2dScalarInt8;
00021 typedef Array2dTem<UInt8,  1, Int32>      Array2dScalarUInt8;
00022 typedef Array2dTem<Int32,  1, Int32>      Array2dScalarInt32;
00023 typedef Array2dTem<UInt64, 1, UInt64>     Array2dScalarUInt64;
00024 typedef Array2dTem<Real64, 1, Real64>     Array2dScalarReal64;
00025 typedef Array2dTem<UInt8,  3, Vec3Int32>  Array2dVec3UInt8;
00026 typedef Array2dTem<Real64, 3, Vec3Real64> Array2dVec3Real64;
00027 typedef Array2dTem<Real64, 2, Vec2Real64> Array2dVec2Real64;
00028 typedef Array2dTem<Real64, 2, Complex64>  Array2dComplex64;
00029 
00030 
00031 } // namespace Array
00032 } // namespace Core
00033 } // namespace Impala
00034 
00035 #endif

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