C# Class CascadeSharp.TKGeomBase.Approx.Approx_SequenceOfHArray1OfReal

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

Public Methods

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

Method Details

Append() public method

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

Append() public method

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

Approx_SequenceOfHArray1OfReal() public method

public Approx_SequenceOfHArray1OfReal ( ) : System
return System

Approx_SequenceOfHArray1OfReal() public method

public Approx_SequenceOfHArray1OfReal ( Approx_SequenceOfHArray1OfReal theOther ) : System
theOther Approx_SequenceOfHArray1OfReal
return System

Approx_SequenceOfHArray1OfReal() public method

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

Assign() public method

public Assign ( Approx_SequenceOfHArray1OfReal theOther ) : Approx_SequenceOfHArray1OfReal
theOther Approx_SequenceOfHArray1OfReal
return Approx_SequenceOfHArray1OfReal

ChangeFirst() public method

public ChangeFirst ( ) : TColStd_HArray1OfReal
return TColStd_HArray1OfReal

ChangeLast() public method

public ChangeLast ( ) : TColStd_HArray1OfReal
return TColStd_HArray1OfReal

ChangeValue() public method

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

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

InsertAfter() public method

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

InsertAfter() public method

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

InsertBefore() public method

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

InsertBefore() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : TColStd_HArray1OfReal
return TColStd_HArray1OfReal

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

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

Prepend() public method

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

Size() public method

public Size ( ) : int
return int

Split() public method

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

Upper() public method

public Upper ( ) : int
return int

Value() public method

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