All Frameworks Class Hierarchy This Framework Indexes
| CATSaveCGMContainer( | const | iFact, |
| ioStreamArea) |
ofstream ofile(FileName, ios::binary ) ; CATSaveCGMContainer(Factory,ofile); ofile.close();Sample UNIX :
ofstream ofile(filename,ios::out,filebuf::openprot) ; CATSaveCGMContainer(Factory,ofile); ofile.close();
Copyright © 2003, Dassault Systèmes. All rights reserved.