Virtual PhotonicsThe ChromophoreAbsorber type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
ChromophoreAbsorber(ChromophoreType, Double) |
Overload for creating chromophore with simple table lookup. Only works for "built-in" chromophore types
| |
ChromophoreAbsorber(String, Double, ChromophoreCoefficientType) |
Creates a chromophore with a particular value. Name is used to reference the spectral database.
|
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetMua |
Returns Mua (absorption coefficient) for a given wavelength
| |
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.) | |
ToString |
Returns the name of the chromophore
(Overrides Object ToString .) |
Properties
Name | Description | |
---|---|---|
ChromophoreCoefficientType |
Chromophore coefficient type defined by the Enum ChromophoreCoefficientType | |
Concentration |
Concentration
| |
ConcentrationUnits |
Concentration units based on the chromophore coefficient type
| |
Name |
Name of the chromophore
|
Events
Name | Description | |
---|---|---|
PropertyChanged |
Raised when a public property of this object is set.
(Inherited from BindableObject.) |
See Also