C# Class CascadeSharp.TKService.Aspect.Aspect_SequenceOfColor

ファイルを表示 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Append() public method

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

Append() public method

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

Aspect_SequenceOfColor() public method

public Aspect_SequenceOfColor ( ) : System
return System

Aspect_SequenceOfColor() public method

public Aspect_SequenceOfColor ( Aspect_SequenceOfColor theOther ) : System
theOther Aspect_SequenceOfColor
return System

Aspect_SequenceOfColor() public method

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

Assign() public method

public Assign ( Aspect_SequenceOfColor theOther ) : Aspect_SequenceOfColor
theOther Aspect_SequenceOfColor
return Aspect_SequenceOfColor

ChangeFirst() public method

public ChangeFirst ( ) : Quantity_Color
return Quantity_Color

ChangeLast() public method

public ChangeLast ( ) : Quantity_Color
return Quantity_Color

ChangeValue() public method

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

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 ( ) : Quantity_Color
return Quantity_Color

InsertAfter() public method

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

InsertAfter() public method

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

InsertBefore() public method

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

InsertBefore() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : Quantity_Color
return Quantity_Color

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

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

Prepend() public method

public Prepend ( Quantity_Color theItem ) : void
theItem Quantity_Color
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, Quantity_Color theItem ) : void
theIndex int
theItem Quantity_Color
return void

Size() public method

public Size ( ) : int
return int

Split() public method

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

Upper() public method

public Upper ( ) : int
return int

Value() public method

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