OEOutFileStringParameter¶
Attention
This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.
class OEOutFileStringParameter : public OEFileStringParameter
The OEOutFileStringParameter
represents parameter that has string
value
representing a writable file format for modeling objects, such as a molecule or a design unit.
- Following methods are publicly inherited from
OEParameter
: AddAlias
andGetAliases
GetKeyless
andSetKeyless
IsSet
andIsSetToString
- Following methods are publicly inherited from
OETypedParameter
: AddDefault
,GetDefault
,GetDefaults
andSetDefault
- Following methods are publicly inherited from
OEPODParameter
: GetDefaultsVector
GetSettingsVector
GetValuesVector
Constructors¶
OEOutFileStringParameter()
OEOutFileStringParameter(const std::string& name, const unsigned fileType)
OEOutFileStringParameter(const std::string& name, const std::string& fileExt)
OEOutFileStringParameter(const OEOutFileStringParameter&)
Default and copy constructors.
Constructs an OEOutFileStringParameter
instance using the specified set of parameters.
The fileType
refers to a constants defined in the OEFileStringType
namespace.
operator=¶
OEOutFileStringParameter &operator=(const OEOutFileStringParameter &)
The assignment operator.