| 114 | } |
| 115 | |
| 116 | bool PythonPluginOutputVariable_Impl::setResourceType(const std::string& resourceType) { |
| 117 | bool result = setString(OS_PythonPlugin_OutputVariableFields::ResourceType, resourceType); |
| 118 | return result; |
| 119 | } |
| 120 | |
| 121 | void PythonPluginOutputVariable_Impl::resetResourceType() { |
| 122 | bool result = setString(OS_PythonPlugin_OutputVariableFields::ResourceType, ""); |
no outgoing calls