Implementation of the OM format writer.  
 More...
#include <OpenMesh/Core/IO/writer/OMWriter.hh>
 | 
| 
static OMFormat::uint8  | get_version () | 
|   | 
 | 
| 
static const OMFormat::uchar  | magic_ [3] = "OM" | 
|   | 
| 
static const OMFormat::uint8  | version_ = OMFormat::mk_version(2,2) | 
|   | 
 | 
| 
typedef unsigned int  | Option | 
|   | 
Implementation of the OM format writer. 
This class is singleton'ed by SingletonT to OMWriter. 
 
◆ write() [1/2]
  
  
      
        
          | bool OpenMesh::IO::_OMWriter_::write  | 
          ( | 
          const std::string &  | 
          _filename,  | 
         
        
           | 
           | 
          BaseExporter &  | 
          _be,  | 
         
        
           | 
           | 
          Options  | 
          _opt,  | 
         
        
           | 
           | 
          std::streamsize  | 
          _precision = 6  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
Write to a file. 
- Parameters
 - 
  
    | _filename | write to file with the given filename  | 
    | _be | BaseExporter, which specifies the data source  | 
    | _opt | writing options  | 
    | _precision | can be used to specify the precision of the floating point notation.  | 
  
   
Implements OpenMesh::IO::BaseWriter.
 
 
◆ write() [2/2]
  
  
      
        
          | bool OpenMesh::IO::_OMWriter_::write  | 
          ( | 
          std::ostream &  | 
          _os,  | 
         
        
           | 
           | 
          BaseExporter &  | 
          _be,  | 
         
        
           | 
           | 
          Options  | 
          _opt,  | 
         
        
           | 
           | 
          std::streamsize  | 
          _precision = 6  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
overridevirtual   | 
  
 
Write to a std::ostream. 
- Parameters
 - 
  
    | _os | write to std::ostream  | 
    | _be | BaseExporter, which specifies the data source  | 
    | _opt | writing options  | 
    | _precision | can be used to specify the precision of the floating point notation.  | 
  
   
Implements OpenMesh::IO::BaseWriter.
 
 
The documentation for this class was generated from the following files:
- OpenMesh/Core/IO/writer/OMWriter.hh
 
- OpenMesh/Core/IO/writer/OMWriter.cc