OTB
9.0.0
Orfeo Toolbox
|
#include <otbWrapperBandParameter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
typedef BandParameter | Self |
typedef ListViewParameter | Superclass |
Public Types inherited from otb::Wrapper::ListViewParameter | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
typedef ListViewParameter | Self |
typedef Parameter | Superclass |
Public Types inherited from otb::Wrapper::Parameter | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
typedef Parameter | Self |
typedef itk::Object | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
const std::string & | GetRasterData () const |
ParameterType | GetType () const override |
void | SetRasterData (std::string rasterData) |
Public Member Functions inherited from otb::Wrapper::ListViewParameter | |
void | AddChoice (std::string choicekey, std::string choiceName) |
void | ClearChoices () |
void | ClearValue () override |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
void | FromString (const std::string &value) override |
void | FromStringList (const std::vector< std::string > &values) override |
std::string | GetChoiceKey (int i) const |
std::vector< std::string > | GetChoiceKeys () |
std::string | GetChoiceName (int i) |
std::vector< std::string > | GetChoiceNames () |
unsigned int | GetNbChoices (void) |
std::vector< int > | GetSelectedItems () |
std::vector< std::string > | GetSelectedKeys () |
std::vector< std::string > | GetSelectedNames () const |
virtual bool | GetSingleSelection () |
ParameterType | GetType () const override |
virtual unsigned int | GetValue () const |
bool | HasValue () const override |
void | SetSelectedItems (std::vector< int > selectedItems) |
void | SetSelectedItems (std::vector< std::string > selectedItems) |
void | SetSelectedItemsByKeys () |
void | SetSelectedItemsByNames () |
void | SetSelectedKeys (std::vector< std::string > selectedKeys) |
void | SetSelectedNames (std::vector< std::string > selectedNames) |
virtual void | SetSingleSelection (bool _arg) |
virtual void | SetValue (std::string choiceKey) |
virtual void | SetValue (unsigned int v) |
virtual void | SingleSelectionOff () |
virtual void | SingleSelectionOn () |
std::string | ToString () const override |
std::vector< std::string > | ToStringList () const override |
Public Member Functions inherited from otb::Wrapper::Parameter | |
virtual void | SetName (const std::string &) |
virtual const char * | GetName () const |
virtual void | SetDescription (const std::string &) |
virtual const std::string & | GetDescription () const |
virtual void | SetKey (const std::string &) |
virtual const char * | GetKey () const |
virtual void | SetActive (bool flag) |
bool | GetActive (bool recurseParents=false) const |
virtual void | SetMandatory (bool flag) |
virtual bool | GetMandatory () const |
virtual void | MandatoryOn () |
virtual void | MandatoryOff () |
virtual void | SetAutomaticValue (bool flag) |
virtual bool | GetAutomaticValue () const |
void | AutomaticValueOn () |
void | AutomaticValueOff () |
virtual void | SetUserLevel (const UserLevel level) |
virtual UserLevel | GetUserLevel () const |
virtual void | SetRole (const Role role) |
virtual Role | GetRole () const |
virtual void | Reset () |
virtual bool | HasUserValue () const |
virtual void | SetUserValue (bool isUserValue) |
virtual void | SetRoot (const Parameter::Pointer root) |
virtual const Parameter::Pointer | GetRoot () const |
virtual bool | IsRoot () const |
virtual void | AddChild (Parameter::Pointer child) |
virtual std::vector< Parameter::Pointer > | GetChildrenList () |
void | TypeError (const std::string &target_type) const |
virtual int | ToInt () const |
virtual float | ToFloat () const |
virtual double | ToDouble () const |
virtual void | FromInt (int) |
virtual void | FromFloat (float) |
virtual void | FromDouble (double) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from otb::Wrapper::ListViewParameter | |
static Pointer | New () |
Protected Member Functions | |
BandParameter ()=default | |
~BandParameter () override=default | |
Protected Member Functions inherited from otb::Wrapper::ListViewParameter | |
ListViewParameter () | |
~ListViewParameter () override | |
Protected Member Functions inherited from otb::Wrapper::Parameter | |
Parameter () | |
Protected Attributes | |
std::string | m_RasterData |
Protected Attributes inherited from otb::Wrapper::ListViewParameter | |
ChoiceList | m_ChoiceList |
unsigned int | m_CurrentChoice |
std::vector< int > | m_SelectedItems |
std::vector< std::string > | m_SelectedKeys |
std::vector< std::string > | m_SelectedNames |
bool | m_SingleSelection |
Protected Attributes inherited from otb::Wrapper::Parameter | |
std::string | m_Name |
std::string | m_Description |
std::string | m_Key |
bool | m_Mandatory |
bool | m_Active |
bool | m_UserValue |
UserLevel | m_UserLevel |
Role | m_Role |
itk::WeakPointer< Parameter > | m_Root |
std::vector< Parameter::Pointer > | m_ChildrenList |
Private Member Functions | |
BandParameter (const BandParameter &)=delete | |
void | operator= (const BandParameter &)=delete |
Additional Inherited Members | |
Protected Types inherited from otb::Wrapper::ListViewParameter | |
typedef std::vector< ListViewChoice > | ChoiceList |
This class represents a band parameter selected from a raster file for the wrapper framework.
Definition at line 38 of file otbWrapperBandParameter.h.
typedef itk::SmartPointer<const Self> otb::Wrapper::BandParameter::ConstPointer |
Definition at line 45 of file otbWrapperBandParameter.h.
typedef itk::SmartPointer<Self> otb::Wrapper::BandParameter::Pointer |
Definition at line 44 of file otbWrapperBandParameter.h.
Standard class typedef
Definition at line 42 of file otbWrapperBandParameter.h.
Definition at line 43 of file otbWrapperBandParameter.h.
|
protecteddefault |
Constructor
|
overrideprotecteddefault |
Destructor
|
privatedelete |
virtual::itk::LightObject::Pointer otb::Wrapper::BandParameter::CreateAnother | ( | void | ) | const |
|
virtual |
RTTI support
Reimplemented from otb::Wrapper::ListViewParameter.
|
inline |
Get raster data name from which we choose the fields
Definition at line 65 of file otbWrapperBandParameter.h.
|
inlineoverridevirtual |
Get the dynamic type as declared in WrapperTypes.h
Implements otb::Wrapper::Parameter.
Definition at line 53 of file otbWrapperBandParameter.h.
References otb::Wrapper::ParameterType_Band.
|
static |
Defining ::New() static method
|
privatedelete |
|
inline |
Set raster data name from which we choose the fields
Definition at line 59 of file otbWrapperBandParameter.h.
|
protected |
Definition at line 77 of file otbWrapperBandParameter.h.