OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | List of all members
otb::Wrapper::InputVectorDataListParameter Class Reference

#include <otbWrapperInputVectorDataListParameter.h>

+ Inheritance diagram for otb::Wrapper::InputVectorDataListParameter:
+ Collaboration diagram for otb::Wrapper::InputVectorDataListParameter:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::SmartPointer< SelfPointer
 
typedef InputVectorDataListParameter Self
 
typedef ParameterList< InputVectorDataParameterSuperclass
 
- Public Types inherited from otb::Wrapper::ParameterList< InputVectorDataParameter >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef std::vector< typename InputVectorDataParameter ::PointerParameterVector
 
typedef itk::SmartPointer< SelfPointer
 
typedef ParameterList Self
 
typedef AbstractParameterList Superclass
 
- Public Types inherited from otb::Wrapper::AbstractParameterList
typedef AbstractParameterList Self
 
typedef Parameter Superclass
 
- Public Types inherited from otb::Wrapper::Parameter
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::SmartPointer< SelfPointer
 
typedef Parameter Self
 
typedef itk::Object Superclass
 
- Public Types inherited from otb::Wrapper::StringListInterface
typedef std::vector< std::string > StringVector
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from otb::Wrapper::ParameterList< InputVectorDataParameter >
ParameterVector::const_iterator begin () const
 
ParameterVector::const_iterator end () const
 
virtual void Erase (std::vcl_size_t id)
 
virtual void Erase (std::vcl_size_t start, std::vcl_size_t count)=0
 
virtual const char * GetNameOfClass () const
 
void ClearValue () override
 
bool HasValue () const override
 
void SetListFromFileName (const StringVector &) override
 
void InsertNullElement (std::vcl_size_t=-1) override
 
void AddFromFileName (const std::string &) override
 
void Insert (const std::string &, std::vcl_size_t=-1) override
 
void InsertElement (typename InputVectorDataParameter ::Pointer, std::vcl_size_t=-1)
 
void SetNthFileName (std::vcl_size_t, const std::string &) override
 
std::vcl_size_t SetStrings (const StringVector &) override
 
std::vcl_size_t GetStrings (StringVector &) const override
 
StringVector GetFileNameList () const override
 
std::string GetNthFileName (std::vcl_size_t) const override
 
const std::string & GetToolTip (std::vcl_size_t) const override
 
void Erase (std::vcl_size_t start, std::vcl_size_t count) override
 
std::vcl_size_t Size () const override
 
bool IsActive (vcl_size_t) const override
 
void Swap (std::vcl_size_t, std::vcl_size_t) override
 
InputVectorDataParameter ::Pointer GetNthElement (std::vcl_size_t)
 
std::vector< std::string > ToStringList () const override
 
void FromStringList (const std::vector< std::string > &value) override
 
std::string ToString () 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 HasValue () const =0
 
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::PointerGetChildrenList ()
 
void TypeError (const std::string &target_type) const
 
virtual int ToInt () const
 
virtual float ToFloat () const
 
virtual double ToDouble () const
 
virtual std::string ToString () const
 
virtual std::vector< std::string > ToStringList () const
 
virtual void FromInt (int)
 
virtual void FromFloat (float)
 
virtual void FromDouble (double)
 
virtual void FromString (const std::string &)
 
- Public Member Functions inherited from otb::Wrapper::StringListInterface
virtual void AddNullElement ()
 
virtual void Erase (std::vcl_size_t id)
 
virtual Role GetDirection (std::vcl_size_t) const
 
virtual const std::string & GetFilenameFilter (std::vcl_size_t) const
 
virtual StringVector GetFileNameList () const =0
 
virtual bool IsActive (std::vcl_size_t) const =0
 
virtual bool IsFilename () const
 
virtual std::vcl_size_t Size () const =0
 

Static Public Member Functions

static Pointer New ()
 
VectorDataListType::Pointer m_VectorDataList
 
const VectorDataListTypeGetVectorDataList () const
 
VectorDataListTypeGetVectorDataList ()
 
const VectorDataTypeGetNthVectorData (std::vcl_size_t)
 
void SetVectorDataList (VectorDataListType *)
 
void AddVectorData (VectorDataType *)
 
void ClearValue () override
 
virtual Role GetDirection () const override
 
const std::string & GetFilenameFilter () const override
 
ParameterType GetType () const override
 
virtual Role GetDirection (std::vcl_size_t) const
 
virtual Role GetDirection () const=0
 
virtual const std::string & GetFilenameFilter (std::vcl_size_t) const
 
virtual const std::string & GetFilenameFilter () const
 
 InputVectorDataListParameter ()
 
 ~InputVectorDataListParameter () override
 
 InputVectorDataListParameter (const Parameter &)=delete
 
void operator= (const Parameter &)=delete
 
InputVectorDataParameter::Pointer FromVectorData (VectorDataType *)
 
InputVectorDataParameter::PointerFromVectorData (InputVectorDataParameter::Pointer &, VectorDataType *)
 

Additional Inherited Members

- Protected Member Functions inherited from otb::Wrapper::ParameterList< InputVectorDataParameter >
 ParameterList ()
 
 ~ParameterList () override
 
void SetObjectList (L &, const L &, From, Get)
 
L::ObjectType * GetObjectList (L &, Get)
 
const L::ObjectType * GetObjectList (L &, Get) const
 
void AddData (D *, From)
 
InputVectorDataParameter ::Pointer FromData (D *, Set, const std::string &description=std::string())
 
InputVectorDataParameter ::PointerFromData (typename InputVectorDataParameter ::Pointer &, D *, Set, const std::string &description=std::string())
 
