C# 클래스 CascadeSharp.TKTopAlgo.MAT.MAT_SequenceOfArc

파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
Append ( CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
Append ( MAT_SequenceOfArc theSeq ) : void
Assign ( MAT_SequenceOfArc theOther ) : MAT_SequenceOfArc
ChangeFirst ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
ChangeLast ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
ChangeValue ( int theIndex ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
InsertAfter ( int theIndex, CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
InsertAfter ( int theIndex, MAT_SequenceOfArc theSeq ) : void
InsertBefore ( int theIndex, CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
InsertBefore ( int theIndex, MAT_SequenceOfArc theSeq ) : void
IsEmpty ( ) : bool
Last ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
Length ( ) : int
Lower ( ) : int
MAT_SequenceOfArc ( ) : System
MAT_SequenceOfArc ( MAT_SequenceOfArc theOther ) : System
MAT_SequenceOfArc ( NCollection_BaseAllocator theAllocator ) : System
Prepend ( CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
Prepend ( MAT_SequenceOfArc theSeq ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
SetValue ( int theIndex, CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
Size ( ) : int
Split ( int theIndex, MAT_SequenceOfArc theSeq ) : void
Upper ( ) : int
Value ( int theIndex ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc

메소드 상세

Append() 공개 메소드

public Append ( CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
theItem CascadeSharp.TKTopAlgo.MAT.MAT_Arc
리턴 void

Append() 공개 메소드

public Append ( MAT_SequenceOfArc theSeq ) : void
theSeq MAT_SequenceOfArc
리턴 void

Assign() 공개 메소드

public Assign ( MAT_SequenceOfArc theOther ) : MAT_SequenceOfArc
theOther MAT_SequenceOfArc
리턴 MAT_SequenceOfArc

ChangeFirst() 공개 메소드

public ChangeFirst ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
리턴 CascadeSharp.TKTopAlgo.MAT.MAT_Arc

ChangeLast() 공개 메소드

public ChangeLast ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
리턴 CascadeSharp.TKTopAlgo.MAT.MAT_Arc

ChangeValue() 공개 메소드

public ChangeValue ( int theIndex ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
theIndex int
리턴 CascadeSharp.TKTopAlgo.MAT.MAT_Arc

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 ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
리턴 CascadeSharp.TKTopAlgo.MAT.MAT_Arc

InsertAfter() 공개 메소드

public InsertAfter ( int theIndex, CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
theIndex int
theItem CascadeSharp.TKTopAlgo.MAT.MAT_Arc
리턴 void

InsertAfter() 공개 메소드

public InsertAfter ( int theIndex, MAT_SequenceOfArc theSeq ) : void
theIndex int
theSeq MAT_SequenceOfArc
리턴 void

InsertBefore() 공개 메소드

public InsertBefore ( int theIndex, CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
theIndex int
theItem CascadeSharp.TKTopAlgo.MAT.MAT_Arc
리턴 void

InsertBefore() 공개 메소드

public InsertBefore ( int theIndex, MAT_SequenceOfArc theSeq ) : void
theIndex int
theSeq MAT_SequenceOfArc
리턴 void

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

Last() 공개 메소드

public Last ( ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
리턴 CascadeSharp.TKTopAlgo.MAT.MAT_Arc

Length() 공개 메소드

public Length ( ) : int
리턴 int

Lower() 공개 메소드

public Lower ( ) : int
리턴 int

MAT_SequenceOfArc() 공개 메소드

public MAT_SequenceOfArc ( ) : System
리턴 System

MAT_SequenceOfArc() 공개 메소드

public MAT_SequenceOfArc ( MAT_SequenceOfArc theOther ) : System
theOther MAT_SequenceOfArc
리턴 System

MAT_SequenceOfArc() 공개 메소드

public MAT_SequenceOfArc ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
리턴 System

Prepend() 공개 메소드

public Prepend ( CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
theItem CascadeSharp.TKTopAlgo.MAT.MAT_Arc
리턴 void

Prepend() 공개 메소드

public Prepend ( MAT_SequenceOfArc theSeq ) : void
theSeq MAT_SequenceOfArc
리턴 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, CascadeSharp.TKTopAlgo.MAT.MAT_Arc theItem ) : void
theIndex int
theItem CascadeSharp.TKTopAlgo.MAT.MAT_Arc
리턴 void

Size() 공개 메소드

public Size ( ) : int
리턴 int

Split() 공개 메소드

public Split ( int theIndex, MAT_SequenceOfArc theSeq ) : void
theIndex int
theSeq MAT_SequenceOfArc
리턴 void

Upper() 공개 메소드

public Upper ( ) : int
리턴 int

Value() 공개 메소드

public Value ( int theIndex ) : CascadeSharp.TKTopAlgo.MAT.MAT_Arc
theIndex int
리턴 CascadeSharp.TKTopAlgo.MAT.MAT_Arc