Provides methods to access final results obtained with the compute() method of the sorting algorithm in the batch processing mode.
More...
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
method |
|
) |
| |
Allocates memory to store final results of the sorting algorithms
- Parameters
-
input | Input objects for the sorting algorithm |
method | Algorithm computation method |
- Full Names
allocate_Float64
is for float64
allocate_Float32
is for float32
def check |
( |
|
self, |
|
|
|
arg2, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks the correctness of the Result object
- Parameters
-
in | Pointer to the object |
par | Parameter of algorithm |
method | Algorithm computation method |
Returns the final result of the sorting algorithm
- Parameters
-
id | Identifier of the final result, ResultId |
- Returns
- Final result that corresponds to the given identifier
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the Result object of the sorting algorithm
- Parameters
-
id | Identifier of the Result object |
value | Pointer to the Result object |
The documentation for this class was generated from the following file: