Virtual PhotonicsThe OpticalProperties type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| OpticalProperties |
Creates optical properties with values 0.01, 1.0, 0.8, 1.4 for mua, musp, g and n respectively
| |
| OpticalProperties(OpticalProperties) |
Creates a new instance based on values from a previous instance
| |
| OpticalProperties(Double, Double, Double, Double) |
Definition of optical properties
|
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 | ||
Serves as a hash function for a particular type. (Inherited from | ||
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.) | |
| ToString |
Writes the optical properties to a string in the order Mua, Musp, G and N
(Overrides |
Extension Methods
| Name | Description | |
|---|---|---|
| GetScatterLength |
Method to determine scattering length given the absorption weighting type
(Defined by OpticalPropertiesExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| G |
anisotropy coefficient = cosine of an average scattering angle (where the angle is relative to the incoming and outgoing unit direction vectors)
| |
| Mua |
absorption coefficient = probability of absorption per unit distance traveled
| |
| Mus |
scattering coefficient = probability of having scattered per unit distance traveled
| |
| Musp |
reduced scattering coefficient = probability of having scattered per unit distance traveled
| |
| N |
refractive index mismatch
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Raised when a public property of this object is set.
(Inherited from BindableObject.) |
See Also