Method |
Description |
|
Assign ( TColgp_Array1OfXYZ theOther ) : TColgp_Array1OfXYZ |
|
|
ChangeFirst ( ) : gp_XYZ |
|
|
ChangeLast ( ) : gp_XYZ |
|
|
ChangeValue ( int theIndex ) : gp_XYZ |
|
|
First ( ) : gp_XYZ |
|
|
Init ( gp_XYZ theValue ) : void |
|
|
IsAllocated ( ) : bool |
|
|
IsDeletable ( ) : bool |
|
|
IsEmpty ( ) : bool |
|
|
Last ( ) : gp_XYZ |
|
|
Length ( ) : int |
|
|
Lower ( ) : int |
|
|
Move ( TColgp_Array1OfXYZ theOther ) : TColgp_Array1OfXYZ |
|
|
Resize ( int theLower, int theUpper, bool theToCopyData ) : void |
|
|
SetValue ( int theIndex, gp_XYZ theItem ) : void |
|
|
Size ( ) : int |
|
|
TColgp_Array1OfXYZ ( ) : System |
|
|
TColgp_Array1OfXYZ ( TColgp_Array1OfXYZ theOther ) : System |
|
|
TColgp_Array1OfXYZ ( gp_XYZ theBegin, int theLower, int theUpper ) : System |
|
|
TColgp_Array1OfXYZ ( int theLower, int theUpper ) : System |
|
|
Upper ( ) : int |
|
|
Value ( int theIndex ) : gp_XYZ |
|
|