VPINurbs MembersVirtual Photonics - VTS Library
Virtual Photonics

The INurbs type exposes the following members.
Methods

  NameDescription
Public methodComputeCurvePoint
Defines the signature of the method used to compute a point on a NURBS curve.
Public methodComputePointOutOfSurface
Defines the signature of the method used to compute the point outside the surface range.
Public methodComputeSurfacePoint
Defines the signature of the method used to compute the point on a NURBS surface.
Public methodEvaluateNurbsCurveFourierTransform
Defines the signature for the method used to evaluate the FT of an isoparametric curve.
Public methodEvaluateNurbsCurveIntegral
Defines the signature of the method used to calculate the integral value of an isoparametric NURBS curve multiplied by an exponential function analitically.
Public methodEvaluateTensorProductControlPoints
Defines the signature of the method used to evaluate the tensor product control points necessary to evaluate the integral of an isoparametric curve.
Public methodGetMinimumValidTime
Defines signature for a method used to consider cousality of the photon migration.
Back to Top
Properties

  NameDescription
Public propertyNativeTimes
Public propertySpaceValues
Gets the NurbsValues along the space dimension.
Public propertyTimeKnotSpanPolynomialCoefficients
Gets or sets the coefficients of the non vanishing B-splines over each knot span.
Public propertyTimeValues
Gets the NurbsValues along the time dimension.
Back to Top
See Also