Virtual Photonics
Method that returns a function providing the correct absorption weighting for analog and DAW
Namespace: Vts.MonteCarloAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
public static Func<PhotonDataPoint, PhotonDataPoint, int, double> GetVolumeAbsorptionWeightingMethod(
ITissue tissue,
IDetector detector
)
public static Func<PhotonDataPoint, PhotonDataPoint, int, double> GetVolumeAbsorptionWeightingMethod(
ITissue tissue,
IDetector detector
)
Public Shared Function GetVolumeAbsorptionWeightingMethod (
tissue As ITissue,
detector As IDetector
) As Func(Of PhotonDataPoint, PhotonDataPoint, Integer, Double)
Public Shared Function GetVolumeAbsorptionWeightingMethod (
tissue As ITissue,
detector As IDetector
) As Func(Of PhotonDataPoint, PhotonDataPoint, Integer, Double)
public:
static Func<PhotonDataPoint^, PhotonDataPoint^, int, double>^ GetVolumeAbsorptionWeightingMethod(
ITissue^ tissue,
IDetector^ detector
)
public:
static Func<PhotonDataPoint^, PhotonDataPoint^, int, double>^ GetVolumeAbsorptionWeightingMethod(
ITissue^ tissue,
IDetector^ detector
)
Return Value
Type:
Func<PhotonDataPoint,
PhotonDataPoint,
Int32,
Double>