21 #ifndef otbWrapperBoolParameter_h
22 #define otbWrapperBoolParameter_h
25 #include "OTBApplicationEngineExport.h"
This class represent a boolean parameter for the wrapper framework.
BoolParameter(const BoolParameter &)=delete
ParameterType GetType() const override
void FromInt(int value) override
void SetValue(const std::string &str)
std::string GetValueAsString() const
bool HasValue() const override
itk::SmartPointer< Self > Pointer
void SetValue(bool state)
int ToInt() const override
void FromString(const std::string &value) override
std::string ToString() const override
~BoolParameter() override
itk::SmartPointer< const Self > ConstPointer
void operator=(const BoolParameter &)=delete
This class represent a parameter for the wrapper framework This class is a high level class represent...
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.