| Developer Documentation |
| RAVL, Recognition And Vision Library |
| USER | HOME PAGE | CLASS LIST | CONTENTS |
| Ravl - Core - IO - bool Save(OStreamC & os,const DataT & obj,StringC fileformat = "",bool verbose = false) |
| bool Save(OStreamC & os,const DataT & obj,StringC fileformat = "",bool verbose = false) | |
| Save a single object to a stream | |
| include | "Ravl/DP/FileFormatIO.hh" |
| Created: | 13/08/1998 |
| Source file: | Ravl/Core/IO/FileFormatIO.hh |
| User Level: | Normal |
| Library: | RavlIO |
| In Scope: | RavlN |
| os | Where to save the stream to. |
| 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 |