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

String Impala::Core::Database::RawDataSet::GetFilePathPrototype ( String  protoDataFile,
String  featureName,
String  fileName,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 586 of file RawDataSet.h.

References GetFilePath(), and MakeDir().

Referenced by Impala::Application::Table::DoSelectFeatureTableSet(), Impala::Core::Feature::Computor::ReadProtoFeatureTableSet(), and Impala::Core::Feature::Computor::WriteProtoFeatureTableSet().

00588     {
00589         String dir = "Codebooks/" + protoDataFile + "/" + featureName;
00590         if (toWrite)
00591             MakeDir(dir);
00592         return GetFilePath(dir, fileName, toWrite, silent);
00593     }

Here is the call graph for this function:


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