|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
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.
This class represent a string parameter for the wrapper framework.
itk::SmartPointer< const Self > ConstPointer
This class represent a parameter for the wrapper framework This class is a high level class represent...
StringParameter::Pointer m_StringParam
OutputFilenameParameter()
void ClearValue() override
itk::SmartPointer< Self > Pointer
@ ParameterType_OutputFilename
std::string ToString() const override
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
OutputFilenameParameter Self
itk::SmartPointer< Self > Pointer
bool HasValue() const override
ParameterType GetType() const override
virtual void SetValue(const std::string value)
~OutputFilenameParameter() override
void FromString(const std::string &value) override
#define otbGetObjectMemberConstMacro(object, name, type)
StringParameter Superclass