VPMieScatterer MembersVirtual Photonics - VTS Library
Virtual Photonics

The MieScatterer type exposes the following members.
Constructors

  NameDescription
Public methodMieScatterer 
Creates a MieScatterer with a MieScattererType of PolystyreneSphereSuspension
Public methodMieScatterer(MieScattererType)
Creates a MieScatterer with the specified Mie scatterer type
Public methodMieScatterer(Double, Double, Double)
Creates a MieScatterer with the specified values for particle radius, particle refractive index and medium refractive index
Back to Top
Methods

  NameDescription
Protected methodAfterPropertyChanged
Derived classes can override this method to execute logic after a property is set. The base implementation does nothing.
(Inherited from BindableObject.)
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 methodGetG
Returns the anisotropy coefficient for a given wavelength
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetMus
Returns the scattering coefficient for a given wavelength
Public methodGetMusp
Returns the reduced scattering coefficient for a given wavelength
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 methodOnPropertyChanged
Attempts to raise the PropertyChanged event, and invokes the virtual AfterPropertyChanged method, regardless of whether the event was raised or not.
(Inherited from BindableObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyMediumRefractiveIndexMismatch
Medium refractive index mismatch
Public propertyParticleRadius
Partice radius
Public propertyParticleRefractiveIndexMismatch
Particle refractive index mismatch
Public propertyScattererType
Scatterer type, set to Mie
Back to Top
Events

  NameDescription
Public eventPropertyChanged
Raised when a public property of this object is set.
(Inherited from BindableObject.)
Back to Top
See Also