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

BorderType.h

Go to the documentation of this file.
00001 #ifndef Impala_Core_Array_Pattern_BorderType_h
00002 #define Impala_Core_Array_Pattern_BorderType_h
00003 
00004 namespace Impala
00005 {
00006 namespace Core
00007 {
00008 namespace Array
00009 {
00010 namespace Pattern
00011 {
00012 
00013 
00017 enum BorderType { 
00018     BORDERCONSTANT,
00019     BORDERMIRROR,
00020     BORDERPROPAGATE,
00021     BORDERPROPAGATENORMALIZED 
00022 };
00023 
00024 } // namespace Pattern
00025 } // namespace Array
00026 } // namespace Core
00027 } // namespace Impala
00028 
00029 #endif

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