C# Class CascadeSharp.TKBRep.BRepTools.BRepTools_MapOfVertexPnt2d

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Assign() public method

public Assign ( BRepTools_MapOfVertexPnt2d theOther ) : BRepTools_MapOfVertexPnt2d
theOther BRepTools_MapOfVertexPnt2d
return BRepTools_MapOfVertexPnt2d

BRepTools_MapOfVertexPnt2d() public method

public BRepTools_MapOfVertexPnt2d ( ) : System
return System

BRepTools_MapOfVertexPnt2d() public method

public BRepTools_MapOfVertexPnt2d ( BRepTools_MapOfVertexPnt2d theOther ) : System
theOther BRepTools_MapOfVertexPnt2d
return System

BRepTools_MapOfVertexPnt2d() public method

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

BRepTools_MapOfVertexPnt2d() public method

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

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 ( BRepTools_MapOfVertexPnt2d theOther ) : void
theOther BRepTools_MapOfVertexPnt2d
return void

IsBound() public method

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

Size() public method

public Size ( ) : int
return int

UnBind() public method

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