Virtual PhotonicsThe CustomCircularSource type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CustomCircularSource |
Returns an instance of Custom Circular Source with specified length and width, source profile (Flat/Gaussian),
polar and azimuthal angle range, new source axis direction, translation, and inward normal ray rotation
|
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 for a given position
(Overrides CircularSourceBase GetFinalDirection(Position).) | |
Serves as a hash function for a particular type. (Inherited from | ||
| GetNextPhoton |
Implements Get next photon
(Inherited from CircularSourceBase.) | |
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 | |
|---|---|---|
| _beamRotationFromInwardNormal |
Beam rotation from inward normal
(Inherited from CircularSourceBase.) | |
| _initialTissueRegionIndex |
Initial tissue region index
(Inherited from CircularSourceBase.) | |
| _innerRadius |
The inner radius of the circular source
(Inherited from CircularSourceBase.) | |
| _newDirectionOfPrincipalSourceAxis |
New source axis direction
(Inherited from CircularSourceBase.) | |
| _outerRadius |
The outer radius of the circular source
(Inherited from CircularSourceBase.) | |
| _rotationAndTranslationFlags |
Source rotation and translation flags
(Inherited from CircularSourceBase.) | |
| _sourceProfile |
Source profile type
(Inherited from CircularSourceBase.) | |
| _translationFromOrigin |
New source location
(Inherited from CircularSourceBase.) |
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 CircularSourceBase.) |
See Also