VPMultiLayerTissue GetNeighborRegionIndex Method Virtual Photonics - VTS Library
Virtual Photonics
method to determine index of region photon is about to enter

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

public override int GetNeighborRegionIndex(
	Photon photon
)

Parameters

photon
Type: Vts.MonteCarlo Photon
photon info including position and direction

Return Value

Type: OnlineInt32
region index

Implements

ITissue GetNeighborRegionIndex(Photon)
See Also