VPCylinderRegion MembersVirtual Photonics - VTS Library
Virtual Photonics

The CylinderRegion type exposes the following members.
Constructors

  NameDescription
Public methodCylinderRegion 
default constructor
Public methodCylinderRegion(Position, Double, Double, OpticalProperties, AbsorptionWeightingType)
CylinderRegion assumes cylinder axis is parallel with z-axis
Back to Top
Methods

  NameDescription
Public methodContainsPosition
method to determine if photon position within cylinder
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 boundary of cylinder
Public methodRayIntersectBoundary
method to determine if photon ray (or track) will intersect boundary of cylinder
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 cyliner
Public propertyHeight
height of cylinder
Public propertyRadius
radius of cylinder
Public propertyRegionOP
optical properties of cylinder
Back to Top
See Also