C# Class CascadeSharp.TKTopAlgo.MAT2d.MAT2d_DataMapOfIntegerBisec

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Assign() public method

public Assign ( MAT2d_DataMapOfIntegerBisec theOther ) : MAT2d_DataMapOfIntegerBisec
theOther MAT2d_DataMapOfIntegerBisec
return MAT2d_DataMapOfIntegerBisec

Bound() public method

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

ChangeFind() public method

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

ChangeSeek() public method

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

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

Find() public method

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

Find() public method

public Find ( int theKey, Bisector_Bisec theValue ) : bool
theKey int
theValue Bisector_Bisec
return bool

IsBound() public method

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

MAT2d_DataMapOfIntegerBisec() public method

public MAT2d_DataMapOfIntegerBisec ( ) : System
return System

MAT2d_DataMapOfIntegerBisec() public method

public MAT2d_DataMapOfIntegerBisec ( MAT2d_DataMapOfIntegerBisec theOther ) : System
theOther MAT2d_DataMapOfIntegerBisec
return System

MAT2d_DataMapOfIntegerBisec() public method

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

MAT2d_DataMapOfIntegerBisec() public method

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

Seek() public method

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

Size() public method

public Size ( ) : int
return int

UnBind() public method

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