All Frameworks Class Hierarchy This Framework Indexes
void CATSaveCGMContainer( | const CATGeoFactory* | iFact, |
ostream& | 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.