24#ifndef _SB_CHANNEL_LIST_H_
25#define _SB_CHANNEL_LIST_H_
28#include <Inventor/STL/vector>
94 std::vector<uint32_t> m_channelList;
int operator==(const className &f) const
Returns TRUE if otherField is of the same type and has the same value as this field.
int operator!=(const className &f) const
Returns FALSE if otherField is of the same type and has the same value as this field.
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a> List of channel to ext...
uint32_t getNumChannel() const
Return number of channel to extract.
uint32_t operator[](uint32_t channelId) const
Access specified channel id.
SbChannelList(size_t n, const uint32_t channels[])
SbChannelList(1, {0}) means extract only the 1st channel.
SbChannelList(size_t nbChannel)
Construct channelList corresponding to all channel from 0 to n-1: {0, 1, 2, ..., n-1}.