![]() |
RenderMan API
23.0
|
#include <RixIntegrator.h>
Public Types | |
enum | ChannelStyle { k_ChannelName, k_ChannelExpression } |
enum | ChannelType { k_FloatChannel, k_RGBChannel, k_PointChannel, k_NormalChannel, k_IntegerChannel } |
Public Attributes | |
RixChannelId | id |
enum RixDisplayChannel::ChannelStyle | style |
enum RixDisplayChannel::ChannelType | type |
RtUString | channel |
Note that the same channel name may appear multiple times within a list of RixDisplayChannels
. This may be caused by either the "string source" parameter to DisplayChannel or the particular AOV being output multiple times.
For RixDisplayServices
and RixSampleFilterContext
, a single id value from any matching entry (e.g., the first) will suffice to affect all outputs. For RixDisplayFilterContext
, you probably want to filter using the id values from all matching entries since each corresponds to a particular output.
Definition at line 68 of file RixIntegrator.h.
Enumerator | |
---|---|
k_ChannelName | |
k_ChannelExpression |
Definition at line 71 of file RixIntegrator.h.
Enumerator | |
---|---|
k_FloatChannel | |
k_RGBChannel | |
k_PointChannel | |
k_NormalChannel | |
k_IntegerChannel |
Definition at line 76 of file RixIntegrator.h.
RtUString RixDisplayChannel::channel |
Definition at line 84 of file RixIntegrator.h.
RixChannelId RixDisplayChannel::id |
Definition at line 70 of file RixIntegrator.h.
enum RixDisplayChannel::ChannelStyle RixDisplayChannel::style |
enum RixDisplayChannel::ChannelType RixDisplayChannel::type |