VPCustomSurfaceEmittingSphericalSource MembersVirtual Photonics - VTS Library
Virtual Photonics

The CustomSurfaceEmittingSphericalSource type exposes the following members.
Constructors

  NameDescription
Public methodCustomSurfaceEmittingSphericalSource
Returns an instance of Custom Spherical Surface Emitting Source with a user defined surface area (based on polar azimuthal angle range), new source axis direction, and translation,
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetNextPhoton
Implements Get next photon
(Inherited from SurfaceEmittingSphericalSourceBase.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Fields

  NameDescription
Protected field_azimuthalAngleRangeToDefineSphericalSurface
Azimuthal angle range to define the emitting area of the sphere
(Inherited from SurfaceEmittingSphericalSourceBase.)
Protected field_initialTissueRegionIndex
Initial tissue region index
(Inherited from SurfaceEmittingSphericalSourceBase.)
Protected field_newDirectionOfPrincipalSourceAxis
New source axis direction
(Inherited from SurfaceEmittingSphericalSourceBase.)
Protected field_polarAngleRangeToDefineSphericalSurface
Polar angle range to define the emitting area of the sphere
(Inherited from SurfaceEmittingSphericalSourceBase.)
Protected field_radius
The radius of the sphere
(Inherited from SurfaceEmittingSphericalSourceBase.)
Protected field_rotationAndTranslationFlags
Source rotation and translation flags
(Inherited from SurfaceEmittingSphericalSourceBase.)
Protected field_translationFromOrigin
New source location
(Inherited from SurfaceEmittingSphericalSourceBase.)
Back to Top
Properties

  NameDescription
Public propertyRng
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 SurfaceEmittingSphericalSourceBase.)
Back to Top
See Also