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

Information about the set of channels. More...

#include <libCZI_Metadata2.h>

Public Member Functions

virtual int GetChannelCount () const =0
 
virtual std::shared_ptr< IDimensionChannelInfoGetChannel (int i) const =0
 

Detailed Description

Information about the set of channels.

Member Function Documentation

◆ GetChannel()

virtual std::shared_ptr<IDimensionChannelInfo> libCZI::IDimensionsChannelsInfo::GetChannel ( int  i) const
pure virtual

Gets the specified channel.

Parameters
iZero-based index of the channel.
Returns
The channel object is successful; otherwise a null pointer.

◆ GetChannelCount()

virtual int libCZI::IDimensionsChannelsInfo::GetChannelCount ( ) const
pure virtual

Gets the channel count.

Returns
The channel count.

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