C# 클래스 CascadeSharp.TKV3d.AIS.AIS_IndexedDataMapOfOwnerPrs

파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
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