Base class to represent partial results of the computation. Algorithm-specific partial results are represented as derivative classes of the PartialResult class.
More...
◆ PartialResult() [1/2]
Constructs the partial result of the algorithm
- Parameters
-
context | Context to manage the partial result of the algorithm |
◆ PartialResult() [2/2]
Constructs parameter from C++ parameter
- Parameters
-
context | Context to manage the partial result |
cPartialResult | Address of C++ parameter |
◆ check() [1/2]
Checks the correctness of the partial results
- Parameters
-
input | Input object |
parameter | Parameters of the algorithm |
method | Computation method |
◆ check() [2/2]
void check |
( |
Parameter |
parameter, |
|
|
int |
method |
|
) |
| |
Checks the correctness of the partial result
- Parameters
-
parameter | Parameters of the algorithm |
method | Computation method |
The documentation for this class was generated from the following file: