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

OGLVIEW* ViewReadImageFile ( OGLWND *  oglWnd,
char *  fileName 
)

Definition at line 52 of file mainConceptSupport.cpp.

References OglImageReadJpg().

Referenced by ReadTheImages().

00053 {
00054     OGLIMAGE* im = OglImageReadJpg(fileName);
00055     OGLVIEW* view = viewSys.View2D(oglWnd, im, 0,0,6,6);
00056     viewSys.SetTags(view, FlexViewTags);
00057     //viewSys.ClearTags(view, deletableTag);
00058     view->borderCol = oglRED;
00059     //viewSys.SetTexturing(view, 1);
00060     viewSys.ClearTags(view, visibleTag);
00061     oglSys.ReleaseOglImage(im);
00062     return view;
00063 }

Here is the call graph for this function:


Generated on Fri Mar 19 09:33:53 2010 for ImpalaSrc by  doxygen 1.5.1