VPPowerLawScatterer MembersVirtual Photonics - VTS Library
Virtual Photonics

The PowerLawScatterer type exposes the following members.
Constructors

  NameDescription
Public methodPowerLawScatterer 
Creates a power law scatterer with a tissue type of Custom
Public methodPowerLawScatterer(TissueType)
Creates a power law scatterer using the specified tissue type
Public methodPowerLawScatterer(Double, Double)
Creates a power law scatterer; i.e. mus' = a*lambda^-b
Public methodPowerLawScatterer(Double, Double, Double, Double)
Constructs a power law scatterer; i.e. mus' = a*lamda^-b + c*lambda^-d
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 a fixed g (scattering anisotropy) of 0.9
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetMus
Returns mus based on mus' and g
Public methodGetMusp
Returns mus' based on Steve Jacques' Skin Optics Summary: http://omlc.ogi.edu/news/jan98/skinoptics.html
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 methodSetTissueType
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
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyA
The first prefactor
Public propertyB
The first exponent
Public propertyC
The second prefactor
Public propertyD
The second exponent
Public propertyScattererType
Scattering type, set to power law
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