VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprCurvilinearSlice Class
In This Topic
MprCurvilinearSlice Class Methods
In This Topic
For a list of all methods of this type, see MprCurvilinearSlice.
Public Methods
 NameDescription
Public MethodSignals the MprSlice that initialization is starting. (Inherited from MprSlice)
Public MethodCopies the state of the current object to the target object.
Public MethodCreates a new MprCurvilinearSlice that is a copy of the current instance.
Public MethodSignals the MprSlice that initialization is complete. (Inherited from MprSlice)
Public MethodReturns a 3D transformation matrix, which should be applied to the current MPR slice for getting the specified MPR slice. (Inherited from MprPolylineSlice)
Public MethodReturns the point perspective to the slice. (Inherited from MprPolylineSlice)
Public MethodApproximates the curve with polyline using current parameters.
Public MethodReturns the slice properties along X-axis. (Inherited from MprPolylineSlice)
Public MethodReturns the ReferencePoints in the word (MPR image) coordinates. (Inherited from MprPolylineSlice)
Public MethodReturns a two-dimensional transformation matrix, which represents projection of three-dimensional transformation matrix. (Inherited from MprPolylineSlice)
Public MethodSets read-only state of the MPR-slice. (Inherited from MprSlice)
Public MethodUpdates the ReferencePoints with the 3D points in the word (MPR image) coordinates. (Inherited from MprPolylineSlice)
Public MethodReturns a System.String that represents this instance. (Inherited from MprPolylineSlice)
Public MethodApplies a 2D transformation to the MPR slice. (Inherited from MprPolylineSlice)
Public MethodApplies a transformation to the MPR slice. (Inherited from MprSlice)
Public MethodTransforms 2D point from slice coordinates to the word (MPR image) coordinates. (Inherited from MprPolylineSlice)
Public MethodReturns a 2D transformation matrix, which should be applied to the current MPR slice for getting the specified MPR slice. (Inherited from MprSlice)
Public MethodTries calcualte the point perspective to the slice. (Inherited from MprSlice)
Protected Methods
 NameDescription
Protected MethodCalculates X-axis points.
Protected MethodChecks that MPR slice is read-only. (Inherited from MprSlice)
Protected MethodInitializes the MPR slice parameters. (Inherited from MprSlice)
Protected MethodRaises the PropertyChanged event. (Inherited from MprSlice)
Protected MethodResets the XAxisPoints value. (Inherited from MprPolylineSlice)
See Also