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

void Impala::Core::Geometry::RectanglePyramidPerDim::Dump (  )  [inline]

Definition at line 212 of file RectanglePyramidPerDim.h.

References NrLevels(), NrRects(), NrRectsPerDimX(), NrRectsPerDimY(), and Rect().

00213     {
00214         std::cout << "RectanglePyramid" << std::endl;
00215         for (int l=0 ; l<NrLevels() ; l++)
00216         {
00217             std::cout << "l=" << l << ", nrRects=" << NrRectsPerDimX(l) << "x"
00218                       << NrRectsPerDimY(l) << " = " << NrRects(l) << std::endl;
00219             for (int r=0 ; r<NrRects(l) ; r++)
00220             {
00221                 std::cout << "   r=" << r << " : " << Rect(l, r) << std::endl;
00222             }
00223         }
00224     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:40 2011 for ImpalaSrc by  doxygen 1.5.1