C# Class CascadeSharp.TKBRep.TopTools.TopTools_DataMapOfOrientedShapeInteger

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Assign ( TopTools_DataMapOfOrientedShapeInteger theOther ) : TopTools_DataMapOfOrientedShapeInteger
Bound ( TopoDS_Shape theKey, int theItem ) : int
ChangeFind ( TopoDS_Shape theKey ) : int
ChangeSeek ( TopoDS_Shape theKey ) : int
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Exchange ( TopTools_DataMapOfOrientedShapeInteger theOther ) : void
Find ( TopoDS_Shape theKey, int &theValue ) : bool
Find ( TopoDS_Shape theKey ) : int
IsBound ( TopoDS_Shape theKey ) : bool
Seek ( TopoDS_Shape theKey ) : int
Size ( ) : int
TopTools_DataMapOfOrientedShapeInteger ( ) : System
TopTools_DataMapOfOrientedShapeInteger ( TopTools_DataMapOfOrientedShapeInteger theOther ) : System
TopTools_DataMapOfOrientedShapeInteger ( int theNbBuckets ) : System
TopTools_DataMapOfOrientedShapeInteger ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
UnBind ( TopoDS_Shape theKey ) : bool

Method Details

Assign() public method

public Assign ( TopTools_DataMapOfOrientedShapeInteger theOther ) : TopTools_DataMapOfOrientedShapeInteger
theOther TopTools_DataMapOfOrientedShapeInteger
return TopTools_DataMapOfOrientedShapeInteger

Bound() public method

public Bound ( TopoDS_Shape theKey, int theItem ) : int
theKey TopoDS_Shape
theItem int
return int

ChangeFind() public method

public ChangeFind ( TopoDS_Shape theKey ) : int
theKey TopoDS_Shape
return int

ChangeSeek() public method

public ChangeSeek ( TopoDS_Shape theKey ) : int
theKey TopoDS_Shape
return int

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_DataMapOfOrientedShapeInteger theOther ) : void
theOther TopTools_DataMapOfOrientedShapeInteger
return void

Find() public method

public Find ( TopoDS_Shape theKey, int &theValue ) : bool
theKey TopoDS_Shape
theValue int
return bool

Find() public method

public Find ( TopoDS_Shape theKey ) : int
theKey TopoDS_Shape
return int

IsBound() public method

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

Seek() public method

public Seek ( TopoDS_Shape theKey ) : int
theKey TopoDS_Shape
return int

Size() public method

public Size ( ) : int
return int

TopTools_DataMapOfOrientedShapeInteger() public method

public TopTools_DataMapOfOrientedShapeInteger ( ) : System
return System

TopTools_DataMapOfOrientedShapeInteger() public method

public TopTools_DataMapOfOrientedShapeInteger ( TopTools_DataMapOfOrientedShapeInteger theOther ) : System
theOther TopTools_DataMapOfOrientedShapeInteger
return System

TopTools_DataMapOfOrientedShapeInteger() public method

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

TopTools_DataMapOfOrientedShapeInteger() public method

public TopTools_DataMapOfOrientedShapeInteger ( 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