Abstract class that specifies the interface of the algorithms for computing kernel functions in the batch processing mode.
More...
Constructs an algorithm for computing kernel functions by copying input objects and parameters of another algorithm for computing kernel functions
- Parameters
-
[in] | other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Returns a pointer to the newly allocated algorithm for computing kernel functions with a copy of input objects and parameters of this algorithm for computing kernel functions
- Returns
- Pointer to the newly allocated algorithm
virtual Input* getInput |
( |
| ) |
|
|
pure virtual |
Get input objects for the kernel function algorithm
- Returns
- Input objects for the kernel function algorithm
Get parameters of the kernel function algorithm
- Returns
- Parameters of the kernel function algorithm
Returns the structure that contains computed results of the kernel function algorithm
- Returns
- the Structure that contains computed results of the kernel function algorithm
services::Status setResult |
( |
const ResultPtr & |
res | ) |
|
|
inline |
Registers user-allocated memory to store results of the kernel function algorithm
- Parameters
-
[in] | res | Structure to store the results |
The documentation for this class was generated from the following file: