MaterialX 1.39.1
|
This is the complete list of members for StringTypeSyntax, including all inherited members.
_defaultValue (defined in TypeSyntax) | TypeSyntax | protected |
_members (defined in TypeSyntax) | TypeSyntax | protected |
_name (defined in TypeSyntax) | TypeSyntax | protected |
_typeAlias (defined in TypeSyntax) | TypeSyntax | protected |
_typeDefinition (defined in TypeSyntax) | TypeSyntax | protected |
_uniformDefaultValue (defined in TypeSyntax) | TypeSyntax | protected |
EMPTY_MEMBERS (defined in TypeSyntax) | TypeSyntax | protectedstatic |
getDefaultValue(bool uniform) const | TypeSyntax | inline |
getMembers() const | TypeSyntax | inline |
getName() const | TypeSyntax | inline |
getTypeAlias() const | TypeSyntax | inline |
getTypeDefinition() const | TypeSyntax | inline |
getValue(const Value &value, bool uniform) const override | StringTypeSyntax | virtual |
TypeSyntax::getValue(const ShaderPort *port, bool uniform) const | TypeSyntax | virtual |
ScalarTypeSyntax(const string &name, const string &defaultValue, const string &uniformDefaultValue, const string &typeAlias=EMPTY_STRING, const string &typeDefinition=EMPTY_STRING) (defined in ScalarTypeSyntax) | ScalarTypeSyntax | |
StringTypeSyntax(const string &name, const string &defaultValue, const string &uniformDefaultValue, const string &typeAlias=EMPTY_STRING, const string &typeDefinition=EMPTY_STRING) (defined in StringTypeSyntax) | StringTypeSyntax | |
TypeSyntax(const string &name, const string &defaultValue, const string &uniformDefaultValue, const string &typeAlias, const string &typeDefinition, const StringVec &members) | TypeSyntax | protected |
~TypeSyntax() (defined in TypeSyntax) | TypeSyntax | inlinevirtual |