|
libCZI
Reading CZI documents made easy
|
#include <libCZI_Metadata.h>
Static Public Member Functions | |
| static LIBCZI_API libCZI::IDisplaySettings * | CreateIDisplaySetting (const DisplaySettingsPOD &pod) |
| static LIBCZI_API std::shared_ptr< libCZI::IDisplaySettings > | CreateIDisplaySettingSp (const DisplaySettingsPOD &pod) |
Public Attributes | |
| std::map< int, ChannelDisplaySettingsPOD > | channelDisplaySettings |
| The channel display settings. Key is the channel index, and value is the POD-channel-display-data structure. | |
This POD ("plain-old-data") structure is intended to capture all information found inside an IChannelDisplaySetting-object. It allows for easy modification of the information.
|
static |
Creates an IDisplaySettings-object from the specified DisplaySettingsPOD-structure.
| pod | The ChannelDisplaySettingsPOD-structure. |
|
static |
Creates an IDisplaySettings-object from the specified DisplaySettingsPOD-structure, and return it as a shared pointer.
| pod | The ChannelDisplaySettingsPOD-structure. |