Base class to represent final results of the computation. Algorithm-specific final results are represented as derivative classes of the Result class.
More...
Default constructor. Constructs empty final results
Constructs final results with n elements
- Parameters
-
[in] | n | Number of elements in the final results |
virtual services::Status check |
( |
const Input * |
input, |
|
|
const Parameter * |
parameter, |
|
|
int |
method |
|
) |
| const |
|
inlinevirtual |
Checks the correctness of the final results structure
- Parameters
-
[in] | input | Pointer to the input arguments of the algorithm |
[in] | parameter | Pointer to the parameters of the algorithm |
[in] | method | Computation method |
virtual services::Status check |
( |
const PartialResult * |
partialResult, |
|
|
const Parameter * |
parameter, |
|
|
int |
method |
|
) |
| const |
|
inlinevirtual |
Checks the correctness of the partial result structure
- Parameters
-
[in] | partialResult | Pointer to the partial result arguments of the algorithm |
[in] | parameter | Pointer to the parameters of the algorithm |
[in] | method | Computation method |
virtual int getSerializationTag |
( |
| ) |
const |
|
inlinevirtual |
Returns a serialization tag, a unique identifier of this class used in serialization
- Returns
- Serialization tag
The documentation for this class was generated from the following file: