Developer Documentation |
RAVL, Recognition And Vision Library |
USER | HOME PAGE | CLASS LIST | CONTENTS |
Ravl - Core - IO - bool Load(const StringC & filename,DataT & obj,StringC fileformat = "",bool verbose = false) |
bool Load(const StringC & filename,DataT & obj,StringC fileformat = "",bool verbose = false) | |
Load a single object. | |
include | "Ravl/DP/FileFormatIO.hh" |
Created: | 13/08/1998 |
Source file: | Ravl/Core/IO/FileFormatIO.hh |
User Level: | Normal |
Library: | RavlIO |
In Scope: | RavlN |
filename | name of file containing object |
obj | name of C++ object |
fileformat | format of object file. If fileformat string is empty, the file format is detected automatically. To get a list of file formats, type conv -lf |
verbose | if true, a message is printed to stdout describing the filename, the format used, the object type being loaded and any status information. |
Maintainer:Charles Galambos, Created: 13/08/1998, Documentation by CxxDoc: Tue Aug 13 09:59:57 2002 |