VPPostProcessorInputProvider MembersVirtual Photonics - VTS Library
Virtual Photonics

The PostProcessorInputProvider type exposes the following members.
Constructors

  NameDescription
Public methodPostProcessorInputProvider
Initializes a new instance of the PostProcessorInputProvider class
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 memberGenerateAllPostProcessorInputs
Method that provides instances of all inputs in this class.
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 methodStatic memberpMCROfRhoROfRhoAndTime
Perturbation MC R(rho). This assumes database being post-processed is for tissue system with one layer.
Public methodStatic memberPostProcessorROfRho
Perturbation MC R(rho)
Public methodToFile
Method to write this class to xml file.
(Inherited from PostProcessorInput.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Fields

  NameDescription
Public fieldDatabaseSimulationInputFilename
string identifying database SimulationInput filename
(Inherited from PostProcessorInput.)
Public fieldDetectorInputs
IList of IDetectorInput
(Inherited from PostProcessorInput.)
Public fieldInputFolder
string input folder
(Inherited from PostProcessorInput.)
Public fieldOutputName
string identifying output filename
(Inherited from PostProcessorInput.)
Public fieldTallySecondMoment
boolean indicating whether to tally 2nd moment or not
(Inherited from PostProcessorInput.)
Back to Top
See Also