All Frameworks  Class Hierarchy  This Framework  Indexes

GeometricObjects Global Function CATSaveCGMContainer


void CATSaveCGMContainer( const CATGeoFactory* iFact,
ostream& ioStreamArea)
Saves a CGM container into a file .
Sample Windows :
   ofstream ofile(FileName, ios::binary ) ;
   CATSaveCGMContainer(Factory,ofile);
   ofile.close();
 
Sample UNIX :
   ofstream ofile(filename,ios::out,filebuf::openprot) ;
   CATSaveCGMContainer(Factory,ofile);
   ofile.close();
 
Parameters:
iFact
The pointer to the factory to save.
ioStreamArea
The stream on which the factory is saved.

This object is included in the file: CATCGMContainerMngt.h

Copyright © 2003, Dassault Systèmes. All rights reserved.