VPPostProcessorInput MembersVirtual Photonics - VTS Library
Virtual Photonics

The PostProcessorInput type exposes the following members.
Constructors

  NameDescription
Public methodPostProcessorInput 
default constructor
Public methodPostProcessorInput(IList IDetectorInput , Boolean, String, String, String)
constructor for post-processor input
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 this class from xml file.
Public methodStatic memberFromFileInResources
Method to read this class 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 this class to xml file.
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
Public fieldDetectorInputs
IList of IDetectorInput
Public fieldInputFolder
string input folder
Public fieldOutputName
string identifying output filename
Public fieldTallySecondMoment
boolean indicating whether to tally 2nd moment or not
Back to Top
See Also