|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbWrapperStringParameter_h
22 #define otbWrapperStringParameter_h
68 return !m_Value.empty();
This class represent a string parameter for the wrapper framework.
This class represent a parameter for the wrapper framework This class is a high level class represent...
itk::SmartPointer< const Self > ConstPointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
void ClearValue() override
itk::SmartPointer< Self > Pointer
void SetValue(const std::string &value)
ParameterType GetType() const override
std::string ToString() const override
void FromString(const std::string &value) override
const std::string & GetValue() const
~StringParameter() override
bool HasValue() const override