- Protected Member Functions inherited from otb::Wrapper::AbstractParameterList
 AbstractParameterList ()
 
 ~AbstractParameterList () override
 
- Protected Member Functions inherited from otb::Wrapper::Parameter
 Parameter ()
 
- Protected Member Functions inherited from otb::Wrapper::StringListInterface
 StringListInterface ()
 
- Protected Attributes inherited from otb::Wrapper::ParameterList< InputVectorDataParameter >
ParameterVector m_Parameters
 
- 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< Parameterm_Root
 
std::vector< Parameter::Pointerm_ChildrenList
 

Detailed Description

This class represents a list of VectorData parameter.

Definition at line 41 of file otbWrapperInputVectorDataListParameter.h.

Member Typedef Documentation

◆ ConstPointer

Definition at line 48 of file otbWrapperInputVectorDataListParameter.h.

◆ Pointer

Definition at line 47 of file otbWrapperInputVectorDataListParameter.h.

◆ Self

Standard class typedef

Definition at line 45 of file otbWrapperInputVectorDataListParameter.h.

◆ Superclass

Definition at line 46 of file otbWrapperInputVectorDataListParameter.h.

Constructor & Destructor Documentation

◆ InputVectorDataListParameter() [1/2]

otb::Wrapper::InputVectorDataListParameter::InputVectorDataListParameter ( )
protected

Constructor

◆ ~InputVectorDataListParameter()

otb::Wrapper::InputVectorDataListParameter::~InputVectorDataListParameter ( )
overrideprotected

Destructor

◆ InputVectorDataListParameter() [2/2]

otb::Wrapper::InputVectorDataListParameter::InputVectorDataListParameter ( const Parameter )
privatedelete

Get one list of the stored image.

Member Function Documentation

◆ AddVectorData()

void otb::Wrapper::InputVectorDataListParameter::AddVectorData ( VectorDataType )

Add an image to the list.

◆ ClearValue()

void otb::Wrapper::InputVectorDataListParameter::ClearValue ( )
overridevirtual

Clear all the list.

Reimplemented from otb::Wrapper::Parameter.

◆ CreateAnother()

virtual::itk::LightObject::Pointer otb::Wrapper::InputVectorDataListParameter::CreateAnother ( void  ) const

◆ FromVectorData() [1/2]

InputVectorDataParameter::Pointer& otb::Wrapper::InputVectorDataListParameter::FromVectorData ( InputVectorDataParameter::Pointer ,
VectorDataType  
)
private

Get one list of the stored image.

◆ FromVectorData() [2/2]

InputVectorDataParameter::Pointer otb::Wrapper::InputVectorDataListParameter::FromVectorData ( VectorDataType )
private

Get one list of the stored image.

◆ GetDirection() [1/3]

virtual Role otb::Wrapper::InputVectorDataListParameter::GetDirection ( ) const
overridevirtual

Get one list of the stored image.

Implements otb::Wrapper::StringListInterface.

◆ GetDirection() [2/3]

virtual Role otb::Wrapper::StringListInterface::GetDirection

Get one list of the stored image.

◆ GetDirection() [3/3]

virtual Role otb::Wrapper::StringListInterface::GetDirection

Get one list of the stored image.

◆ GetFilenameFilter() [1/3]

virtual const std::string& otb::Wrapper::StringListInterface::GetFilenameFilter

Get one list of the stored image.

◆ GetFilenameFilter() [2/3]

const std::string& otb::Wrapper::InputVectorDataListParameter::GetFilenameFilter ( ) const
overridevirtual

Get one list of the stored image.

Reimplemented from otb::Wrapper::StringListInterface.

◆ GetFilenameFilter() [3/3]

virtual const std::string& otb::Wrapper::StringListInterface::GetFilenameFilter

Get one list of the stored image.

◆ GetNameOfClass()

virtual const char* otb::Wrapper::InputVectorDataListParameter::GetNameOfClass ( ) const
virtual

RTTI support

Reimplemented from otb::Wrapper::AbstractParameterList.

◆ GetNthVectorData()

const VectorDataType* otb::Wrapper::InputVectorDataListParameter::GetNthVectorData ( std::vcl_size_t  )

Get one specific stored image.

◆ GetType()

ParameterType otb::Wrapper::InputVectorDataListParameter::GetType ( ) const
inlineoverridevirtual

Get one list of the stored image.

Implements otb::Wrapper::Parameter.

Definition at line 84 of file otbWrapperInputVectorDataListParameter.h.

References otb::Wrapper::ParameterType_InputVectorDataList.

◆ GetVectorDataList() [1/2]

VectorDataListType* otb::Wrapper::InputVectorDataListParameter::GetVectorDataList ( )

Get one list of the stored image.

◆ GetVectorDataList() [2/2]

const VectorDataListType* otb::Wrapper::InputVectorDataListParameter::GetVectorDataList ( ) const

Get one list of the stored image.

◆ New()

static Pointer otb::Wrapper::InputVectorDataListParameter::New ( )
static

Defining ::New() static method

◆ operator=()

void otb::Wrapper::InputVectorDataListParameter::operator= ( const Parameter )
privatedelete

Get one list of the stored image.

◆ SetVectorDataList()

void otb::Wrapper::InputVectorDataListParameter::SetVectorDataList ( VectorDataListType )

Set the list of image.

Member Data Documentation

◆ m_VectorDataList

VectorDataListType::Pointer otb::Wrapper::InputVectorDataListParameter::m_VectorDataList
private

Get one list of the stored image.

Definition at line 107 of file otbWrapperInputVectorDataListParameter.h.


The documentation for this class was generated from the following file: