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: ![]()
|