#include <YumaStream.hpp>
Inheritance diagram for YumaStream:


YumaHeader for information on writing Yuma files.
Definition at line 67 of file YumaStream.hpp.
Public Member Functions | |
| YumaStream () | |
| Default constructor. | |
| YumaStream (const char *fn, std::ios::openmode mode=std::ios::in) | |
| Constructor. | |
| virtual | ~YumaStream () |
| destructor per the coding standards | |
| virtual void | open (const char *fn, std::ios::openmode mode) |
| overrides open to reset the header | |
Public Attributes | |
| YumaHeader | header |
| YumaHeader for this file. | |
| bool | headerRead |
| Flag showing whether or not the header has been read. | |
|
|
Default constructor.
Definition at line 71 of file YumaStream.hpp. |
|
||||||||||||
|
Constructor.
Definition at line 78 of file YumaStream.hpp. |
|
|
destructor per the coding standards
Definition at line 83 of file YumaStream.hpp. |
|
||||||||||||
|
overrides open to reset the header
Reimplemented from FFTextStream. Definition at line 86 of file YumaStream.hpp. |
|
|
YumaHeader for this file.
Definition at line 93 of file YumaStream.hpp. |
|
|
Flag showing whether or not the header has been read.
Definition at line 96 of file YumaStream.hpp. |
1.3.9.1