C# Class CascadeSharp.TKBRep.TopTools.TopTools_DataMapOfIntegerListOfShape

Exibir arquivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Assign() public method

public Assign ( TopTools_DataMapOfIntegerListOfShape theOther ) : TopTools_DataMapOfIntegerListOfShape
theOther TopTools_DataMapOfIntegerListOfShape
return TopTools_DataMapOfIntegerListOfShape

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_DataMapOfIntegerListOfShape theOther ) : void
theOther TopTools_DataMapOfIntegerListOfShape
return void

IsBound() public method

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

Size() public method

public Size ( ) : int
return int

TopTools_DataMapOfIntegerListOfShape() public method

public TopTools_DataMapOfIntegerListOfShape ( ) : System
return System

TopTools_DataMapOfIntegerListOfShape() public method

public TopTools_DataMapOfIntegerListOfShape ( TopTools_DataMapOfIntegerListOfShape theOther ) : System
theOther TopTools_DataMapOfIntegerListOfShape
return System

TopTools_DataMapOfIntegerListOfShape() public method

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

TopTools_DataMapOfIntegerListOfShape() public method

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

UnBind() public method

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