VPMultiLayerTissueInputValidation ValidateTopAndBottomLayersAreAir Method Virtual Photonics - VTS Library
Virtual Photonics
This verifies that the top and bottom layers are air. The photon propagation algorithm in Photon class assumes that these layers are air and that the photon exits the domain after crossing into these layers and is no longer propagated.

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

public static ValidationResult ValidateTopAndBottomLayersAreAir(
	IList<LayerRegion> layers
)

Parameters

layers
Type: OnlineSystem.Collections.Generic IList LayerRegion 
list of LayerRegion

Return Value

Type: ValidationResult
See Also