C# Класс CascadeSharp.TKMath.TColgp.TColgp_SequenceOfXY

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Append ( TColgp_SequenceOfXY theSeq ) : void
Append ( gp_XY theItem ) : void
Assign ( TColgp_SequenceOfXY theOther ) : TColgp_SequenceOfXY
ChangeFirst ( ) : gp_XY
ChangeLast ( ) : gp_XY
ChangeValue ( int theIndex ) : gp_XY
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : gp_XY
InsertAfter ( int theIndex, TColgp_SequenceOfXY theSeq ) : void
InsertAfter ( int theIndex, gp_XY theItem ) : void
InsertBefore ( int theIndex, TColgp_SequenceOfXY theSeq ) : void
InsertBefore ( int theIndex, gp_XY theItem ) : void
IsEmpty ( ) : bool
Last ( ) : gp_XY
Length ( ) : int
Lower ( ) : int
Prepend ( TColgp_SequenceOfXY theSeq ) : void
Prepend ( gp_XY theItem ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
SetValue ( int theIndex, gp_XY theItem ) : void
Size ( ) : int
Split ( int theIndex, TColgp_SequenceOfXY theSeq ) : void
TColgp_SequenceOfXY ( ) : System
TColgp_SequenceOfXY ( NCollection_BaseAllocator theAllocator ) : System
TColgp_SequenceOfXY ( TColgp_SequenceOfXY theOther ) : System
Upper ( ) : int
Value ( int theIndex ) : gp_XY

Описание методов

Append() публичный Метод

public Append ( TColgp_SequenceOfXY theSeq ) : void
theSeq TColgp_SequenceOfXY
Результат void

Append() публичный Метод

public Append ( gp_XY theItem ) : void
theItem gp_XY
Результат void

Assign() публичный Метод

public Assign ( TColgp_SequenceOfXY theOther ) : TColgp_SequenceOfXY
theOther TColgp_SequenceOfXY
Результат TColgp_SequenceOfXY

ChangeFirst() публичный Метод

public ChangeFirst ( ) : gp_XY
Результат gp_XY

ChangeLast() публичный Метод

public ChangeLast ( ) : gp_XY
Результат gp_XY

ChangeValue() публичный Метод

public ChangeValue ( int theIndex ) : gp_XY
theIndex int
Результат gp_XY

Clear() публичный Метод

public Clear ( ) : void
Результат void

Clear() публичный Метод

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
Результат void

Exchange() публичный Метод

public Exchange ( int I, int J ) : void
I int
J int
Результат void

First() публичный Метод

public First ( ) : gp_XY
Результат gp_XY

InsertAfter() публичный Метод

public InsertAfter ( int theIndex, TColgp_SequenceOfXY theSeq ) : void
theIndex int
theSeq TColgp_SequenceOfXY
Результат void

InsertAfter() публичный Метод

public InsertAfter ( int theIndex, gp_XY theItem ) : void
theIndex int
theItem gp_XY
Результат void

InsertBefore() публичный Метод

public InsertBefore ( int theIndex, TColgp_SequenceOfXY theSeq ) : void
theIndex int
theSeq TColgp_SequenceOfXY
Результат void

InsertBefore() публичный Метод

public InsertBefore ( int theIndex, gp_XY theItem ) : void
theIndex int
theItem gp_XY
Результат void

IsEmpty() публичный Метод

public IsEmpty ( ) : bool
Результат bool

Last() публичный Метод

public Last ( ) : gp_XY
Результат gp_XY

Length() публичный Метод

public Length ( ) : int
Результат int

Lower() публичный Метод

public Lower ( ) : int
Результат int

Prepend() публичный Метод

public Prepend ( TColgp_SequenceOfXY theSeq ) : void
theSeq TColgp_SequenceOfXY
Результат void

Prepend() публичный Метод

public Prepend ( gp_XY theItem ) : void
theItem gp_XY
Результат void

Remove() публичный Метод

public Remove ( int theIndex ) : void
theIndex int
Результат void

Remove() публичный Метод

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
Результат void

Reverse() публичный Метод

public Reverse ( ) : void
Результат void

SetValue() публичный Метод

public SetValue ( int theIndex, gp_XY theItem ) : void
theIndex int
theItem gp_XY
Результат void

Size() публичный Метод

public Size ( ) : int
Результат int

Split() публичный Метод

public Split ( int theIndex, TColgp_SequenceOfXY theSeq ) : void
theIndex int
theSeq TColgp_SequenceOfXY
Результат void

TColgp_SequenceOfXY() публичный Метод

public TColgp_SequenceOfXY ( ) : System
Результат System

TColgp_SequenceOfXY() публичный Метод

public TColgp_SequenceOfXY ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
Результат System

TColgp_SequenceOfXY() публичный Метод

public TColgp_SequenceOfXY ( TColgp_SequenceOfXY theOther ) : System
theOther TColgp_SequenceOfXY
Результат System

Upper() публичный Метод

public Upper ( ) : int
Результат int

Value() публичный Метод

public Value ( int theIndex ) : gp_XY
theIndex int
Результат gp_XY