Virtual PhotonicsThe SingleInclusionTissue type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| SingleInclusionTissue |
Creates a default instance of a SingleInclusionTissue
| |
| SingleInclusionTissue(ITissueRegion, IList ITissueRegion , AbsorptionWeightingType, PhaseFunctionType, Double) |
Creates an instance of a SingleInclusionTissue
|
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
(Inherited from MultiLayerTissue.) | |
| GetDistanceToBoundary |
method to get distance from current photon position and direction to boundary of region
(Overrides MultiLayerTissue GetDistanceToBoundary(Photon).) | |
Serves as a hash function for a particular type. (Inherited from | ||
| GetNeighborRegionIndex |
method to get index of neighbor tissue region when photon on boundary of two regions
(Overrides MultiLayerTissue GetNeighborRegionIndex(Photon).) | |
| GetPhotonDataPointStateOnExit |
method to determine photon state type of photon exiting tissue boundary
(Inherited from MultiLayerTissue.) | |
| GetReflectedDirection |
method that provides reflected direction when phton reflects off boundary
(Overrides MultiLayerTissue GetReflectedDirection(Position, Direction).) | |
| GetRefractedDirection |
method that provides refracted direction when phton refracts off boundary
(Overrides MultiLayerTissue GetRefractedDirection(Position, Direction, Double, Double, Double).) | |
| GetRegionIndex |
method to get tissue region index of photon's current position
(Overrides MultiLayerTissue 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
(Inherited from MultiLayerTissue.) | |
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