This class provides several options to tunes cgr Writter.
It must be provided to cgr::cgrw_InitWrite method.
More...
Public Member Functions | |
| Dtk_UInt32 | GetFileRelease () const |
| Retrieve the Written file release. More... | |
| void | SetFileRelease (const Dtk_UInt32 inRelease) |
| Sets the release for the written files. More... | |
| WriteOptions () | |
| Default constructor. More... | |
| ~WriteOptions () | |
| Destructor. More... | |
Protected Attributes | |
| Dtk_UChar8 | _FileRelease |
This class provides several options to tunes cgr Writter.
It must be provided to cgr::cgrw_InitWrite method.
| WriteOptions::WriteOptions | ( | ) |
Default constructor.
| Dtk_UInt32 WriteOptions::GetFileRelease | ( | ) | const |
Retrieve the Written file release.
| void WriteOptions::SetFileRelease | ( | const Dtk_UInt32 | inRelease | ) |
Sets the release for the written files.
the valid versions are 14 and 19.
| [in] | inRelease | : The file release. |
|
protected |