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

static PointDescriptorTable* Impala::Core::Feature::PointDescriptorTable::ImportFromFile ( FeatureDefinition  def,
String  filename,
int  mStripBorder 
) [inline, static]

Definition at line 142 of file PointDescriptorTable.h.

References ImportFromBuffer().

00143     {
00144 
00145         Util::IOBuffer* buffer = new Util::IOBufferFile(filename, true, false);
00146         PointDescriptorTable* res = ImportFromBuffer(def, buffer, mStripBorder);
00147         delete buffer;
00148         return res;
00149     }

Here is the call graph for this function:


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