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

void Impala::Core::Array::TestMakeRandom::testSize ( Int64  w,
Int64  h 
) [inline]

Definition at line 52 of file TestMakeRandom.h.

References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CH(), Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CW(), and Impala::Core::Array::MakeRandomScalarReal64().

00053     {
00054         Array2dScalarReal64* a = MakeRandomScalarReal64(w, h, 10.);
00055         CPPUNIT_ASSERT_EQUAL(w, a->CW());
00056         CPPUNIT_ASSERT_EQUAL(h, a->CH());
00057     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:17:22 2011 for ImpalaSrc by  doxygen 1.5.1