Virtual PhotonicsThe TissueBase type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| TissueBase |
constructor for tissue base
|
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 determine photon's angle relative to the boundary normal
| |
| GetDistanceToBoundary |
method to determine distance to tissue boundary
| |
Serves as a hash function for a particular type. (Inherited from | ||
| GetNeighborRegionIndex |
method to determine index of region photon is about to enter
| |
| GetPhotonDataPointStateOnExit |
method to determine state of Photon upon exit from tissue domain
| |
| GetReflectedDirection |
method to determine reflected direction of photon given its current position and direction
| |
| GetRefractedDirection |
method to determine refracted direction of photon given its current position and direction
| |
| GetRegionIndex |
method to determine region index (according to list of tissue regions) of current
photon position
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnDomainBoundary |
method to determine if on domain of tissue.
| |
Returns a string that represents the current object. (Inherited from |
Extension Methods
| Name | Description | |
|---|---|---|
| ToUnmanagedTissue | (Defined by UnmanagedTissueExtension.) |
Properties
| Name | Description | |
|---|---|---|
| AbsorptionWeightingType |
type of absorption deweighting employed
| |
| PhaseFunctionType |
type of phase function used within region
| |
| Regions |
list of tissue regions
| |
| RegionScatterLengths |
scatter lengths of region, either 1/mut or 1/mus depending on AbsorptionWeightingTyp
| |
| RussianRouletteWeightThreshold |
photon weight threshold, below which turns on Russian Roulette
|
See Also