C# Class CascadeSharp.TKBRep.TopTools.TopTools_IndexedDataMapOfShapeReal

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

Méthodes publiques

Méthode Description
Add ( TopoDS_Shape theKey1, double theItem ) : int
ChangeFromIndex ( int theIndex ) : double
ChangeFromKey ( TopoDS_Shape theKey1 ) : double
ChangeSeek ( TopoDS_Shape theKey1 ) : double
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Contains ( TopoDS_Shape theKey1 ) : bool
Exchange ( TopTools_IndexedDataMapOfShapeReal theOther ) : void
FindFromIndex ( int theIndex ) : double
FindFromKey ( TopoDS_Shape theKey1, double &theValue ) : bool
FindFromKey ( TopoDS_Shape theKey1 ) : double
FindIndex ( TopoDS_Shape theKey1 ) : int
FindKey ( int theIndex ) : TopoDS_Shape
RemoveFromIndex ( int theIndex ) : void
RemoveKey ( TopoDS_Shape theKey1 ) : void
RemoveLast ( ) : void
Seek ( TopoDS_Shape theKey1 ) : double
Size ( ) : int
Substitute ( int theIndex, TopoDS_Shape theKey1, double theItem ) : void
Swap ( int theIndex1, int theIndex2 ) : void
TopTools_IndexedDataMapOfShapeReal ( ) : System
TopTools_IndexedDataMapOfShapeReal ( TopTools_IndexedDataMapOfShapeReal theOther ) : System
TopTools_IndexedDataMapOfShapeReal ( int theNbBuckets ) : System
TopTools_IndexedDataMapOfShapeReal ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System

Method Details

Add() public méthode

public Add ( TopoDS_Shape theKey1, double theItem ) : int
theKey1 TopoDS_Shape
theItem double
Résultat int

ChangeFromIndex() public méthode

public ChangeFromIndex ( int theIndex ) : double
theIndex int
Résultat double

ChangeFromKey() public méthode

public ChangeFromKey ( TopoDS_Shape theKey1 ) : double
theKey1 TopoDS_Shape
Résultat double

ChangeSeek() public méthode

public ChangeSeek ( TopoDS_Shape theKey1 ) : double
theKey1 TopoDS_Shape
Résultat double

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

Contains() public méthode

public Contains ( TopoDS_Shape theKey1 ) : bool
theKey1 TopoDS_Shape
Résultat bool

Exchange() public méthode

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

FindFromIndex() public méthode

public FindFromIndex ( int theIndex ) : double
theIndex int
Résultat double

FindFromKey() public méthode

public FindFromKey ( TopoDS_Shape theKey1, double &theValue ) : bool
theKey1 TopoDS_Shape
theValue double
Résultat bool

FindFromKey() public méthode

public FindFromKey ( TopoDS_Shape theKey1 ) : double
theKey1 TopoDS_Shape
Résultat double

FindIndex() public méthode

public FindIndex ( TopoDS_Shape theKey1 ) : int
theKey1 TopoDS_Shape
Résultat int

FindKey() public méthode

public FindKey ( int theIndex ) : TopoDS_Shape
theIndex int
Résultat TopoDS_Shape

RemoveFromIndex() public méthode

public RemoveFromIndex ( int theIndex ) : void
theIndex int
Résultat void

RemoveKey() public méthode

public RemoveKey ( TopoDS_Shape theKey1 ) : void
theKey1 TopoDS_Shape
Résultat void

RemoveLast() public méthode

public RemoveLast ( ) : void
Résultat void

Seek() public méthode

public Seek ( TopoDS_Shape theKey1 ) : double
theKey1 TopoDS_Shape
Résultat double

Size() public méthode

public Size ( ) : int
Résultat int

Substitute() public méthode

public Substitute ( int theIndex, TopoDS_Shape theKey1, double theItem ) : void
theIndex int
theKey1 TopoDS_Shape
theItem double
Résultat void

Swap() public méthode

public Swap ( int theIndex1, int theIndex2 ) : void
theIndex1 int
theIndex2 int
Résultat void

TopTools_IndexedDataMapOfShapeReal() public méthode

public TopTools_IndexedDataMapOfShapeReal ( ) : System
Résultat System

TopTools_IndexedDataMapOfShapeReal() public méthode

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

TopTools_IndexedDataMapOfShapeReal() public méthode

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

TopTools_IndexedDataMapOfShapeReal() public méthode

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