C# Class CascadeSharp.TKBO.BOPDS.BOPDS_SubIterator

Exibir arquivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
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

Method Details

BOPDS_SubIterator() public method

public BOPDS_SubIterator ( ) : System
return System

BOPDS_SubIterator() public method

public BOPDS_SubIterator ( BOPDS_SubIterator parameter1 ) : System
parameter1 BOPDS_SubIterator
return System

BOPDS_SubIterator() public method

public BOPDS_SubIterator ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
return System

DS() public method

public DS ( ) : CascadeSharp.TKBO.BOPDS.BOPDS_DS
return CascadeSharp.TKBO.BOPDS.BOPDS_DS

ExpectedLength() public method

public ExpectedLength ( ) : int
return int

Initialize() public method

public Initialize ( ) : void
return void

Intersect() public method

public Intersect ( ) : void
return void

More() public method

public More ( ) : bool
return bool

Next() public method

public Next ( ) : void
return void

Prepare() public method

public Prepare ( ) : void
return void

SetDS() public method

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

SetSubSet1() public method

public SetSubSet1 ( TColStd_ListOfInteger theLI ) : void
theLI TColStd_ListOfInteger
return void

SetSubSet2() public method

public SetSubSet2 ( TColStd_ListOfInteger theLI ) : void
theLI TColStd_ListOfInteger
return void

SubSet1() public method

public SubSet1 ( ) : TColStd_ListOfInteger
return TColStd_ListOfInteger

SubSet2() public method

public SubSet2 ( ) : TColStd_ListOfInteger
return TColStd_ListOfInteger

Value() public method

public Value ( int &theIndex1, int &theIndex2 ) : void
theIndex1 int
theIndex2 int
return void