C# Class SIMDPrototyping.Trees.SingleArray.Tree.RefitAndRefineMultithreadedContext

Caches input and output for the multithreaded execution of a tree's refit and refinement operations.
Afficher le fichier Open project: RossNordby/scratchpad Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
CacheOptimize ( int workerIndex ) : void
CleanUp ( ) : void
Initialize ( int workerCount, int estimatedRefinementCandidates, BufferPool pool ) : void
RefitAndRefineMultithreadedContext ( Tree tree ) : System

Private Methods

Méthode Description
Refine ( int workerIndex ) : void
RefitAndMark ( int workerIndex ) : void

Method Details

CacheOptimize() public méthode

public CacheOptimize ( int workerIndex ) : void
workerIndex int
Résultat void

CleanUp() public méthode

public CleanUp ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( int workerCount, int estimatedRefinementCandidates, BufferPool pool ) : void
workerCount int
estimatedRefinementCandidates int
pool BufferPool
Résultat void

RefitAndRefineMultithreadedContext() public méthode

public RefitAndRefineMultithreadedContext ( Tree tree ) : System
tree Tree
Résultat System

Property Details

CacheOptimizeAction public_oe property

public Action CacheOptimizeAction
Résultat Action

CacheOptimizeStarts public_oe property

public QuickList CacheOptimizeStarts
Résultat QuickList

LeafCountThreshold public_oe property

public int LeafCountThreshold
Résultat int

MaximumSubtrees public_oe property

public int MaximumSubtrees
Résultat int

PerWorkerCacheOptimizeCount public_oe property

public int PerWorkerCacheOptimizeCount
Résultat int

Pool public_oe property

public BufferPool Pool
Résultat BufferPool

RefineAction public_oe property

public Action RefineAction
Résultat Action

RefineIndex public_oe property

public int RefineIndex
Résultat int

RefinementCandidates public_oe property

public RawList> RefinementCandidates
Résultat RawList>

RefinementTargets public_oe property

public QuickList RefinementTargets
Résultat QuickList

RefitAndMarkAction public_oe property

public Action RefitAndMarkAction
Résultat Action

RefitCostChange public_oe property

public float RefitCostChange
Résultat float

RefitNodeIndex public_oe property

public int RefitNodeIndex
Résultat int

RefitNodes public_oe property

public QuickList RefitNodes
Résultat QuickList

Tree public_oe property

public Tree,SIMDPrototyping.Trees.SingleArray Tree
Résultat Tree