OTB  10.0.0
Orfeo Toolbox
otbWrapperInputFilenameListParameter.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2005-2024 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 
84 
85  //
86  // Private methods.
87 private:
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
This class is a base class for list-type parameters.
This class represents a list of InputFilename parameter.
const std::string & GetFilenameFilter() const override
void operator=(const Parameter &)=delete
const std::string & GetFilenameFilter(std::vcl_size_t) const override
Role GetDirection(std::vcl_size_t) const override
ParameterType GetType() const override
InputFilenameListParameter(const Parameter &)=delete
This class represents a InputImage parameter.
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.