VPAbsorptionWeightingMethods GetVolumeAbsorptionWeightingMethod Method Virtual Photonics - VTS Library
Virtual Photonics
Method that returns a function providing the correct absorption weighting for analog and DAW

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

public static Func<PhotonDataPoint, PhotonDataPoint, int, double> GetVolumeAbsorptionWeightingMethod(
	ITissue tissue,
	IDetector detector
)

Return Value

Type: OnlineFunc PhotonDataPoint, PhotonDataPoint, OnlineInt32, OnlineDouble 
See Also