In This Topic
The following tables list the members exposed by
MprImage.
Public Constructors
| Name | Description |
 | MprImage | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | ApplyVoiLut | Gets or sets the ApplyDicomImageVoiLutCommand, which should be applied to DICOM slice when slice is rendered. |
 | CorrectNotRegularSlicesInterval | Gets or sets a value indicating whether the MPR image must correct NOT regular slices interval. |
 | DataSize | Gets the size, in bytes, of the MPR image data. |
 | DiagonalLength | Gets the length, in millimeters, of the MPR image cube by diagonal. |
 | FillDataThreadCount | Gets or sets the maximum count of threads, which can be used for filling of MPR data. |
 | IsDataFilled | Gets a value indicating whether MPR image data are filled. |
 | IsDataFilling | Gets a value indicating whether MPR image data are filling. |
 | IsDisposed | Gets a value indicating whether this MPR image has been disposed of. |
 | IsInitialized | Gets a value indicating whether MPR image data are initialized. |
 | IsSlicesIntervalCorrected | Gets a value indicating whether the MPR image performed correction of NOT regular slices interval. |
 | Location | Gets the location, in 3D space, of the MPR image cube. |
 | RenderingThreadCount | Gets or sets the maximum count of threads, which can be used for rendering of MPR slices. |
 | SliceIntervalMaxDelta | Gets or sets the maximum difference of the interval between adjacent slices, in percents of the interval between slices. |
 | SourceData | Gets the source data for MPR Image. |
 | XAxis | Gets the direction vector, of the MPR image cube by X axis. |
 | XDataLength | Gets the length, in pixels, of the MPR image data by X axis. |
 | XLength | Gets the length, in millimeters, of the MPR image cube by X axis. |
 | XPixelLength | Gets the length, in millimeters, of pixel by X axis. |
 | YAxis | Gets the direction vector, of the MPR image cube by Y axis. |
 | YDataLength | Gets the length, in pixels, of the MPR image data by Y axis. |
 | YLength | Gets the length, in millimeters, of the MPR image cube by Y axis. |
 | YPixelLength | Gets the length, in millimeters, of pixel by Y axis. |
 | ZAxis | Gets the direction vector, of the MPR image cube by Z axis. |
 | ZDataLength | Gets the length, in pixels, of the MPR image data by Z axis. |
 | ZLength | Gets the length, in millimeters, of the MPR image cube by Z axis. |
 | ZPixelLength | Gets the length, in millimeters, of pixel by Z axis. |
Public Methods
| Name | Description |
 | Clear | Clears this MPR image. |
 | CreateAxialSlice | Creates the axial slice for the selected position in this MPR image. |
 | CreateCoronalSlice | Creates the coronal slice for the selected position in this MPR image. |
 | CreateCurvilinearSlice | Creates the MPR curvilinear slice, which is perpendicular to the specified MPR planar slice. |
 | CreatePlanarSlice | Creates the MPR planar slice as the minimum intersection of the plane, which is defined by the location and direction vectors, and this MPR image. |
 | CreatePolylineSlice | Creates the MPR polyline slice, which is perpendicular to the specified MPR planar slice. |
 | CreateSagittalSlice | Creates the sagittal slice for the selected position in this MPR image. |
 | Dispose | Disposes all resources used by this MprImage. |
 | FillDataAsync | Asynchronous fills MPR-data from the source set of MPR-planar slices. |
 | FillDataSync | Synchronous fills MPR-data from the source set of MPR-planar slices. |
 | GetIsSlicesHasRegularInterval | Returns a value indicating whether slices have regular interval. |
 | GetPointLuminance | Overloaded. Returns the point luminance for specified 3D point in World space. |
 | GetRenderingComputationalComplexity | Estimates the computational complexity of rendering for a specified slice (approximated). |
 | GetTransformToWordSpace | Returns the transform matrix from MPR image space to Word space. |
 | Initialize | Initializes this MPR image. |
 | RenderSlice | Overloaded. Renders the MPR slice image for the specified MPR slice. |
 | TryGetMinMaxLuminance | Returns the minimum and maximum luminance. |
Public Events
See Also