VPSingleInclusionTissue Constructor (ITissueRegion, IList ITissueRegion , AbsorptionWeightingType, PhaseFunctionType, Double)Virtual Photonics - VTS Library
Virtual Photonics
Creates an instance of a SingleInclusionTissue

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

public SingleInclusionTissue(
	ITissueRegion inclusionRegion,
	IList<ITissueRegion> layerRegions,
	AbsorptionWeightingType absorptionWeightingType,
	PhaseFunctionType phaseFunctionType,
	double russianRouletteWeightThreshold
)

Parameters

inclusionRegion
Type: Vts.MonteCarlo ITissueRegion
The single inclusion (must be contained completely within a layer region)
layerRegions
Type: OnlineSystem.Collections.Generic IList ITissueRegion 
The tissue layers
absorptionWeightingType
Type: Vts AbsorptionWeightingType
The type of absorption weighting
phaseFunctionType
Type: Vts PhaseFunctionType
The type of phase function
russianRouletteWeightThreshold
Type: OnlineSystem Double
russian roulette weight threshold
See Also