VPLayerRegion MembersVirtual Photonics - VTS Library
Virtual Photonics

The LayerRegion type exposes the following members.
Constructors

  NameDescription
Public methodLayerRegion 
default constructor
Public methodLayerRegion(DoubleRange, OpticalProperties)
constructor for layer region
Back to Top
Methods

  NameDescription
Public methodContainsPosition
This checks which region photon is currently in. inclusion defined in half-open interval [start,stop) so that continuum of layers do not overlap.
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 methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
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 methodOnBoundary
Method to determine if photon on layer boundary. Needed to determine which boundary photon is on when layer region contains inclusion. Errors in Position accommodated for in test.
Public methodRayIntersectBoundary
method to determine if photon track or ray intersects layer boundary
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodIsAir
Method to determine if tissue region is air or not
(Defined by ITissueRegionExtensions.)
Back to Top
Properties

  NameDescription
Public propertyCenter
center of layer
Public propertyRegionOP
optical properties of layer
Public propertyZRange
extent of z layer
Back to Top
See Also