Virtual PhotonicsThe PowerLawScatterer type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
PowerLawScatterer |
Creates a power law scatterer with a tissue type of Custom
| |
PowerLawScatterer(TissueType) |
Creates a power law scatterer using the specified tissue type
| |
PowerLawScatterer(Double, Double) |
Creates a power law scatterer; i.e. mus' = a*lambda^-b
| |
PowerLawScatterer(Double, Double, Double, Double) |
Constructs a power law scatterer; i.e. mus' = a*lamda^-b + c*lambda^-d
|
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.) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetG |
Returns a fixed g (scattering anisotropy) of 0.9
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetMus |
Returns mus based on mus' and g
| |
GetMusp |
Returns mus' based on Steve Jacques' Skin Optics Summary:
http://omlc.ogi.edu/news/jan98/skinoptics.html
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.) | |
SetTissueType |
Sets the values for the first prefactor, the first exponent, the second prefactor and the second exponent for the given tissue type
Skin: 1.2, 1.42, 0.0, 0.0
Breast (pre-menopause): 0.67, 0.95, 0.0, 0.0
Breast (post-menopause): 0.72, 0.58, 0.0, 0.0
Brain (white matter): 3.56, 0.84, 0.0, 0.0
Brain (grey matter): 0.56, 1.36, 0.0, 0.0
Liver: 0.84, 0.55, 0.0, 0.0
Custom: 1.0, 0.1, 0.0, 0.0
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
A |
The first prefactor
| |
B |
The first exponent
| |
C |
The second prefactor
| |
D |
The second exponent
| |
ScattererType |
Scattering type, set to power law
|
Events
Name | Description | |
---|---|---|
PropertyChanged |
Raised when a public property of this object is set.
(Inherited from BindableObject.) |
See Also