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 | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| FromFile |
method to read results from file
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToFile |
method to write results to file
| |
Returns a string that represents the current object. (Inherited from |
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