C# Класс CascadeSharp.TKV3d.AIS.AIS_IndexedDataMapOfOwnerPrs

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AIS_IndexedDataMapOfOwnerPrs ( ) : System
AIS_IndexedDataMapOfOwnerPrs ( AIS_IndexedDataMapOfOwnerPrs theOther ) : System
AIS_IndexedDataMapOfOwnerPrs ( int theNbBuckets ) : System
AIS_IndexedDataMapOfOwnerPrs ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
Add ( SelectMgr_EntityOwner theKey1, Graphic3d_Structure theItem ) : int
ChangeFromIndex ( int theIndex ) : Graphic3d_Structure
ChangeFromKey ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
ChangeSeek ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Contains ( SelectMgr_EntityOwner theKey1 ) : bool
Exchange ( AIS_IndexedDataMapOfOwnerPrs theOther ) : void
FindFromIndex ( int theIndex ) : Graphic3d_Structure
FindFromKey ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
FindFromKey ( SelectMgr_EntityOwner theKey1, Graphic3d_Structure theValue ) : bool
FindIndex ( SelectMgr_EntityOwner theKey1 ) : int
FindKey ( int theIndex ) : SelectMgr_EntityOwner
RemoveFromIndex ( int theIndex ) : void
RemoveKey ( SelectMgr_EntityOwner theKey1 ) : void
RemoveLast ( ) : void
Seek ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
Size ( ) : int
Substitute ( int theIndex, SelectMgr_EntityOwner theKey1, Graphic3d_Structure theItem ) : void
Swap ( int theIndex1, int theIndex2 ) : void

Описание методов

AIS_IndexedDataMapOfOwnerPrs() публичный Метод

public AIS_IndexedDataMapOfOwnerPrs ( ) : System
Результат System

AIS_IndexedDataMapOfOwnerPrs() публичный Метод

public AIS_IndexedDataMapOfOwnerPrs ( AIS_IndexedDataMapOfOwnerPrs theOther ) : System
theOther AIS_IndexedDataMapOfOwnerPrs
Результат System

AIS_IndexedDataMapOfOwnerPrs() публичный Метод

public AIS_IndexedDataMapOfOwnerPrs ( int theNbBuckets ) : System
theNbBuckets int
Результат System

AIS_IndexedDataMapOfOwnerPrs() публичный Метод

public AIS_IndexedDataMapOfOwnerPrs ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
theNbBuckets int
theAllocator NCollection_BaseAllocator
Результат System

Add() публичный Метод

public Add ( SelectMgr_EntityOwner theKey1, Graphic3d_Structure theItem ) : int
theKey1 SelectMgr_EntityOwner
theItem Graphic3d_Structure
Результат int

ChangeFromIndex() публичный Метод

public ChangeFromIndex ( int theIndex ) : Graphic3d_Structure
theIndex int
Результат Graphic3d_Structure

ChangeFromKey() публичный Метод

public ChangeFromKey ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
theKey1 SelectMgr_EntityOwner
Результат Graphic3d_Structure

ChangeSeek() публичный Метод

public ChangeSeek ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
theKey1 SelectMgr_EntityOwner
Результат Graphic3d_Structure

Clear() публичный Метод

public Clear ( ) : void
Результат void

Clear() публичный Метод

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
Результат void

Clear() публичный Метод

public Clear ( bool doReleaseMemory ) : void
doReleaseMemory bool
Результат void

Contains() публичный Метод

public Contains ( SelectMgr_EntityOwner theKey1 ) : bool
theKey1 SelectMgr_EntityOwner
Результат bool

Exchange() публичный Метод

public Exchange ( AIS_IndexedDataMapOfOwnerPrs theOther ) : void
theOther AIS_IndexedDataMapOfOwnerPrs
Результат void

FindFromIndex() публичный Метод

public FindFromIndex ( int theIndex ) : Graphic3d_Structure
theIndex int
Результат Graphic3d_Structure

FindFromKey() публичный Метод

public FindFromKey ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
theKey1 SelectMgr_EntityOwner
Результат Graphic3d_Structure

FindFromKey() публичный Метод

public FindFromKey ( SelectMgr_EntityOwner theKey1, Graphic3d_Structure theValue ) : bool
theKey1 SelectMgr_EntityOwner
theValue Graphic3d_Structure
Результат bool

FindIndex() публичный Метод

public FindIndex ( SelectMgr_EntityOwner theKey1 ) : int
theKey1 SelectMgr_EntityOwner
Результат int

FindKey() публичный Метод

public FindKey ( int theIndex ) : SelectMgr_EntityOwner
theIndex int
Результат SelectMgr_EntityOwner

RemoveFromIndex() публичный Метод

public RemoveFromIndex ( int theIndex ) : void
theIndex int
Результат void

RemoveKey() публичный Метод

public RemoveKey ( SelectMgr_EntityOwner theKey1 ) : void
theKey1 SelectMgr_EntityOwner
Результат void

RemoveLast() публичный Метод

public RemoveLast ( ) : void
Результат void

Seek() публичный Метод

public Seek ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
theKey1 SelectMgr_EntityOwner
Результат Graphic3d_Structure

Size() публичный Метод

public Size ( ) : int
Результат int

Substitute() публичный Метод

public Substitute ( int theIndex, SelectMgr_EntityOwner theKey1, Graphic3d_Structure theItem ) : void
theIndex int
theKey1 SelectMgr_EntityOwner
theItem Graphic3d_Structure
Результат void

Swap() публичный Метод

public Swap ( int theIndex1, int theIndex2 ) : void
theIndex1 int
theIndex2 int
Результат void