VPDirectionalPointSource MembersVirtual Photonics - VTS Library
Virtual Photonics

The DirectionalPointSource type exposes the following members.
Constructors

  NameDescription
Public methodDirectionalPointSource
Returns an instance of Directional Point Source with a given emission direction at a given location
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 PointSourceBase.)
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_azimuthalAngleEmissionRange
Azimuthal angle range
(Inherited from PointSourceBase.)
Protected field_direction
Point source emitting direction
(Inherited from PointSourceBase.)
Protected field_initialTissueRegionIndex
Initial tissue region index
(Inherited from PointSourceBase.)
Protected field_pointLocation
New position
(Inherited from PointSourceBase.)
Protected field_polarAngleEmissionRange
Polar angle range
(Inherited from PointSourceBase.)
Protected field_rotationalAnglesOfPrincipalSourceAxis
Rotation angles pair(polar/azimuthal) of emitting direction
(Inherited from PointSourceBase.)
Protected field_rotationAndTranslationFlags
Source translation and rotation flags
(Inherited from PointSourceBase.)
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 PointSourceBase.)
Back to Top
See Also