![]() |
![]() |
Properties of an Engine algorithm. This structure is identical to Engine_AlgInfo except that the typeTab array of strings is replaced by a singie string called types. The string, types, represents a ';' separated list of inheritance hierarchies of the algorithm, for example, "ti.sdo.ce.video.IVIDDEC;ti.sdo.ce.test.xvideo.IVIDE".
More...
#include <Engine.h>
Data Fields | |
| Int | algInfoSize |
| String | name |
| String | types |
| Bool | isLocal |
Properties of an Engine algorithm. This structure is identical to Engine_AlgInfo except that the typeTab array of strings is replaced by a singie string called types. The string, types, represents a ';' separated list of inheritance hierarchies of the algorithm, for example, "ti.sdo.ce.video.IVIDDEC;ti.sdo.ce.test.xvideo.IVIDE".
Size of this structure.
| String Engine_AlgInfo2::name |
Name of algorithm.
| String Engine_AlgInfo2::types |
Inheritance hierarchy.
If TRUE, run locally.