Virtual PhotonicsThe SimulationInputProvider type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
SimulationInputProvider | Initializes a new instance of the SimulationInputProvider class |
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.) | |
GaussianSourceOneLayerTissueROfRhoDetector |
Gaussian source, single tissue layer definition, only ROfRho detector included
| |
GenerateAllSimulationInputs |
Method that provides instances of all inputs in this class.
| |
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.) | |
pMCPointSourceOneLayerTissueROfRhoDAW |
Perturbation MC point source, single tissue layer definition, R(rho) included
| |
PointSourceMultiLayerReflectedMTOfRhoAndSubregionHistDetector |
Point source, multi-layer tissue definition, only ReflectedMCOfRhoAndSubRegionHistDetector detector included
| |
PointSourceOneLayerTissueAllDetectors |
Point source, single tissue layer definition, all detectors included
| |
PointSourceOneLayerTissueRadianceOfRhoAndZAndAngleDetector |
Point source, single tissue layer definition, Radiance included
| |
PointSourceOneLayerTissueROfRhoAndFluenceOfRhoAndZDetectors |
Point source, single tissue layer definition, only ROfRho detector included
| |
PointSourceSingleEllipsoidTissueFluenceOfRhoAndZDetector |
Point source, single ellipsoid tissue definition, only ROfRho detector included
| |
PointSourceThreeLayerReflectedTimeOfRhoAndSubregionHistDetector |
Point source, three-layer tissue definition, with R(rho,time) and
ReflectedTimeOfRhoAndSubregionHistDetector detector included
| |
PointSourceTwoLayerTissueROfRhoDetector |
Point source, two-layer tissue definition, only ROfRho detector included
| |
PointSourceTwoLayerTissueROfRhoDetectorWithPhotonDatabase |
Point source, two-layer tissue definition, only ROfRho detector included
| |
ToFile |
Method to write SimulationInput to file
(Inherited from SimulationInput.) | |
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)
(Inherited from SimulationInput.) | |
N |
number of photons launched from source
(Inherited from SimulationInput.) | |
Options |
SimulationOptions specify, for example, absorption weighting type
(Inherited from SimulationInput.) | |
OutputName |
string name of output file
(Inherited from SimulationInput.) | |
SourceInput |
source input (ISourceInput)
(Inherited from SimulationInput.) | |
TissueInput |
tissue input (ITissueInput)
(Inherited from SimulationInput.) |
See Also