VPDetectorFactory GetDetector Method Virtual Photonics - VTS Library
Virtual Photonics
Method that instantiates the correct detector class given a IDetectorInput

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

public static IDetector GetDetector(
	IDetectorInput detectorInput,
	ITissue tissue,
	bool tallySecondMoment
)

Return Value

Type: IDetector
IDetector
See Also