libCZI
Reading and Writing CZI documents made easy
|
Options for the CziReaderWriter. More...
#include <libCZI_ReadWrite.h>
Public Member Functions | |
virtual bool | GetForceFileGuid () const =0 |
virtual const GUID & | GetFileGuid () const =0 |
virtual libCZI::CZIFrameOfReference | GetDefaultFrameOfReference () const =0 |
Options for the CziReaderWriter.
|
pure virtual |
Gets the default frame-of-reference which is to be used by the reader-writer-object. This determines which frame-of-reference is used when the enum value "CZIFrameOfReference::Default" is used with an operation of the reader-writer-object. If the value specified here is "CZIFrameOfReference::Invalid" or "CZIFrameOfReference::Default", then "CZIFrameOfReference::RawSubBlockCoordinateSystem" will be used.
Implemented in libCZI::CCziReaderWriterInfo.
|
pure virtual |
Gets file's unique identifier. If we report GUID_NULL, then the file-writer will create a GUID on its own. Note that this GUID is only retrieved and used if the existing file is empty or if GetForceFileGuid() gives true.
Implemented in libCZI::CCziReaderWriterInfo.
|
pure virtual |
Gets a value indicating that the GUID in the existing file-handler should be replaced with the GUID reported by 'GetFileGuid()'.
Implemented in libCZI::CCziReaderWriterInfo.