![]() |
RenderMan API
23.0
|
#include <RixSceneGraph.h>
Public Member Functions | |
RixSGDisplayChannel () | |
Default constructor of float type. More... | |
RixSGDisplayChannel (RtDataType t, RtUString h) | |
Parameterized constructor specifies type and handle. More... | |
RixSGDisplayChannel (RixSGDisplayChannel const &)=default | |
Default copy constructor. More... | |
RixSGDisplayChannel & | operator= (RixSGDisplayChannel const &)=default |
Default assign operator. More... | |
Public Attributes | |
RtDataType | type |
Display channel type, e.g. color. More... | |
RtUString | handle |
Display channel name, e.g. "Ci". More... | |
RtParamList | params |
Display channel parameters. More... | |
Scene graph display channel description
Display channels describe both built-in and user defined AOVs such as the beauty (Ci), alpha (a), position (P), and light path expressions.
Definition at line 135 of file RixSceneGraph.h.
|
inline |
Default constructor of float type.
Definition at line 1481 of file RixSceneGraph.h.
|
inline |
Parameterized constructor specifies type and handle.
Definition at line 1484 of file RixSceneGraph.h.
|
default |
Default copy constructor.
|
default |
Default assign operator.
RtUString RixSGDisplayChannel::handle |
Display channel name, e.g. "Ci".
Definition at line 153 of file RixSceneGraph.h.
RtParamList RixSGDisplayChannel::params |
Display channel parameters.
Definition at line 156 of file RixSceneGraph.h.
RtDataType RixSGDisplayChannel::type |
Display channel type, e.g. color.
Definition at line 150 of file RixSceneGraph.h.