![]() |
RenderMan
26.0
|
Scene graph display channel description. More...
#include <RixSceneGraph.h>
Public Member Functions | |
DisplayChannel () | |
Default constructor of float type. More... | |
DisplayChannel (RtDataType t, RtUString h) | |
Parameterized constructor specifies type and handle. More... | |
DisplayChannel (DisplayChannel const &)=default | |
Default copy constructor. More... | |
DisplayChannel & | operator= (DisplayChannel 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.
|
inline |
Default constructor of float type.
|
inline |
Parameterized constructor specifies type and handle.
|
default |
Default copy constructor.
|
default |
Default assign operator.
RtUString DisplayChannel::handle |
Display channel name, e.g. "Ci".
RtParamList DisplayChannel::params |
Display channel parameters.
RtDataType DisplayChannel::type |
Display channel type, e.g. color.