Virtual PhotonicsThe MultiLayerTissueInputValidation type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | MultiLayerTissueInputValidation | Initializes a new instance of the MultiLayerTissueInputValidation class |
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (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 ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() ![]() | ValidateInput |
Method to validate that the tissue layers are contiguous and don't overlap
|
![]() ![]() | ValidateLayers |
This verifies that the layers do not overlap. It assumes that the layers are
adjacent and defined in order. Public because SimulationInputValidation calls it.
|
![]() ![]() | ValidateTopAndBottomLayersAreAir |
This verifies that the top and bottom layers are air. The photon propagation algorithm in
Photon class assumes that these layers are air and that the photon exits the domain
after crossing into these layers and is no longer propagated.
|
See Also