Base class to represent computation input arguments. Algorithm-specific input arguments are represented as derivative classes of the Input class.
More...
Default constructor. Constructs empty input arguments
Constructs input arguments with n elements
- Parameters
-
[in] | n | Number of elements in the input argument |
Copy constructor
- Parameters
-
[in] | other | Instance of the same class to copy |
virtual services::Status check |
( |
const Parameter * |
parameter, |
|
|
int |
method |
|
) |
| const |
|
inlinevirtual |
Checks the correctness of the input arguments
- Parameters
-
[in] | parameter | Pointer to the parameters of the algorithm |
[in] | method | Computation method |
The documentation for this class was generated from the following file: