C# Class Ocronet.Dynamic.OcroFST.CompositionFst

Inheritance: ReadOnlyFst
ファイルを表示 Open project: nickun/OCRonet Class Usage Examples

Public Methods

Method Description
CheckOwnsNothing ( ) : void

Fail if this FST still owns either of the objects.

Move1 ( ) : IGenericFst

Return the 1st FST, releasing the ownership.

Move2 ( ) : IGenericFst

Return the 2nd FST, releasing the ownership.

SplitIndex ( int &result1, int &result2, int index ) : void
SplitIndices ( Intarray result1, Intarray result2, Intarray indices ) : void

Method Details

CheckOwnsNothing() public abstract method

Fail if this FST still owns either of the objects.
public abstract CheckOwnsNothing ( ) : void
return void

Move1() public abstract method

Return the 1st FST, releasing the ownership.
public abstract Move1 ( ) : IGenericFst
return Ocronet.Dynamic.Interfaces.IGenericFst

Move2() public abstract method

Return the 2nd FST, releasing the ownership.
public abstract Move2 ( ) : IGenericFst
return Ocronet.Dynamic.Interfaces.IGenericFst

SplitIndex() public abstract method

public abstract SplitIndex ( int &result1, int &result2, int index ) : void
result1 int
result2 int
index int
return void

SplitIndices() public abstract method

public abstract SplitIndices ( Intarray result1, Intarray result2, Intarray indices ) : void
result1 Intarray
result2 Intarray
indices Intarray
return void