VPVoxelRegion MembersVirtual Photonics - VTS Library
Virtual Photonics

The VoxelRegion type exposes the following members.
Constructors

  NameDescription
Public methodVoxelRegion 
default constructor
Public methodVoxelRegion(DoubleRange, DoubleRange, DoubleRange, OpticalProperties, AbsorptionWeightingType)
constructor for voxel region
Back to Top
Methods

  NameDescription
Public methodContainsPosition
method to determine if photon at designated position resides within voxel
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 voxel
Public methodRayIntersectBoundary
Checks if the specified photon will intersect the voxel 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 voxel
Public propertyRegionOP
optical properties of voxel
Public propertyX
x range of voxel
Public propertyY
y range of voxel
Public propertyZ
z range of voxel
Back to Top
See Also