C# 클래스 SIMDPrototyping.Trees.SingleArray.Tree.RefitAndRefineMultithreadedContext

Caches input and output for the multithreaded execution of a tree's refit and refinement operations.
파일 보기 프로젝트 열기: RossNordby/scratchpad 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CacheOptimizeAction Action
CacheOptimizeStarts QuickList
LeafCountThreshold int
MaximumSubtrees int
PerWorkerCacheOptimizeCount int
Pool BufferPool
RefineAction Action
RefineIndex int
RefinementCandidates RawList>
RefinementTargets QuickList
RefitAndMarkAction Action
RefitCostChange float
RefitNodeIndex int
RefitNodes QuickList
Tree Tree

공개 메소드들

메소드 설명
CacheOptimize ( int workerIndex ) : void
CleanUp ( ) : void
Initialize ( int workerCount, int estimatedRefinementCandidates, BufferPool pool ) : void
RefitAndRefineMultithreadedContext ( Tree tree ) : System

비공개 메소드들

메소드 설명
Refine ( int workerIndex ) : void
RefitAndMark ( int workerIndex ) : void

메소드 상세

CacheOptimize() 공개 메소드

public CacheOptimize ( int workerIndex ) : void
workerIndex int
리턴 void

CleanUp() 공개 메소드

public CleanUp ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( int workerCount, int estimatedRefinementCandidates, BufferPool pool ) : void
workerCount int
estimatedRefinementCandidates int
pool BufferPool
리턴 void

RefitAndRefineMultithreadedContext() 공개 메소드

public RefitAndRefineMultithreadedContext ( Tree tree ) : System
tree Tree
리턴 System

프로퍼티 상세

CacheOptimizeAction 공개적으로 프로퍼티

public Action CacheOptimizeAction
리턴 Action

CacheOptimizeStarts 공개적으로 프로퍼티

public QuickList CacheOptimizeStarts
리턴 QuickList

LeafCountThreshold 공개적으로 프로퍼티

public int LeafCountThreshold
리턴 int

MaximumSubtrees 공개적으로 프로퍼티

public int MaximumSubtrees
리턴 int

PerWorkerCacheOptimizeCount 공개적으로 프로퍼티

public int PerWorkerCacheOptimizeCount
리턴 int

Pool 공개적으로 프로퍼티

public BufferPool Pool
리턴 BufferPool

RefineAction 공개적으로 프로퍼티

public Action RefineAction
리턴 Action

RefineIndex 공개적으로 프로퍼티

public int RefineIndex
리턴 int

RefinementCandidates 공개적으로 프로퍼티

public RawList> RefinementCandidates
리턴 RawList>

RefinementTargets 공개적으로 프로퍼티

public QuickList RefinementTargets
리턴 QuickList

RefitAndMarkAction 공개적으로 프로퍼티

public Action RefitAndMarkAction
리턴 Action

RefitCostChange 공개적으로 프로퍼티

public float RefitCostChange
리턴 float

RefitNodeIndex 공개적으로 프로퍼티

public int RefitNodeIndex
리턴 int

RefitNodes 공개적으로 프로퍼티

public QuickList RefitNodes
리턴 QuickList

Tree 공개적으로 프로퍼티

public Tree,SIMDPrototyping.Trees.SingleArray Tree
리턴 Tree