C# Class CascadeSharp.TKGeomAlgo.IntSurf.IntSurf_SequenceOfInteriorPoint

Mostra file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Append() public method

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

Append() public method

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

Assign() public method

public Assign ( IntSurf_SequenceOfInteriorPoint theOther ) : IntSurf_SequenceOfInteriorPoint
theOther IntSurf_SequenceOfInteriorPoint
return IntSurf_SequenceOfInteriorPoint

ChangeFirst() public method

public ChangeFirst ( ) : IntSurf_InteriorPoint
return IntSurf_InteriorPoint

ChangeLast() public method

public ChangeLast ( ) : IntSurf_InteriorPoint
return IntSurf_InteriorPoint

ChangeValue() public method

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

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

InsertAfter() public method

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

InsertAfter() public method

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

InsertBefore() public method

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

InsertBefore() public method

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

IntSurf_SequenceOfInteriorPoint() public method

public IntSurf_SequenceOfInteriorPoint ( ) : System
return System

IntSurf_SequenceOfInteriorPoint() public method

public IntSurf_SequenceOfInteriorPoint ( IntSurf_SequenceOfInteriorPoint theOther ) : System
theOther IntSurf_SequenceOfInteriorPoint
return System

IntSurf_SequenceOfInteriorPoint() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : IntSurf_InteriorPoint
return IntSurf_InteriorPoint

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

public Prepend ( IntSurf_InteriorPoint theItem ) : void
theItem IntSurf_InteriorPoint
return void

Prepend() public method

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

Size() public method

public Size ( ) : int
return int

Split() public method

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

Upper() public method

public Upper ( ) : int
return int

Value() public method

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