C# Class CascadeSharp.TKBRep.TopTools.TopTools_DataMapOfShapeListOfInteger

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Assign ( TopTools_DataMapOfShapeListOfInteger theOther ) : TopTools_DataMapOfShapeListOfInteger
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Exchange ( TopTools_DataMapOfShapeListOfInteger theOther ) : void
IsBound ( TopoDS_Shape theKey ) : bool
Size ( ) : int
TopTools_DataMapOfShapeListOfInteger ( ) : System
TopTools_DataMapOfShapeListOfInteger ( TopTools_DataMapOfShapeListOfInteger theOther ) : System
TopTools_DataMapOfShapeListOfInteger ( int theNbBuckets ) : System
TopTools_DataMapOfShapeListOfInteger ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
UnBind ( TopoDS_Shape theKey ) : bool

Method Details

Assign() public method

public Assign ( TopTools_DataMapOfShapeListOfInteger theOther ) : TopTools_DataMapOfShapeListOfInteger
theOther TopTools_DataMapOfShapeListOfInteger
return TopTools_DataMapOfShapeListOfInteger

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

Exchange() public method

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

IsBound() public method

public IsBound ( TopoDS_Shape theKey ) : bool
theKey TopoDS_Shape
return bool

Size() public method

public Size ( ) : int
return int

TopTools_DataMapOfShapeListOfInteger() public method

public TopTools_DataMapOfShapeListOfInteger ( ) : System
return System

TopTools_DataMapOfShapeListOfInteger() public method

public TopTools_DataMapOfShapeListOfInteger ( TopTools_DataMapOfShapeListOfInteger theOther ) : System
theOther TopTools_DataMapOfShapeListOfInteger
return System

TopTools_DataMapOfShapeListOfInteger() public method

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

TopTools_DataMapOfShapeListOfInteger() public method

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

UnBind() public method

public UnBind ( TopoDS_Shape theKey ) : bool
theKey TopoDS_Shape
return bool