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

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

Definition at line 533 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().

00535     {
00536         String dir = "Prototypes/" + protoDataFile + "/" + featureName;
00537         if (toWrite)
00538             MakeDir(dir);
00539         return GetFilePath(dir, fileName, toWrite, silent);
00540     }

Here is the call graph for this function:


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