libCZI
Reading and Writing CZI documents made easy
libCZI::IDimensionChannelLightSourcesSettings Class Referenceabstract

The light sources settings keyed by channel index. More...

#include <libCZI_Metadata2.h>

Public Member Functions

virtual int GetLightSourceSettingCount () const =0
 
virtual std::shared_ptr< IDimensionChannelLightSourcesSettingGetLightSourceSetting (int i) const =0
 

Detailed Description

The light sources settings keyed by channel index.

Member Function Documentation

◆ GetLightSourceSetting()

virtual std::shared_ptr<IDimensionChannelLightSourcesSetting> libCZI::IDimensionChannelLightSourcesSettings::GetLightSourceSetting ( int  i) const
pure virtual

Gets light source setting for the specified channel.

Parameters
iZero-based Index of the channel.
Returns
The light source setting object if available; and empty pointer otherwise.

◆ GetLightSourceSettingCount()

virtual int libCZI::IDimensionChannelLightSourcesSettings::GetLightSourceSettingCount ( ) const
pure virtual

Gets the count of light source settings.

Returns
The light source setting count.

The documentation for this class was generated from the following file: