HDK
|
This is the complete list of members for VOP_Language, including all inherited members.
canDirectlyAssign(const VOP_TypeInfo &dst_type, const VOP_TypeInfo &src_type) const | VOP_Language | virtual |
canUseShaderCalls(VOP_ContextType context) const =0 | VOP_Language | pure virtual |
conditionType(VOP_Type type) const =0 | VOP_Language | pure virtual |
getArrayBracketsCode(UT_String &code, const VOP_TypeInfo &type_info) const | VOP_Language | virtual |
getConstantCode(UT_String &code, const VOP_TypeInfo &type_info, bool unquoted, const UT_StringArray &value) const =0 | VOP_Language | pure virtual |
getConstantCode(UT_StringHolder &code, const VOP_TypeInfo &type_info, bool unquoted, const UT_StringArray &value) const | VOP_Language | inline |
getCustomTypeCode(UT_String &code, const VOP_TypeInfo &type_info) const | VOP_Language | virtual |
getCustomTypeEmptyConstantCode(UT_String &code, const VOP_TypeInfo &type_info) const | VOP_Language | virtual |
getEmptyConstantCode(UT_String &code, const VOP_TypeInfo &type_info) const =0 | VOP_Language | pure virtual |
getExportKeyword() const =0 | VOP_Language | pure virtual |
getFileExtension() const =0 | VOP_Language | pure virtual |
getFunctionCall(UT_String &str, const UT_String &func_name, const UT_StringArray &args) const =0 | VOP_Language | pure virtual |
getGlobalVariables(UT_Array< VOP_VarInfo > &global_vars, VOP_ContextType context) const | VOP_Language | virtual |
getIsBoundFunction() const =0 | VOP_Language | pure virtual |
getLanguageInfo() const =0 | VOP_Language | pure virtual |
getLanguageType() const | VOP_Language | inlinevirtual |
getMemberVarAccessOpCode(UT_String &access_op) const | VOP_Language | virtual |
getName() const =0 | VOP_Language | pure virtual |
getParmManager() const | VOP_Language | inline |
getReservedWords() const =0 | VOP_Language | pure virtual |
getShaderCall(UT_String &buffer, const UT_String &shader_name, const UT_StringArray &arg_names, const UT_StringArray &arg_vals) const =0 | VOP_Language | pure virtual |
getShaderParmSeparator() const | VOP_Language | virtual |
getShaderTypeCode(UT_String &code, VOP_ContextType context) const | VOP_Language | virtual |
getSprintf() const =0 | VOP_Language | pure virtual |
getStringValue(UT_String &value, const UT_StringArray &values, int index, bool unquoted) const | VOP_Language | protected |
getStructDefinitionTerminator(UT_String &term) const | VOP_Language | virtual |
getSupportedShaderTypes(VOP_ShaderTypeList &list) const | VOP_Language | virtual |
getTypeCode(UT_String &code, const VOP_TypeInfo &type_info) const =0 | VOP_Language | pure virtual |
getTypeDefinitionCode(UT_String &type_definition, const VOP_TypeInfo &type_info) const | VOP_Language | virtual |
getTypeUIColor(VOP_Type type) const | VOP_Language | virtual |
getVaryingTypeCode(UT_String &code, const VOP_TypeInfo &type_info) const | VOP_Language | virtual |
getVex() | VOP_Language | static |
getVopnetMaskTarget(VOP_ContextType context_type) const | VOP_Language | virtual |
hasTypeAutoconvert() const | VOP_Language | virtual |
isTypeSupported(VOP_Type type) const | VOP_Language | inline |
isTypeUniformVarying(VOP_Type type) const | VOP_Language | virtual |
isVex() const | VOP_Language | |
matchesMask(const UT_StringRef &mask) const =0 | VOP_Language | pure virtual |
needsFunctionParmExportKeyword() const | VOP_Language | virtual |
shouldSpecifyMemberDefaults() const | VOP_Language | virtual |
supportsUniformVarying() const | VOP_Language | virtual |
VOP_Language() | VOP_Language | |
~VOP_Language() | VOP_Language | virtual |