|
Whiteboard
An interface and tools for visualizing large and complex datasets
|
#include <mutil.h>
Public Member Functions | |
| MDLLEXPORT | CMFileHeader () |
| MDLLEXPORT | ~CMFileHeader () |
| MDLLEXPORT long | GetVersion () |
| MDLLEXPORT long | GetRevision () |
| MDLLEXPORT void | SetVersion (long v) |
| MDLLEXPORT void | SetRevision (long r) |
| MDLLEXPORT bool | Read (IMReadStream &stream) |
| MDLLEXPORT bool | Write (IMWriteStream &stream) |
Private Attributes | |
| long | m_version |
| long | m_revision |
| CMFileHeader::CMFileHeader | ( | ) |
| CMFileHeader::~CMFileHeader | ( | ) |
| long CMFileHeader::GetRevision | ( | ) |
| long CMFileHeader::GetVersion | ( | ) |
| bool CMFileHeader::Read | ( | IMReadStream & | stream | ) |
| void CMFileHeader::SetRevision | ( | long | r | ) |
| void CMFileHeader::SetVersion | ( | long | v | ) |
| bool CMFileHeader::Write | ( | IMWriteStream & | stream | ) |
|
private |
|
private |
1.8.8