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

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

Reimplemented from Impala::Persistency::Locator.

Definition at line 241 of file KernelMatrixLocator.h.

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

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

00242     {
00243         return "KernelMatrixLocator(" + GetProtocol() + "," + GetHost()
00244             + "," + GetDataSet() + "," + GetTopString() + ","
00245             + GetWalkType() + "," + GetAnnoSet() + "," + GetModel() + ","
00246             + GetFeature() + "," + GetContainer() + ")";
00247     }

Here is the call graph for this function:


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