Virtual PhotonicsThe MultiLayerTissue type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| MultiLayerTissue |
Creates a default instance of a MultiLayerTissue based on a homogeneous medium slab geometry
and discrete absorption weighting
| |
| MultiLayerTissue(IList ITissueRegion , AbsorptionWeightingType, PhaseFunctionType, Double) |
Creates an instance of a MultiLayerTissue
| |
| MultiLayerTissue(MultiLayerTissueInput, AbsorptionWeightingType, PhaseFunctionType, Double) |
Creates an instance of a MultiLayerTissue based on an input data class
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetAngleRelativeToBoundaryNormal |
method to get angle between photons current direction and boundary normal
(Overrides TissueBase GetAngleRelativeToBoundaryNormal(Photon).) | |
| GetDistanceToBoundary |
Finds the distance to the next boundary and independent of hitting it
(Overrides TissueBase GetDistanceToBoundary(Photon).) | |
Serves as a hash function for a particular type. (Inherited from | ||
| GetNeighborRegionIndex |
method to determine index of region photon is about to enter
(Overrides TissueBase GetNeighborRegionIndex(Photon).) | |
| GetPhotonDataPointStateOnExit |
method to determine photon state type of photon exiting tissue boundary
(Overrides TissueBase GetPhotonDataPointStateOnExit(Position).) | |
| GetReflectedDirection |
method to determine direction of reflected photon
(Overrides TissueBase GetReflectedDirection(Position, Direction).) | |
| GetRefractedDirection |
method to determine refracted direction of photon
(Overrides TissueBase GetRefractedDirection(Position, Direction, Double, Double, Double).) | |
| GetRegionIndex |
method to determine region index of region photon is currently in
(Overrides TissueBase GetRegionIndex(Position).) | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnDomainBoundary |
method to determine if on boundary of tissue, i.e. at tissue/air interface
(Overrides TissueBase OnDomainBoundary(Position).) | |
Returns a string that represents the current object. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| AbsorptionWeightingType |
type of absorption deweighting employed
(Inherited from TissueBase.) | |
| PhaseFunctionType |
type of phase function used within region
(Inherited from TissueBase.) | |
| Regions |
list of tissue regions
(Inherited from TissueBase.) | |
| RegionScatterLengths |
scatter lengths of region, either 1/mut or 1/mus depending on AbsorptionWeightingTyp
(Inherited from TissueBase.) | |
| RussianRouletteWeightThreshold |
photon weight threshold, below which turns on Russian Roulette
(Inherited from TissueBase.) |
See Also