Virtual PhotonicsThe IsotropicVolumetricEllipsoidalSource type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| IsotropicVolumetricEllipsoidalSource |
Returns an instance of Isotropic Ellipsoidal Source with a given source profile (Flat/Gaussian),
new source axis direction, and translation.
|
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 | ||
| GetFinalDirection |
Returns direction
(Overrides VolumetricEllipsoidalSourceBase GetFinalDirection .) | |
Serves as a hash function for a particular type. (Inherited from | ||
| GetNextPhoton |
Implements Get next photon
(Inherited from VolumetricEllipsoidalSourceBase.) | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Fields
| Name | Description | |
|---|---|---|
| _aParameter |
"a" parameter of the ellipsoid source
(Inherited from VolumetricEllipsoidalSourceBase.) | |
| _bParameter |
"b" parameter of the ellipsoid source
(Inherited from VolumetricEllipsoidalSourceBase.) | |
| _cParameter |
"c" parameter of the ellipsoid source
(Inherited from VolumetricEllipsoidalSourceBase.) | |
| _initialTissueRegionIndex |
Initial tissue region index
(Inherited from VolumetricEllipsoidalSourceBase.) | |
| _newDirectionOfPrincipalSourceAxis |
New source axis direction
(Inherited from VolumetricEllipsoidalSourceBase.) | |
| _rotationAndTranslationFlags |
Source rotation and translation flags
(Inherited from VolumetricEllipsoidalSourceBase.) | |
| _sourceProfile |
Source profile type
(Inherited from VolumetricEllipsoidalSourceBase.) | |
| _translationFromOrigin |
New source location
(Inherited from VolumetricEllipsoidalSourceBase.) |
Properties
| Name | Description | |
|---|---|---|
| Rng |
The random number generator used to create photons. If not assigned externally,
a Mersenne Twister (MathNet.Numerics.Random.MersenneTwister) will be created with
a seed of zero.
(Inherited from VolumetricEllipsoidalSourceBase.) |
See Also