Virtual PhotonicsThe SurfaceEmittingCuboidalSourceBase type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| SurfaceEmittingCuboidalSourceBase |
Defines SurfaceEmittingCuboidalSourceBase class
|
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 | ||
Serves as a hash function for a particular type. (Inherited from | ||
| GetNextPhoton |
Implements Get next photon
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| SelectEmittingSurface |
Select the cuboid surface after sampling
| |
Returns a string that represents the current object. (Inherited from |
Extension Methods
| Name | Description | |
|---|---|---|
| ToUnmanagedSourceDefinition | (Defined by UnmanagedSourceDefinitionExtension.) |
Fields
| Name | Description | |
|---|---|---|
| _cubeHeightZ |
The height of the cube (along z axis)
| |
| _cubeLengthX |
The length of the cube (along x axis)
| |
| _cubeWidthY |
The width of the cube (along y axis)
| |
| _initialTissueRegionIndex |
Initial tissue region index
| |
| _newDirectionOfPrincipalSourceAxis |
New source axis direction
| |
| _polarAngleEmissionRange |
Polar angle emission range
| |
| _rotationAndTranslationFlags |
Source rotation and translation flags
| |
| _sourceProfile |
Source profile type
| |
| _translationFromOrigin |
New source location
|
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.
|
See Also