![]() |
RenderMan
26.0
|
RixSCParamInfo captures the characteristics of an individual ScParam. More...
#include <RixShading.h>
Public Member Functions | |
RixSCParamInfo (RtUString const _name, RixSCType t, RixSCAccess a=k_RixSCInput, int length=-1) | |
RixSCParamInfo (RtUString const structName, RtUString const _name, RixSCType t, RixSCAccess a=k_RixSCInput, int length=-1) | |
RixSCParamInfo () | |
bool | IsArray () const |
Public Attributes | |
RtUString | name |
RtUString | customtype |
RixSCType | type |
RixSCAccess | access |
int | arraylen |
RixSCParamInfo captures the characteristics of an individual ScParam.
|
inline |
|
inline |
|
inline |
|
inline |
References arraylen.
RixSCAccess RixSCParamInfo::access |
int RixSCParamInfo::arraylen |
Referenced by IsArray().
RtUString RixSCParamInfo::customtype |
RtUString RixSCParamInfo::name |
RixSCType RixSCParamInfo::type |