Input objects for engines
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Default constructor
- Variant 2
- Copy constructor
def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks an input object for the engine
- Parameters
-
par | Parameter of the algorithm |
method | Computation method of the algorithm |
- Returns
- Status of computations
Returns input table of the engine
- Parameters
-
id | Identifier of the input table |
- Returns
- Input table that corresponds to the given identifier
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets input for the engine
- Parameters
-
id | Identifier of the input object |
ptr | Pointer to the object |
The documentation for this class was generated from the following file:
- algorithms/engines/__init__.py