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 | |
---|---|---|
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 SimulationInput from file
| |
FromFileInResources |
Method to read SimulationInput xml from file in resources
| |
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 SimulationInput to file
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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