C# Class CascadeSharp.TKTopAlgo.MAT2d.MAT2d_DataMapOfIntegerVec2d

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
Assign ( MAT2d_DataMapOfIntegerVec2d theOther ) : MAT2d_DataMapOfIntegerVec2d
Bound ( int theKey, gp_Vec2d theItem ) : gp_Vec2d
ChangeFind ( int theKey ) : gp_Vec2d
ChangeSeek ( int theKey ) : gp_Vec2d
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Exchange ( MAT2d_DataMapOfIntegerVec2d theOther ) : void
Find ( int theKey, gp_Vec2d theValue ) : bool
Find ( int theKey ) : gp_Vec2d
IsBound ( int theKey ) : bool
MAT2d_DataMapOfIntegerVec2d ( ) : System
MAT2d_DataMapOfIntegerVec2d ( MAT2d_DataMapOfIntegerVec2d theOther ) : System
MAT2d_DataMapOfIntegerVec2d ( int theNbBuckets ) : System
MAT2d_DataMapOfIntegerVec2d ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
Seek ( int theKey ) : gp_Vec2d
Size ( ) : int
UnBind ( int theKey ) : bool

Method Details

Assign() public méthode

public Assign ( MAT2d_DataMapOfIntegerVec2d theOther ) : MAT2d_DataMapOfIntegerVec2d
theOther MAT2d_DataMapOfIntegerVec2d
Résultat MAT2d_DataMapOfIntegerVec2d

Bound() public méthode

public Bound ( int theKey, gp_Vec2d theItem ) : gp_Vec2d
theKey int
theItem gp_Vec2d
Résultat gp_Vec2d

ChangeFind() public méthode

public ChangeFind ( int theKey ) : gp_Vec2d
theKey int
Résultat gp_Vec2d

ChangeSeek() public méthode

public ChangeSeek ( int theKey ) : gp_Vec2d
theKey int
Résultat gp_Vec2d

Clear() public méthode

public Clear ( ) : void
Résultat void

Clear() public méthode

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
Résultat void

Clear() public méthode

public Clear ( bool doReleaseMemory ) : void
doReleaseMemory bool
Résultat void

Exchange() public méthode

public Exchange ( MAT2d_DataMapOfIntegerVec2d theOther ) : void
theOther MAT2d_DataMapOfIntegerVec2d
Résultat void

Find() public méthode

public Find ( int theKey, gp_Vec2d theValue ) : bool
theKey int
theValue gp_Vec2d
Résultat bool

Find() public méthode

public Find ( int theKey ) : gp_Vec2d
theKey int
Résultat gp_Vec2d

IsBound() public méthode

public IsBound ( int theKey ) : bool
theKey int
Résultat bool

MAT2d_DataMapOfIntegerVec2d() public méthode

public MAT2d_DataMapOfIntegerVec2d ( ) : System
Résultat System

MAT2d_DataMapOfIntegerVec2d() public méthode

public MAT2d_DataMapOfIntegerVec2d ( MAT2d_DataMapOfIntegerVec2d theOther ) : System
theOther MAT2d_DataMapOfIntegerVec2d
Résultat System

MAT2d_DataMapOfIntegerVec2d() public méthode

public MAT2d_DataMapOfIntegerVec2d ( int theNbBuckets ) : System
theNbBuckets int
Résultat System

MAT2d_DataMapOfIntegerVec2d() public méthode

public MAT2d_DataMapOfIntegerVec2d ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
theNbBuckets int
theAllocator NCollection_BaseAllocator
Résultat System

Seek() public méthode

public Seek ( int theKey ) : gp_Vec2d
theKey int
Résultat gp_Vec2d

Size() public méthode

public Size ( ) : int
Résultat int

UnBind() public méthode

public UnBind ( int theKey ) : bool
theKey int
Résultat bool