Virtual PhotonicsThe SimulationInput type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | SimulationInput |
SimulationInput default constructor
|
![]() | SimulationInput(Int64, String, SimulationOptions, ISourceInput, ITissueInput, IList IDetectorInput ) |
Monte Carlo simulation input data
|
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 SimulationInput from file
|
![]() ![]() | FromFileInResources |
Method to read SimulationInput xml from file in resources
|
![]() | ![]() | 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 SimulationInput to file
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Name | Description | |
---|---|---|
![]() | WithValue |
Method to overwrite data in SimulationInput. Used in MC CommandLineApplication
paramsweep and paramsweepdelta.
(Defined by SimulationInputExtensions.) |
Fields
Name | Description | |
---|---|---|
![]() | DetectorInputs |
detector input (IList of IDetectorInput)
|
![]() | N |
number of photons launched from source
|
![]() | Options |
SimulationOptions specify, for example, absorption weighting type
|
![]() | OutputName |
string name of output file
|
![]() | SourceInput |
source input (ISourceInput)
|
![]() | TissueInput |
tissue input (ITissueInput)
|
See Also