Virtual PhotonicsThe LayerRegion type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| LayerRegion |
default constructor
| |
| LayerRegion(DoubleRange, OpticalProperties) |
constructor for layer region
|
Methods
| Name | Description | |
|---|---|---|
| ContainsPosition |
This checks which region photon is currently in.
inclusion defined in half-open interval [start,stop) so that continuum of layers do not overlap.
| |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnBoundary |
Method to determine if photon on layer boundary. Needed to determine which boundary photon is
on when layer region contains inclusion. Errors in Position accommodated for in test.
| |
| RayIntersectBoundary |
method to determine if photon track or ray intersects layer boundary
| |
Returns a string that represents the current object. (Inherited from |
Extension Methods
| Name | Description | |
|---|---|---|
| IsAir |
Method to determine if tissue region is air or not
(Defined by ITissueRegionExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| Center |
center of layer
| |
| RegionOP |
optical properties of layer
| |
| ZRange |
extent of z layer
|
See Also