Virtual PhotonicsThe MieScatterer type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| MieScatterer |
Creates a MieScatterer with a MieScattererType of PolystyreneSphereSuspension
| |
| MieScatterer(MieScattererType) |
Creates a MieScatterer with the specified Mie scatterer type
| |
| MieScatterer(Double, Double, Double) |
Creates a MieScatterer with the specified values for particle radius, particle refractive index and medium refractive index
|
Methods
| Name | Description | |
|---|---|---|
| AfterPropertyChanged |
Derived classes can override this method to
execute logic after a property is set. The
base implementation does nothing.
(Inherited from BindableObject.) | |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetG |
Returns the anisotropy coefficient for a given wavelength
| |
Serves as a hash function for a particular type. (Inherited from | ||
| GetMus |
Returns the scattering coefficient for a given wavelength
| |
| GetMusp |
Returns the reduced scattering coefficient for a given wavelength
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnPropertyChanged |
Attempts to raise the PropertyChanged event, and
invokes the virtual AfterPropertyChanged method,
regardless of whether the event was raised or not.
(Inherited from BindableObject.) | |
Returns a string that represents the current object. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| MediumRefractiveIndexMismatch |
Medium refractive index mismatch
| |
| ParticleRadius |
Partice radius
| |
| ParticleRefractiveIndexMismatch |
Particle refractive index mismatch
| |
| ScattererType |
Scatterer type, set to Mie
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Raised when a public property of this object is set.
(Inherited from BindableObject.) |
See Also