RenderMan API  23.0
RixSGDisplayChannel Struct Reference

#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...
 
RixSGDisplayChanneloperator= (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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ RixSGDisplayChannel() [1/3]

RixSGDisplayChannel::RixSGDisplayChannel ( )
inline

Default constructor of float type.

Definition at line 1481 of file RixSceneGraph.h.

◆ RixSGDisplayChannel() [2/3]

RixSGDisplayChannel::RixSGDisplayChannel ( RtDataType  t,
RtUString  h 
)
inline

Parameterized constructor specifies type and handle.

Definition at line 1484 of file RixSceneGraph.h.

◆ RixSGDisplayChannel() [3/3]

RixSGDisplayChannel::RixSGDisplayChannel ( RixSGDisplayChannel const &  )
default

Default copy constructor.

Member Function Documentation

◆ operator=()

RixSGDisplayChannel& RixSGDisplayChannel::operator= ( RixSGDisplayChannel const &  )
default

Default assign operator.

Member Data Documentation

◆ handle

RtUString RixSGDisplayChannel::handle

Display channel name, e.g. "Ci".

Definition at line 153 of file RixSceneGraph.h.

◆ params

RtParamList RixSGDisplayChannel::params

Display channel parameters.

Definition at line 156 of file RixSceneGraph.h.

◆ type

RtDataType RixSGDisplayChannel::type

Display channel type, e.g. color.

Definition at line 150 of file RixSceneGraph.h.


The documentation for this struct was generated from the following file: