Virtual Testbed
Ship dynamics simulator for extreme conditions
Public Member Functions | List of all members
vtb::iges::iges_ostream Class Reference

Output stream that automatically wraps text for IGES files. More...

#include <stream.hh>

Inheritance diagram for vtb::iges::iges_ostream:
[legend]
Collaboration diagram for vtb::iges::iges_ostream:
[legend]

Public Member Functions

 iges_ostream (std::ios &sink, char d1, char d2)
 
 iges_ostream (std::streambuf *sink, char d1, char d2)
 
char parameter_delimiter () const noexcept
 
char record_delimiter () const noexcept
 
size_t next_entity_number ()
 
size_t line_number () const
 
void section (Section s) noexcept
 
void finish ()
 
void sink (std::streambuf *sink)
 

Detailed Description

Output stream that automatically wraps text for IGES files.

Date
2019-03-18
Author
Ivan Gankevich
See also
iges_ostreambuf

Definition at line 143 of file stream.hh.