VPDetectorControllerFactory GetDetectorController Method Virtual Photonics - VTS Library
Virtual Photonics
method that returns an IDetectorController given the VBType, list of detectors and tissue

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

public static IDetectorController GetDetectorController(
	VirtualBoundaryType virtualBoundaryType,
	IEnumerable<IDetector> detectors,
	ITissue tissue
)

Parameters

virtualBoundaryType
Type: Vts.MonteCarlo VirtualBoundaryType
virtual boundary type
detectors
Type: OnlineSystem.Collections.Generic IEnumerable IDetector 
IEnumerable of IDetector
tissue
Type: Vts.MonteCarlo ITissue
ITissue

Return Value

Type: IDetectorController
IDetectorController
See Also