VPSimulationInput MembersVirtual Photonics - VTS Library
Virtual Photonics

The SimulationInput type exposes the following members.
Constructors

  NameDescription
Public methodSimulationInput 
SimulationInput default constructor
Public methodSimulationInput(Int64, String, SimulationOptions, ISourceInput, ITissueInput, IList IDetectorInput )
Monte Carlo simulation input data
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberFromFile
Method to read SimulationInput from file
Public methodStatic memberFromFileInResources
Method to read SimulationInput xml from file in resources
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToFile
Method to write SimulationInput to file
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodWithValue
Method to overwrite data in SimulationInput. Used in MC CommandLineApplication paramsweep and paramsweepdelta.
(Defined by SimulationInputExtensions.)
Back to Top
Fields

  NameDescription
Public fieldDetectorInputs
detector input (IList of IDetectorInput)
Public fieldN
number of photons launched from source
Public fieldOptions
SimulationOptions specify, for example, absorption weighting type
Public fieldOutputName
string name of output file
Public fieldSourceInput
source input (ISourceInput)
Public fieldTissueInput
tissue input (ITissueInput)
Back to Top
See Also