OTB  9.0.0
Orfeo Toolbox
otbWrapperInputFilenameListParameter.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2005-2022 Centre National d'Etudes Spatiales (CNES)
3  *
4  * This file is part of Orfeo Toolbox
5  *
6  * https://www.orfeo-toolbox.org/
7  *
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  * http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  */
20 
21 #ifndef otbWrapperInputFilenameListParameter_h
22 #define otbWrapperInputFilenameListParameter_h
23 
24 
27 
28 
29 namespace otb
30 {
31 
32 namespace Wrapper
33 {
34 
40 class OTBApplicationEngine_EXPORT InputFilenameListParameter : public ParameterList<StringParameter>
41 {
42  //
43  // Public types.
44 public:
48 
49  typedef itk::SmartPointer<Self> Pointer;
50  typedef itk::SmartPointer<const Self> ConstPointer;
51 
52  //
53  // Public methods.
54 public:
56  itkNewMacro(Self);
57 
60 
62  Role GetDirection(std::size_t) const override;
63 
65  Role GetDirection() const override;
66 
68  const std::string& GetFilenameFilter(std::size_t) const override;
69 
71  const std::string& GetFilenameFilter() const override;
72 
73  ParameterType GetType() const override;
74 
75 
76  //
77  // Protected methods.
78 protected:
81 
83  ~InputFilenameListParameter() override;
84 
85  //
86  // Private methods.
87 private:
88  InputFilenameListParameter(const Parameter&) = delete;
89  void operator=(const Parameter&) = delete;
90 
91 }; // End class InputFilenameList Parameter
92 
93 } // End namespace Wrapper
94 
95 } // End namespace otb
96 
97 #endif
otb::Wrapper::Parameter
This class represent a parameter for the wrapper framework This class is a high level class represent...
Definition: otbWrapperParameter.h:49
otb::Wrapper::ParameterList
This class represents a InputImage parameter.
Definition: otbWrapperParameterList.h:42
otb
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
Definition: otbJoinContainer.h:32
otbWrapperParameterList.h
otb::Wrapper::InputFilenameListParameter
This class represents a list of InputFilename parameter.
Definition: otbWrapperInputFilenameListParameter.h:40
otbWrapperStringParameter.h
otb::Wrapper::Role
Role
Definition: otbWrapperTypes.h:126
otb::Wrapper::InputFilenameListParameter::Pointer
itk::SmartPointer< Self > Pointer
Definition: otbWrapperInputFilenameListParameter.h:49
otb::Wrapper::InputFilenameListParameter::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition: otbWrapperInputFilenameListParameter.h:50
otb::Wrapper::AbstractParameterList
This class is a base class for list-type parameters.
Definition: otbWrapperAbstractParameterList.h:41
otb::Wrapper::InputFilenameListParameter::Self
InputFilenameListParameter Self
Definition: otbWrapperInputFilenameListParameter.h:46
otb::Wrapper::InputFilenameListParameter::Superclass
ParameterList< StringParameter > Superclass
Definition: otbWrapperInputFilenameListParameter.h:47
otb::Wrapper::MetaDataHelper::GetType
OTBApplicationEngine_EXPORT MDType GetType(const std::string &val)
otb::Wrapper::ParameterType
ParameterType
Definition: otbWrapperTypes.h:37