MaterialX 1.38.9
Loading...
Searching...
No Matches
ShaderInput Member List

This is the complete list of members for ShaderInput, including all inherited members.

_channels (defined in ShaderInput)ShaderInputprotected
_colorspace (defined in ShaderPort)ShaderPortprotected
_connection (defined in ShaderInput)ShaderInputprotected
_flags (defined in ShaderPort)ShaderPortprotected
_geomprop (defined in ShaderPort)ShaderPortprotected
_metadata (defined in ShaderPort)ShaderPortprotected
_name (defined in ShaderPort)ShaderPortprotected
_node (defined in ShaderPort)ShaderPortprotected
_path (defined in ShaderPort)ShaderPortprotected
_semantic (defined in ShaderPort)ShaderPortprotected
_type (defined in ShaderPort)ShaderPortprotected
_unit (defined in ShaderPort)ShaderPortprotected
_value (defined in ShaderPort)ShaderPortprotected
_variable (defined in ShaderPort)ShaderPortprotected
breakConnection()ShaderInput
getChannels() constShaderInputinline
getColorSpace() constShaderPortinline
getConnectedSibling() constShaderInput
getConnection()ShaderInputinline
getConnection() constShaderInputinline
getFlag(uint32_t flag) constShaderPortinline
getFlags() constShaderPortinline
getFullName() constShaderPort
getGeomProp() constShaderPortinline
getMetadata()ShaderPortinline
getMetadata() constShaderPortinline
getName() constShaderPortinline
getNode()ShaderPortinline
getNode() constShaderPortinline
getPath() constShaderPortinline
getSelf()ShaderPortinline
getSemantic() constShaderPortinline
getType() constShaderPortinline
getUnit() constShaderPortinline
getValue() constShaderPortinline
getValueString() constShaderPort
getVariable() constShaderPortinline
isBindInput() constShaderPortinline
isEmitted() constShaderPortinline
isUniform() constShaderPortinline
makeConnection(ShaderOutput *src)ShaderInput
setBindInput()ShaderPortinline
setChannels(const string &channels)ShaderInputinline
setColorSpace(const string &colorspace)ShaderPortinline
setEmitted()ShaderPortinline
setFlag(uint32_t flag, bool value)ShaderPortinline
setFlags(uint32_t flags)ShaderPortinline
setGeomProp(const string &geomprop)ShaderPortinline
setMetadata(ShaderMetadataVecPtr metadata)ShaderPortinline
setName(const string &name)ShaderPortinline
setPath(const string &path)ShaderPortinline
setSemantic(const string &semantic)ShaderPortinline
setType(const TypeDesc *type)ShaderPortinline
setUniform()ShaderPortinline
setUnit(const string &unit)ShaderPortinline
setValue(ValuePtr value)ShaderPortinline
setVariable(const string &name)ShaderPortinline
ShaderInput(ShaderNode *node, const TypeDesc *type, const string &name) (defined in ShaderInput)ShaderInput
ShaderOutput (defined in ShaderInput)ShaderInputfriend
ShaderPort(ShaderNode *node, const TypeDesc *type, const string &name, ValuePtr value=nullptr)ShaderPort