C# Class CascadeSharp.TKGeomBase.FEmTool.FEmTool_SeqOfLinConstr

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Append ( FEmTool_SeqOfLinConstr theSeq ) : void
Assign ( FEmTool_SeqOfLinConstr theOther ) : FEmTool_SeqOfLinConstr
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
FEmTool_SeqOfLinConstr ( ) : System
FEmTool_SeqOfLinConstr ( FEmTool_SeqOfLinConstr theOther ) : System
FEmTool_SeqOfLinConstr ( NCollection_BaseAllocator theAllocator ) : System
InsertAfter ( int theIndex, FEmTool_SeqOfLinConstr theSeq ) : void
InsertBefore ( int theIndex, FEmTool_SeqOfLinConstr theSeq ) : void
IsEmpty ( ) : bool
Length ( ) : int
Lower ( ) : int
Prepend ( FEmTool_SeqOfLinConstr theSeq ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
Size ( ) : int
Split ( int theIndex, FEmTool_SeqOfLinConstr theSeq ) : void
Upper ( ) : int

Method Details

Append() public method

public Append ( FEmTool_SeqOfLinConstr theSeq ) : void
theSeq FEmTool_SeqOfLinConstr
return void

Assign() public method

public Assign ( FEmTool_SeqOfLinConstr theOther ) : FEmTool_SeqOfLinConstr
theOther FEmTool_SeqOfLinConstr
return FEmTool_SeqOfLinConstr

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

Exchange() public method

public Exchange ( int I, int J ) : void
I int
J int
return void

FEmTool_SeqOfLinConstr() public method

public FEmTool_SeqOfLinConstr ( ) : System
return System

FEmTool_SeqOfLinConstr() public method

public FEmTool_SeqOfLinConstr ( FEmTool_SeqOfLinConstr theOther ) : System
theOther FEmTool_SeqOfLinConstr
return System

FEmTool_SeqOfLinConstr() public method

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

InsertAfter() public method

public InsertAfter ( int theIndex, FEmTool_SeqOfLinConstr theSeq ) : void
theIndex int
theSeq FEmTool_SeqOfLinConstr
return void

InsertBefore() public method

public InsertBefore ( int theIndex, FEmTool_SeqOfLinConstr theSeq ) : void
theIndex int
theSeq FEmTool_SeqOfLinConstr
return void

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

public Prepend ( FEmTool_SeqOfLinConstr theSeq ) : void
theSeq FEmTool_SeqOfLinConstr
return void

Remove() public method

public Remove ( int theIndex ) : void
theIndex int
return void

Remove() public method

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
return void

Reverse() public method

public Reverse ( ) : void
return void

Size() public method

public Size ( ) : int
return int

Split() public method

public Split ( int theIndex, FEmTool_SeqOfLinConstr theSeq ) : void
theIndex int
theSeq FEmTool_SeqOfLinConstr
return void

Upper() public method

public Upper ( ) : int
return int