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

String Impala::Persistency::SimilarityTableSetLocator::ToString (  )  const [inline]

Reimplemented from Impala::Persistency::Locator.

Definition at line 112 of file SimilarityTableSetLocator.h.

References GetConceptSet(), GetContainer(), Impala::Persistency::Locator::GetDataSet(), GetFeature(), Impala::Persistency::Locator::GetHost(), GetInIndexString(), GetModel(), Impala::Persistency::Locator::GetProtocol(), and GetWalkType().

Referenced by Impala::Persistency::operator<<().

00113     {
00114         return "SimilarityTableSetLocator(" + GetProtocol() + "," + GetHost()
00115             + "," + GetDataSet() + "," + GetInIndexString() + ","
00116             + GetWalkType() + "," + GetConceptSet() + ","
00117             + GetModel() + "," + GetFeature() + "," + GetContainer() + ")";
00118     }

Here is the call graph for this function:


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