VPSimulationStatistics MembersVirtual Photonics - VTS Library
Virtual Photonics

The SimulationStatistics type exposes the following members.
Constructors

  NameDescription
Public methodSimulationStatistics 
default constructor
Public methodSimulationStatistics(Int64, Int64, Int64, Int64, Int64, Int64, Int64)
class captures statistics about where the photon ended up.
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 methodStatic memberFromFile
method to read results from file
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
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 methodToFile
method to write results to file
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodTrackDeathStatistics
Method to determine statistics about how the photon died.
(Defined by StatisticsExtensions.)
Back to Top
Properties

  NameDescription
Public propertyNumberOfPhotonsAbsorbed
number of photons absorbed
Public propertyNumberOfPhotonsKilledByRussianRoulette
number of photons killed by Russian Roulette
Public propertyNumberOfPhotonsKilledOverMaximumCollisions
number of photons killed because number of collisions larger than maximum allowed
Public propertyNumberOfPhotonsKilledOverMaximumPathLength
number of photons killed because of path length longer than maximum allowed
Public propertyNumberOfPhotonsOutBottomOfTissue
number of photons out bottom of tissue
Public propertyNumberOfPhotonsOutTopOfTissue
number of photons out top of tissue (diffuse reflection)
Public propertyNumberOfPhotonsSpecularReflected
number of photons specular reflected
Back to Top
See Also