#include <mlEngine.h>

Public Member Functions | |
| Engine (int numInputImages=0, int numOutputImages=0) | |
| Constructor. | |
Protected Attributes | |
| bool | _valid |
| Implements the runtime system interface of this class. | |
Definition at line 29 of file mlEngine.h.
| ml::Engine::Engine | ( | int | numInputImages = 0, |
|
| int | numOutputImages = 0 | |||
| ) | [inline] |
Constructor.
Definition at line 35 of file mlEngine.h.
References ML_PRINT_FATAL_ERROR, ML_PROGRAMMING_ERROR, and ML_TRACE_IN.
bool ml::Engine::_valid [protected] |
Implements the runtime system interface of this class.
Contains the state of the engine, false if not valid, otherwise true. Default is false.
Definition at line 45 of file mlEngine.h.
1.5.8