Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Initializes a new instance of DirectionalEllipticalSourceInput class
Namespace: Vts.MonteCarloAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
public DirectionalEllipticalSourceInput( double thetaConvOrDiv, double aParameter, double bParameter, ISourceProfile sourceProfile, Direction newDirectionOfPrincipalSourceAxis, Position translationFromOrigin, PolarAzimuthalAngles beamRotationFromInwardNormal, int initialTissueRegionIndex )
Parameters
- thetaConvOrDiv
- Type:
System Double
Covergence or Divergance Angle {= 0, for a collimated beam}
- aParameter
- Type:
System Double
"a" parameter of the ellipse source
- bParameter
- Type:
System Double
"b" parameter of the ellipse source
- sourceProfile
- Type: Vts.MonteCarlo.Interfaces ISourceProfile
Source Profile {Flat / Gaussian}
- newDirectionOfPrincipalSourceAxis
- Type: Vts.Common Direction
New source axis direction
- translationFromOrigin
- Type: Vts.Common Position
New source location
- beamRotationFromInwardNormal
- Type: Vts.MonteCarlo.Helpers PolarAzimuthalAngles
beam rotation angle
- initialTissueRegionIndex
- Type:
System Int32
Initial tissue region index
See Also