C# 클래스 CascadeSharp.TKBO.BOPDS.BOPDS_SubIterator

파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
BOPDS_SubIterator ( ) : System
BOPDS_SubIterator ( BOPDS_SubIterator parameter1 ) : System
BOPDS_SubIterator ( NCollection_BaseAllocator theAllocator ) : System
DS ( ) : CascadeSharp.TKBO.BOPDS.BOPDS_DS
ExpectedLength ( ) : int
Initialize ( ) : void
Intersect ( ) : void
More ( ) : bool
Next ( ) : void
Prepare ( ) : void
SetDS ( CascadeSharp.TKBO.BOPDS.BOPDS_DS pDS ) : void
SetSubSet1 ( TColStd_ListOfInteger theLI ) : void
SetSubSet2 ( TColStd_ListOfInteger theLI ) : void
SubSet1 ( ) : TColStd_ListOfInteger
SubSet2 ( ) : TColStd_ListOfInteger
Value ( int &theIndex1, int &theIndex2 ) : void

메소드 상세

BOPDS_SubIterator() 공개 메소드

public BOPDS_SubIterator ( ) : System
리턴 System

BOPDS_SubIterator() 공개 메소드

public BOPDS_SubIterator ( BOPDS_SubIterator parameter1 ) : System
parameter1 BOPDS_SubIterator
리턴 System

BOPDS_SubIterator() 공개 메소드

public BOPDS_SubIterator ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
리턴 System

DS() 공개 메소드

public DS ( ) : CascadeSharp.TKBO.BOPDS.BOPDS_DS
리턴 CascadeSharp.TKBO.BOPDS.BOPDS_DS

ExpectedLength() 공개 메소드

public ExpectedLength ( ) : int
리턴 int

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Intersect() 공개 메소드

public Intersect ( ) : void
리턴 void

More() 공개 메소드

public More ( ) : bool
리턴 bool

Next() 공개 메소드

public Next ( ) : void
리턴 void

Prepare() 공개 메소드

public Prepare ( ) : void
리턴 void

SetDS() 공개 메소드

public SetDS ( CascadeSharp.TKBO.BOPDS.BOPDS_DS pDS ) : void
pDS CascadeSharp.TKBO.BOPDS.BOPDS_DS
리턴 void

SetSubSet1() 공개 메소드

public SetSubSet1 ( TColStd_ListOfInteger theLI ) : void
theLI TColStd_ListOfInteger
리턴 void

SetSubSet2() 공개 메소드

public SetSubSet2 ( TColStd_ListOfInteger theLI ) : void
theLI TColStd_ListOfInteger
리턴 void

SubSet1() 공개 메소드

public SubSet1 ( ) : TColStd_ListOfInteger
리턴 TColStd_ListOfInteger

SubSet2() 공개 메소드

public SubSet2 ( ) : TColStd_ListOfInteger
리턴 TColStd_ListOfInteger

Value() 공개 메소드

public Value ( int &theIndex1, int &theIndex2 ) : void
theIndex1 int
theIndex2 int
리턴 void