C# Class CascadeSharp.TKernel.TColStd.TColStd_HArray1OfCharacter

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

Public Methods

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

Method Details

Array1() public method

public Array1 ( ) : TColStd_Array1OfCharacter
return TColStd_Array1OfCharacter

ChangeArray1() public method

public ChangeArray1 ( ) : TColStd_Array1OfCharacter
return TColStd_Array1OfCharacter

ChangeFirst() public method

public ChangeFirst ( ) : char
return char

ChangeLast() public method

public ChangeLast ( ) : char
return char

ChangeValue() public method

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

First() public method

public First ( ) : char
return char

Init() public method

public Init ( char theValue ) : void
theValue char
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 ( ) : char
return char

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, char theItem ) : void
theIndex int
theItem char
return void

Size() public method

public Size ( ) : int
return int

TColStd_HArray1OfCharacter() public method

public TColStd_HArray1OfCharacter ( ) : System
return System

TColStd_HArray1OfCharacter() public method

public TColStd_HArray1OfCharacter ( TColStd_Array1OfCharacter theOther ) : System
theOther TColStd_Array1OfCharacter
return System

TColStd_HArray1OfCharacter() public method

public TColStd_HArray1OfCharacter ( TColStd_HArray1OfCharacter parameter1 ) : System
parameter1 TColStd_HArray1OfCharacter
return System

TColStd_HArray1OfCharacter() public method

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

TColStd_HArray1OfCharacter() public method

public TColStd_HArray1OfCharacter ( int theLower, int theUpper, char theValue ) : System
theLower int
theUpper int
theValue char
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

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

get_type_name() public method

public get_type_name ( ) : char
return char