Virtual PhotonicsThe EllipsoidRegion type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| EllipsoidRegion |
default constructor defines sphere with radius 0.5mm and center (0,0,1)
| |
| EllipsoidRegion(Position, Double, Double, Double, OpticalProperties) |
class specifies ellipsoid tissue region (x-xc)^2/a^2 + (y-yc)^2/b^2 + (z-zc)^2/c^2 = 1
where center is (xc,yc,zc) and semi-axis along x-, y-, z- axes are a, b, c, respectively.
|
Methods
| Name | Description | |
|---|---|---|
| ContainsPosition |
method to determine if given Position lies within ellipsoid
| |
| (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 given Position lies on boundary of ellipsoid
| |
| RayIntersectBoundary |
method to determine if photon track or ray intersects boundary of ellipsoid
| |
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 ellipsoid
| |
| Dx |
distance from center to x-axis radius
| |
| Dy |
distance from center to y-axis radius
| |
| Dz |
distance from center to z-axis radius
| |
| RegionOP |
optical properties of ellipsoid
|
See Also