C# Class CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_IndexedDataMapOfVertexPoint

Show file Open project: Oblikovati/CascadeSharp

Public Methods

Method Description
Add ( TopoDS_Shape theKey1, CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point theItem ) : int
ChangeFromIndex ( int theIndex ) : CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point
ChangeFromKey ( TopoDS_Shape theKey1 ) : CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point
ChangeSeek ( TopoDS_Shape theKey1 ) : CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Contains ( TopoDS_Shape theKey1 ) : bool
Exchange ( TopOpeBRepDS_IndexedDataMapOfVertexPoint theOther ) : void
FindFromIndex ( int theIndex ) : CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point
FindFromKey ( TopoDS_Shape theKey1 ) : CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point
FindFromKey ( TopoDS_Shape theKey1, CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point theValue ) : bool
FindIndex ( TopoDS_Shape theKey1 ) : int
FindKey ( int theIndex ) : TopoDS_Shape
RemoveFromIndex ( int theIndex ) : void
RemoveKey ( TopoDS_Shape theKey1 ) : void
RemoveLast ( ) : void
Seek ( TopoDS_Shape theKey1 ) : CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point
Size ( ) : int
Substitute ( int theIndex, TopoDS_Shape theKey1, CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point theItem ) : void
Swap ( int theIndex1, int theIndex2 ) : void
TopOpeBRepDS_IndexedDataMapOfVertexPoint ( ) : System
TopOpeBRepDS_IndexedDataMapOfVertexPoint ( TopOpeBRepDS_IndexedDataMapOfVertexPoint theOther ) : System
TopOpeBRepDS_IndexedDataMapOfVertexPoint ( int theNbBuckets ) : System
TopOpeBRepDS_IndexedDataMapOfVertexPoint ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System

Method Details

Add() public method

public Add ( TopoDS_Shape theKey1, CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point theItem ) : int
theKey1 TopoDS_Shape
theItem CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point
return int

ChangeFromIndex() public method

public ChangeFromIndex ( int theIndex ) : CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point
theIndex int
return CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point

ChangeFromKey() public method

public ChangeFromKey ( TopoDS_Shape theKey1 ) : CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point
theKey1 TopoDS_Shape
return CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point

ChangeSeek() public method

public ChangeSeek ( TopoDS_Shape theKey1 ) : CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point
theKey1 TopoDS_Shape
return CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

Clear() public method

public Clear ( bool doReleaseMemory ) : void
doReleaseMemory bool
return void

Contains() public method

public Contains ( TopoDS_Shape theKey1 ) : bool
theKey1 TopoDS_Shape
return bool

Exchange() public method

public Exchange ( TopOpeBRepDS_IndexedDataMapOfVertexPoint theOther ) : void
theOther TopOpeBRepDS_IndexedDataMapOfVertexPoint
return void

FindFromIndex() public method

public FindFromIndex ( int theIndex ) : CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point
theIndex int
return CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point

FindFromKey() public method

public FindFromKey ( TopoDS_Shape theKey1 ) : CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point
theKey1 TopoDS_Shape
return CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point

FindFromKey() public method

public FindFromKey ( TopoDS_Shape theKey1, CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point theValue ) : bool
theKey1 TopoDS_Shape
theValue CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point
return bool

FindIndex() public method

public FindIndex ( TopoDS_Shape theKey1 ) : int
theKey1 TopoDS_Shape
return int

FindKey() public method

public FindKey ( int theIndex ) : TopoDS_Shape
theIndex int
return TopoDS_Shape

RemoveFromIndex() public method

public RemoveFromIndex ( int theIndex ) : void
theIndex int
return void

RemoveKey() public method

public RemoveKey ( TopoDS_Shape theKey1 ) : void
theKey1 TopoDS_Shape
return void

RemoveLast() public method

public RemoveLast ( ) : void
return void

Seek() public method

public Seek ( TopoDS_Shape theKey1 ) : CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point
theKey1 TopoDS_Shape
return CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point

Size() public method

public Size ( ) : int
return int

Substitute() public method

public Substitute ( int theIndex, TopoDS_Shape theKey1, CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point theItem ) : void
theIndex int
theKey1 TopoDS_Shape
theItem CascadeSharp.TKBool.TopOpeBRepDS.TopOpeBRepDS_Point
return void

Swap() public method

public Swap ( int theIndex1, int theIndex2 ) : void
theIndex1 int
theIndex2 int
return void

TopOpeBRepDS_IndexedDataMapOfVertexPoint() public method

public TopOpeBRepDS_IndexedDataMapOfVertexPoint ( ) : System
return System

TopOpeBRepDS_IndexedDataMapOfVertexPoint() public method

public TopOpeBRepDS_IndexedDataMapOfVertexPoint ( TopOpeBRepDS_IndexedDataMapOfVertexPoint theOther ) : System
theOther TopOpeBRepDS_IndexedDataMapOfVertexPoint
return System

TopOpeBRepDS_IndexedDataMapOfVertexPoint() public method

public TopOpeBRepDS_IndexedDataMapOfVertexPoint ( int theNbBuckets ) : System
theNbBuckets int
return System

TopOpeBRepDS_IndexedDataMapOfVertexPoint() public method

public TopOpeBRepDS_IndexedDataMapOfVertexPoint ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
theNbBuckets int
theAllocator NCollection_BaseAllocator
return System