RenderMan  26.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DisplayChannel Struct Reference

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...
 
DisplayChanneloperator= (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...
 

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.

Constructor & Destructor Documentation

DisplayChannel::DisplayChannel ( )
inline

Default constructor of float type.

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

Parameterized constructor specifies type and handle.

DisplayChannel::DisplayChannel ( DisplayChannel const &  )
default

Default copy constructor.

Member Function Documentation

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

Default assign operator.

Member Data Documentation

RtUString DisplayChannel::handle

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

RtParamList DisplayChannel::params

Display channel parameters.

RtDataType DisplayChannel::type

Display channel type, e.g. color.


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