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

void Impala::Visualization::DirImViewer3D::OpenDir ( strconst  dirName  )  [inline]

Definition at line 52 of file DirImViewer3D.h.

References Clear(), Impala::FileNameExt(), InitViews(), mDirName, mFileNames, and mRgbDataSrc.

00053     {
00054         Clear();
00055         mDirName = dirName;
00056         std::string ext = FileNameExt(dirName, true);
00057         if (ext == "raw")
00058             mRgbDataSrc = new RgbDataSrcRaw(dirName);
00059         else
00060             Util::DirImageFileNames(dirName, mFileNames);
00061         InitViews();
00062     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:43:29 2010 for ImpalaSrc by  doxygen 1.5.1