|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbWrapperDirectoryParameter_h
22 #define otbWrapperDirectoryParameter_h
56 return m_StringParam->HasValue();
66 m_StringParam->ClearValue();
72 Superclass::SetActive(value);
73 m_StringParam->SetActive(value);
@ ParameterType_Directory
std::string ToString() const override
void FromString(const std::string &value) override
~DirectoryParameter() override
This class represent a parameter for the wrapper framework This class is a high level class represent...
itk::SmartPointer< Self > Pointer
void ClearValue() override
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
itk::SmartPointer< Self > Pointer
bool HasValue() const override
itk::SmartPointer< const Self > ConstPointer
StringParameter::Pointer m_StringParam
virtual ParameterType GetType() const override
#define otbGetObjectMemberConstMacro(object, name, type)
void SetActive(bool value) override
This class represent a string parameter for the wrapper framework.
#define otbSetObjectMemberMacro(object, name, type)