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

Array2dScalarInt32* Impala::Core::Test::TestImage::OpenSrcArrayAsInt ( String  srcName  )  [inline, protected]

Definition at line 84 of file TestImage.h.

References OpenSrcArrayAsReal(), and Impala::Core::Array::Set().

Referenced by Impala::Core::Test::TestWatershedMarkers::Run(), and Impala::Core::Test::TestWatershed::Run().

00085     {
00086         Array2dScalarReal64* realData = OpenSrcArrayAsReal(srcName);
00087         Array2dScalarInt32* intData = 0;
00088         Array::Set(intData, realData);
00089         delete realData;
00090         return intData;
00091     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:21:39 2010 for ImpalaSrc by  doxygen 1.5.1