VPTissueBase Constructor Virtual Photonics - VTS Library
Virtual Photonics
constructor for tissue base

Namespace: Vts.MonteCarlo.Tissues
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public TissueBase(
	IList<ITissueRegion> regions,
	AbsorptionWeightingType absorptionWeightingType,
	PhaseFunctionType phaseFunctionType,
	double russianRouletteWeightThreshold
)

Parameters

regions
Type: OnlineSystem.Collections.Generic IList ITissueRegion 
list of tissue regions
absorptionWeightingType
Type: Vts AbsorptionWeightingType
absorption weighting type
phaseFunctionType
Type: Vts PhaseFunctionType
phase function type
russianRouletteWeightThreshold
Type: OnlineSystem Double
russian roulette weight threshold
See Also