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 | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GaussianSourceOneLayerTissueROfRhoDetector |
Gaussian source, single tissue layer definition, only ROfRho detector included
| |
| GenerateAllSimulationInputs |
Method that provides instances of all inputs in this class.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| 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.) | |
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)
(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