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

Impala::Application::TagsLife::Tag::Tag ( string  t  )  [inline]

Definition at line 28 of file Tag.h.

References lastWeek, mostUsedCount, mostViewedCount, nrOfPhotos, readGeo(), readTag(), and tag.

00028                       {
00029                 tag = t;
00030                 mostUsedCount = mostViewedCount = nrOfPhotos = lastWeek = 0;
00031                 readTag("Data/" + tag + "_analysis.xml");
00032                 readGeo("Data/" + tag + "_analysis_geo.xml");
00033         }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:23 2011 for ImpalaSrc by  doxygen 1.5.1