C# Class CascadeSharp.TKGeomAlgo.Plate.Plate_SequenceOfLinearScalarConstraint

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Append ( Plate_LinearScalarConstraint theItem ) : void
Append ( Plate_SequenceOfLinearScalarConstraint theSeq ) : void
Assign ( Plate_SequenceOfLinearScalarConstraint theOther ) : Plate_SequenceOfLinearScalarConstraint
ChangeFirst ( ) : Plate_LinearScalarConstraint
ChangeLast ( ) : Plate_LinearScalarConstraint
ChangeValue ( int theIndex ) : Plate_LinearScalarConstraint
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : Plate_LinearScalarConstraint
InsertAfter ( int theIndex, Plate_LinearScalarConstraint theItem ) : void
InsertAfter ( int theIndex, Plate_SequenceOfLinearScalarConstraint theSeq ) : void
InsertBefore ( int theIndex, Plate_LinearScalarConstraint theItem ) : void
InsertBefore ( int theIndex, Plate_SequenceOfLinearScalarConstraint theSeq ) : void
IsEmpty ( ) : bool
Last ( ) : Plate_LinearScalarConstraint
Length ( ) : int
Lower ( ) : int
Plate_SequenceOfLinearScalarConstraint ( ) : System
Plate_SequenceOfLinearScalarConstraint ( NCollection_BaseAllocator theAllocator ) : System
Plate_SequenceOfLinearScalarConstraint ( Plate_SequenceOfLinearScalarConstraint theOther ) : System
Prepend ( Plate_LinearScalarConstraint theItem ) : void
Prepend ( Plate_SequenceOfLinearScalarConstraint theSeq ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
SetValue ( int theIndex, Plate_LinearScalarConstraint theItem ) : void
Size ( ) : int
Split ( int theIndex, Plate_SequenceOfLinearScalarConstraint theSeq ) : void
Upper ( ) : int
Value ( int theIndex ) : Plate_LinearScalarConstraint

Method Details

Append() public method

public Append ( Plate_LinearScalarConstraint theItem ) : void
theItem Plate_LinearScalarConstraint
return void

Append() public method

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

Assign() public method

public Assign ( Plate_SequenceOfLinearScalarConstraint theOther ) : Plate_SequenceOfLinearScalarConstraint
theOther Plate_SequenceOfLinearScalarConstraint
return Plate_SequenceOfLinearScalarConstraint

ChangeFirst() public method

public ChangeFirst ( ) : Plate_LinearScalarConstraint
return Plate_LinearScalarConstraint

ChangeLast() public method

public ChangeLast ( ) : Plate_LinearScalarConstraint
return Plate_LinearScalarConstraint

ChangeValue() public method

public ChangeValue ( int theIndex ) : Plate_LinearScalarConstraint
theIndex int
return Plate_LinearScalarConstraint

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

First() public method

public First ( ) : Plate_LinearScalarConstraint
return Plate_LinearScalarConstraint

InsertAfter() public method

public InsertAfter ( int theIndex, Plate_LinearScalarConstraint theItem ) : void
theIndex int
theItem Plate_LinearScalarConstraint
return void

InsertAfter() public method

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

InsertBefore() public method

public InsertBefore ( int theIndex, Plate_LinearScalarConstraint theItem ) : void
theIndex int
theItem Plate_LinearScalarConstraint
return void

InsertBefore() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : Plate_LinearScalarConstraint
return Plate_LinearScalarConstraint

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Plate_SequenceOfLinearScalarConstraint() public method

public Plate_SequenceOfLinearScalarConstraint ( ) : System
return System

Plate_SequenceOfLinearScalarConstraint() public method

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

Plate_SequenceOfLinearScalarConstraint() public method

public Plate_SequenceOfLinearScalarConstraint ( Plate_SequenceOfLinearScalarConstraint theOther ) : System
theOther Plate_SequenceOfLinearScalarConstraint
return System

Prepend() public method

public Prepend ( Plate_LinearScalarConstraint theItem ) : void
theItem Plate_LinearScalarConstraint
return void

Prepend() public method

public Prepend ( Plate_SequenceOfLinearScalarConstraint theSeq ) : void
theSeq Plate_SequenceOfLinearScalarConstraint
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

SetValue() public method

public SetValue ( int theIndex, Plate_LinearScalarConstraint theItem ) : void
theIndex int
theItem Plate_LinearScalarConstraint
return void

Size() public method

public Size ( ) : int
return int

Split() public method

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

Upper() public method

public Upper ( ) : int
return int

Value() public method

public Value ( int theIndex ) : Plate_LinearScalarConstraint
theIndex int
return Plate_LinearScalarConstraint