C# 클래스 Ocronet.Dynamic.OcroFST.CompositionFst

상속: ReadOnlyFst
파일 보기 프로젝트 열기: nickun/OCRonet 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CheckOwnsNothing() 공개 추상적인 메소드

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

Move1() 공개 추상적인 메소드

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

Move2() 공개 추상적인 메소드

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

SplitIndex() 공개 추상적인 메소드

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

SplitIndices() 공개 추상적인 메소드

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