C# Class CascadeSharp.TKernel.TColStd.TColStd_HArray1OfInteger

Inheritance: Standard_Transient
显示文件 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Array1 ( ) : CascadeSharp.TKernel.TColStd.TColStd_Array1OfInteger
ChangeArray1 ( ) : CascadeSharp.TKernel.TColStd.TColStd_Array1OfInteger
ChangeFirst ( ) : int
ChangeLast ( ) : int
ChangeValue ( int theIndex ) : int
First ( ) : int
Init ( int theValue ) : void
IsAllocated ( ) : bool
IsDeletable ( ) : bool
IsEmpty ( ) : bool
Last ( ) : int
Length ( ) : int
Lower ( ) : int
Resize ( int theLower, int theUpper, bool theToCopyData ) : void
SetValue ( int theIndex, int theItem ) : void
Size ( ) : int
TColStd_HArray1OfInteger ( ) : System
TColStd_HArray1OfInteger ( CascadeSharp.TKernel.TColStd.TColStd_Array1OfInteger theOther ) : System
TColStd_HArray1OfInteger ( TColStd_HArray1OfInteger parameter1 ) : System
TColStd_HArray1OfInteger ( int theLower, int theUpper ) : System
TColStd_HArray1OfInteger ( int theLower, int theUpper, int theValue ) : System
Upper ( ) : int
Value ( int theIndex ) : int
get_type_name ( ) : char

Method Details

Array1() public method

public Array1 ( ) : CascadeSharp.TKernel.TColStd.TColStd_Array1OfInteger
return CascadeSharp.TKernel.TColStd.TColStd_Array1OfInteger

ChangeArray1() public method

public ChangeArray1 ( ) : CascadeSharp.TKernel.TColStd.TColStd_Array1OfInteger
return CascadeSharp.TKernel.TColStd.TColStd_Array1OfInteger

ChangeFirst() public method

public ChangeFirst ( ) : int
return int

ChangeLast() public method

public ChangeLast ( ) : int
return int

ChangeValue() public method

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

First() public method

public First ( ) : int
return int

Init() public method

public Init ( int theValue ) : void
theValue int
return void

IsAllocated() public method

public IsAllocated ( ) : bool
return bool

IsDeletable() public method

public IsDeletable ( ) : bool
return bool

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : int
return int

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Resize() public method

public Resize ( int theLower, int theUpper, bool theToCopyData ) : void
theLower int
theUpper int
theToCopyData bool
return void

SetValue() public method

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

Size() public method

public Size ( ) : int
return int

TColStd_HArray1OfInteger() public method

public TColStd_HArray1OfInteger ( ) : System
return System

TColStd_HArray1OfInteger() public method

public TColStd_HArray1OfInteger ( CascadeSharp.TKernel.TColStd.TColStd_Array1OfInteger theOther ) : System
theOther CascadeSharp.TKernel.TColStd.TColStd_Array1OfInteger
return System

TColStd_HArray1OfInteger() public method

public TColStd_HArray1OfInteger ( TColStd_HArray1OfInteger parameter1 ) : System
parameter1 TColStd_HArray1OfInteger
return System

TColStd_HArray1OfInteger() public method

public TColStd_HArray1OfInteger ( int theLower, int theUpper ) : System
theLower int
theUpper int
return System

TColStd_HArray1OfInteger() public method

public TColStd_HArray1OfInteger ( int theLower, int theUpper, int theValue ) : System
theLower int
theUpper int
theValue int
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

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

get_type_name() public method

public get_type_name ( ) : char
return char