Virtual PhotonicsThe SimulationStatistics type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
SimulationStatistics |
default constructor
| |
SimulationStatistics(Int64, Int64, Int64, Int64, Int64, Int64, Int64) |
class captures statistics about where the photon ended up.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromFile |
method to read results from file
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToFile |
method to write results to file
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
TrackDeathStatistics |
Method to determine statistics about how the photon died.
(Defined by StatisticsExtensions.) |
Properties
Name | Description | |
---|---|---|
NumberOfPhotonsAbsorbed |
number of photons absorbed
| |
NumberOfPhotonsKilledByRussianRoulette |
number of photons killed by Russian Roulette
| |
NumberOfPhotonsKilledOverMaximumCollisions |
number of photons killed because number of collisions larger than maximum allowed
| |
NumberOfPhotonsKilledOverMaximumPathLength |
number of photons killed because of path length longer than maximum allowed
| |
NumberOfPhotonsOutBottomOfTissue |
number of photons out bottom of tissue
| |
NumberOfPhotonsOutTopOfTissue |
number of photons out top of tissue (diffuse reflection)
| |
NumberOfPhotonsSpecularReflected |
number of photons specular reflected
|
See Also