VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class
Constructors Properties Methods Events SeeAlso
In This Topic
    MprImage Class Members
    In This Topic
    The following tables list the members exposed by MprImage.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the ApplyDicomImageVoiLutCommand, which should be applied to DICOM slice when slice is rendered.
    Public PropertyGets or sets a value indicating whether the MPR image must correct NOT regular slices interval.
    Public PropertyGets the size, in bytes, of the MPR image data.
    Public PropertyGets the length, in millimeters, of the MPR image cube by diagonal.
    Public PropertyGets or sets the maximum count of threads, which can be used for filling of MPR data.
    Public PropertyGets a value indicating whether MPR image data are filled.
    Public PropertyGets a value indicating whether MPR image data are filling.
    Public PropertyGets a value indicating whether this MPR image has been disposed of.
    Public PropertyGets a value indicating whether MPR image data are initialized.
    Public PropertyGets a value indicating whether the MPR image performed correction of NOT regular slices interval.
    Public PropertyGets the location, in 3D space, of the MPR image cube.
    Public PropertyGets or sets the maximum count of threads, which can be used for rendering of MPR slices.
    Public PropertyGets or sets the maximum difference of the interval between adjacent slices, in percents of the interval between slices.
    Public PropertyGets the source data for MPR Image.
    Public PropertyGets the direction vector, of the MPR image cube by X axis.
    Public PropertyGets the length, in pixels, of the MPR image data by X axis.
    Public PropertyGets the length, in millimeters, of the MPR image cube by X axis.
    Public PropertyGets the length, in millimeters, of pixel by X axis.
    Public PropertyGets the direction vector, of the MPR image cube by Y axis.
    Public PropertyGets the length, in pixels, of the MPR image data by Y axis.
    Public PropertyGets the length, in millimeters, of the MPR image cube by Y axis.
    Public PropertyGets the length, in millimeters, of pixel by Y axis.
    Public PropertyGets the direction vector, of the MPR image cube by Z axis.
    Public PropertyGets the length, in pixels, of the MPR image data by Z axis.
    Public PropertyGets the length, in millimeters, of the MPR image cube by Z axis.
    Public PropertyGets the length, in millimeters, of pixel by Z axis.
    Public Methods
     NameDescription
    Public MethodClears this MPR image.
    Public MethodCreates the axial slice for the selected position in this MPR image.
    Public MethodCreates the coronal slice for the selected position in this MPR image.
    Public MethodCreates the MPR curvilinear slice, which is perpendicular to the specified MPR planar slice.
    Public MethodCreates the MPR planar slice as the minimum intersection of the plane, which is defined by the location and direction vectors, and this MPR image.
    Public MethodCreates the MPR polyline slice, which is perpendicular to the specified MPR planar slice.
    Public MethodCreates the sagittal slice for the selected position in this MPR image.
    Public MethodDisposes all resources used by this MprImage.
    Public MethodAsynchronous fills MPR-data from the source set of MPR-planar slices.
    Public MethodSynchronous fills MPR-data from the source set of MPR-planar slices.
    Public MethodReturns a value indicating whether slices have regular interval.
    Public MethodOverloaded. Returns the point luminance for specified 3D point in World space.
    Public MethodEstimates the computational complexity of rendering for a specified slice (approximated).
    Public MethodReturns the transform matrix from MPR image space to Word space.
    Public MethodInitializes this MPR image.
    Public MethodOverloaded. Renders the MPR slice image for the specified MPR slice.
    Public MethodReturns the minimum and maximum luminance.
    Public Events
     NameDescription
    Public EventOccurs when the MPR data is not filled because of error.
    Public EventOccurs when filling MPR-data is finished.
    Public EventOccurs when filling MPR-data progress is changed.
    Public EventOccur when MprImage is initialized (method Initialize(MprImagePlanarSlice[]) is finished).
    See Also