MaterialX 1.38.10
Loading...
Searching...
No Matches
GenContext Member List

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

_applicationVariableHandler (defined in GenContext)GenContextprotected
_closureContexts (defined in GenContext)GenContextprotected
_inputSuffix (defined in GenContext)GenContextprotected
_nodeImpls (defined in GenContext)GenContextprotected
_options (defined in GenContext)GenContextprotected
_outputSuffix (defined in GenContext)GenContextprotected
_parentNodes (defined in GenContext)GenContextprotected
_reservedWords (defined in GenContext)GenContextprotected
_sg (defined in GenContext)GenContextprotected
_sourceCodeSearchPath (defined in GenContext)GenContextprotected
_userData (defined in GenContext)GenContextprotected
addInputSuffix(const ShaderInput *input, const string &suffix)GenContext
addNodeImplementation(const string &name, ShaderNodeImplPtr impl)GenContext
addOutputSuffix(const ShaderOutput *output, const string &suffix)GenContext
addReservedWords(const StringSet &names)GenContextinline
clearNodeImplementations()GenContext
clearUserData()GenContext
findNodeImplementation(const string &name) constGenContext
GenContext(ShaderGeneratorPtr sg)GenContext
GenContext()=delete (defined in GenContext)GenContextprotected
getApplicationVariableHandler() constGenContextinline
getClosureContext()GenContextinline
getInputSuffix(const ShaderInput *input, string &suffix) constGenContext
getNodeImplementationNames(StringSet &names)GenContext
getOptions()GenContextinline
getOptions() constGenContextinline
getOutputSuffix(const ShaderOutput *output, string &suffix) constGenContext
getParentNodes()GenContextinline
getReservedWords() constGenContextinline
getShaderGenerator()GenContextinline
getUserData(const string &name)GenContextinline
popClosureContext()GenContextinline
popParentNode()GenContextinline
popUserData(const string &name)GenContextinline
pushClosureContext(ClosureContext *cct)GenContextinline
pushParentNode(ConstNodePtr node)GenContextinline
pushUserData(const string &name, GenUserDataPtr data)GenContextinline
registerSourceCodeSearchPath(const FilePath &path)GenContextinline
registerSourceCodeSearchPath(const FileSearchPath &path)GenContextinline
removeInputSuffix(const ShaderInput *input)GenContext
removeOutputSuffix(const ShaderOutput *output)GenContext
resolveSourceFile(const FilePath &filename, const FilePath &localPath) constGenContextinline
setApplicationVariableHandler(ApplicationVariableHandler handler)GenContextinline