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

String Impala::Core::Geometry::RectanglePyramidPerDim::AsDefString (  )  [inline]

Definition at line 197 of file RectanglePyramidPerDim.h.

References Impala::MakeString(), mNrRectsPerDimX, and mNrRectsPerDimY.

Referenced by Impala::Core::Feature::Computor::ExtendFeatureDefinition().

00198     {
00199         String res;
00200         for (int i=0 ; i<mNrRectsPerDimX.size() ; i++)
00201         {
00202             if (i != 0)
00203                 res += "-";
00204             res += MakeString(mNrRectsPerDimX[i]);
00205             res += "x";
00206             res += MakeString(mNrRectsPerDimY[i]);
00207         }
00208         return res;
00209     }

Here is the call graph for this function:


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