Virtual PhotonicsThe VoxelRegion type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| VoxelRegion |
default constructor
| |
| VoxelRegion(DoubleRange, DoubleRange, DoubleRange, OpticalProperties, AbsorptionWeightingType) |
constructor for voxel region
|
Methods
| Name | Description | |
|---|---|---|
| ContainsPosition |
method to determine if photon at designated position resides within voxel
| |
| (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 boundary of voxel
| |
| RayIntersectBoundary |
Checks if the specified photon will intersect the voxel 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 voxel
| |
| RegionOP |
optical properties of voxel
| |
| X |
x range of voxel
| |
| Y |
y range of voxel
| |
| Z |
z range of voxel
|
See Also