Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxMakeFromFile.h File Reference

More...

#include "HxImageRep.h"

Go to the source code of this file.

Functions

HxImageRep L_HXIMAGEREP HxMakeFromFile (HxString fileName)
 New image read from file using HxImgFileIo lib. More...


Detailed Description


Function Documentation

HxImageRep L_HXIMAGEREP HxMakeFromFile HxString    fileName
 

New image read from file using HxImgFileIo lib.

00014 {
00015     HxTagList tags;
00016     return HxImageFactory::instance().fromFile(fileName, tags);
00017 }


Generated on Tue Jan 8 13:59:20 2002 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001