Class IDimensionsChannelsInfo#

Class Documentation#

class IDimensionsChannelsInfo#

Information about the set of channels.

Public Functions

virtual int GetChannelCount() const = 0#

Gets the channel count.

Returns:

The channel count.

virtual std::shared_ptr<IDimensionChannelInfo> GetChannel(int i) const = 0#

Gets the specified channel.

Parameters:

i – Zero-based index of the channel.

Returns:

The channel object is successful; otherwise a null pointer.

virtual ~IDimensionsChannelsInfo() = default#