Implements the abstract interface AlgorithmIface. AlgorithmIfaceImpl is, in turn, the base class for the classes interfacing the major compute modes: batch, online and distributed.
More...
void enableChecks |
( |
bool |
enableChecksFlag | ) |
|
|
inline |
Sets flag of requiring parameters checks
- Parameters
-
enableChecksFlag | True if checks are needed, false if no checks are required |
services::SharedPtr<services::ErrorCollection> getErrors |
( |
| ) |
|
|
inlinevirtual |
For backward compatibility. Returns error collection of the algorithm
- Returns
- Error collection of the algorithm
- Deprecated:
- This item will be removed in a future release.
Implements AlgorithmIface.
bool isChecksEnabled |
( |
| ) |
const |
|
inline |
Returns flag of checking necessity
- Returns
- flag of checking necessity
The documentation for this class was generated from the following file: