21 #ifndef otbWrapperOutputFilenameParameter_h
22 #define otbWrapperOutputFilenameParameter_h
55 return m_StringParam->HasValue();
64 itkDebugMacro(
"setting member m_StringParam to " << value);
65 this->m_StringParam->SetValue(value);
73 m_StringParam->ClearValue();
This class represent a string parameter for the wrapper framework.
StringParameter::Pointer m_StringParam
OutputFilenameParameter()
ParameterType GetType() const override
OutputFilenameParameter Self
itk::SmartPointer< const Self > ConstPointer
void FromString(const std::string &value) override
void ClearValue() override
itk::SmartPointer< Self > Pointer
bool HasValue() const override
std::string ToString() const override
virtual void SetValue(const std::string value)
otbGetObjectMemberConstMacro(StringParam, Value, std::string)
~OutputFilenameParameter() override
OutputFilenameParameter(const OutputFilenameParameter &)=delete
StringParameter Superclass
This class represent a parameter for the wrapper framework This class is a high level class represent...
This class represent a string parameter for the wrapper framework.
itk::SmartPointer< Self > Pointer
@ ParameterType_OutputFilename
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.