Base class to represent final results of the computation. Algorithm-specific final results are represented as derivative classes of the Result class.
More...
Constructs the result of the algorithm
- Parameters
-
context | Context to manage the result of the algorithm |
Constructs parameter from C++ parameter
- Parameters
-
context | Context to manage the result |
cResult | Address of C++ parameter |
Checks the correctness of the result
- Parameters
-
input | Input object |
parameter | Parameters of the algorithm |
method | Computation method |
Checks the correctness of the result
- Parameters
-
partialResult | Partial result of the algorithm |
parameter | Parameters of the algorithm |
method | Computation method |
The documentation for this class was generated from the following file: