VPMonteCarloLoader MembersVirtual Photonics - VTS Library
Virtual Photonics

The MonteCarloLoader type exposes the following members.
Constructors

  NameDescription
Public methodMonteCarloLoader
constructor that loads scaled Monte Carlo reference data and database
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 methodGetAllScaledFxs
Public methodGetAllScaledRhos
Public methodGetAllScaledTimes
Public methodGetFresnel
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 methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Fields

  NameDescription
Public fielddfxReference
size of spatial frequency bins in reference
Public fielddrReference
size of rho bins in reference database
Public fielddtReference
size of time bins in reference database
Public fieldmuspReference
mus' value used in reference database
Public fieldnfxReference
number of spatial frequency bins in reference
Public fieldnrReference
number of rho bins in reference database
Public fieldntReference
number of time bins in reference database
Back to Top
Properties

  NameDescription
Public propertyFxReference
array of spatial frequency centers in reference
Public propertyRhoReference
array of rho bin centers in reference database
Public propertyRReferenceOfFxAndTime
reference database R(fx,time)
Public propertyRReferenceOfRhoAndTime
reference database R(rho,time)
Public propertyTimeReference
array of time bin centers in reference database
Back to Top
See Also