ML Reference
ml::Engine Class Reference

Base class for all ML Engines which are derived from Module, which have no inputs or outputs and which implements field connections or operations on fields. More...

#include <mlEngine.h>

Inheritance diagram for ml::Engine:
ml::Module ml::FieldContainer ml::Base

List of all members.

Public Member Functions

 Engine (int numInputImages=0, int numOutputImages=0)
 Constructor.

Protected Attributes

bool _valid
 Implements the runtime system interface of this class.

Detailed Description

Base class for all ML Engines which are derived from Module, which have no inputs or outputs and which implements field connections or operations on fields.

Definition at line 29 of file mlEngine.h.


Constructor & Destructor Documentation

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.


Member Data Documentation

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.


The documentation for this class was generated from the following file: