Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:20:58 2011 for ImpalaSrc by  doxygen 1.5.1