User Documentation
RAVL, Recognition And Vision Library
DEVELOP 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 
User Level:Normal
Library:RavlIO
In Scope:RavlN

osWhere to save the stream to.
objname of C++ object
fileformatformat 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.
More information here
Maintainer:Charles Galambos, Created: 13/08/1998, Documentation by CxxDoc: Tue Aug 13 10:00:21 2002