DicomObjects.NET.V8
DicomObjects Namespace / DicomImageCurvedMPR Class
Members



In This Topic
    DicomImageCurvedMPR Class
    In This Topic
    Class to display 3D DICOM data as a curved MPR
    Syntax
    'Declaration
     
    Public Class DicomImageCurvedMPR 
       Inherits DicomImage
    'Usage
     
    Dim instance As DicomImageCurvedMPR
    public class DicomImageCurvedMPR : DicomImage 
    public ref class DicomImageCurvedMPR : public DicomImage 
    Remarks

    This object allows the display of an arbitrary plane through a 3D volume, as defined by the data passed to the SetCurve method. In most cases this is likely to represent a simple curved plane (curved in one dimension and straight in the other), but arbitrary data points are possible. DicomObjects will interpolate between the cooridinates provided.

    Inheritance Hierarchy

    System.Object
       DicomObjects.DicomImage
          DicomObjects.DicomImageCurvedMPR

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also