IMcViewND Interface |
![]() |
Namespace: MediaCy.IQL.Display.ViewerND
Public Interface IMcViewND
The IMcViewND type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutoReloadFlags | Defines when ND viewer has to be updated based on the changes to the original image. |
![]() | AutoSpin | Sets/gets auto-spin mode. |
![]() ![]() | AutoSubsampling | Sets/gets volume auto subsampling property. |
![]() | AutoSubsamplingLength | Defines the maximum size along any volume direction, which is use for calculation of Auto Subsampling. |
![]() | Background | |
![]() | CameraDistance | Distance from camera to the center of the object |
![]() | ChannelToLoad | Not implemented. By default any image is loaded as it's displayed in IQ as RGB24.
Use image LUT to show/hide channels.
If only one channel has to be loaded, the LUT of the image has to be set to show only that channel. |
![]() | DrawAxes | Turns the display of the X, Y, and Z axes of the volume on or off. |
![]() | GlobalTransparency | Defines the volume transparency in percents (affects volumes in blending mode only). |
![]() | LastProperty | Internal property. Always has to be the last in the list of properties in stream or storage. |
![]() | NumberOfSlices | Defines the number of slices drawn for 2D multi-texture map rendering. |
![]() | OrthogonalMode | Toggles between Perspective (FALSE) and Orthogonal (TRUE) views. |
![]() ![]() | Rotation | Sets/gets camera rotation quaternion. |
![]() | Scene | |
![]() ![]() | SourceImage | Sets source image to display. |
![]() | SourceImageSet | Returns source image set when the view shows ImageSet. If the value is empty, check SourceImage. |
![]() | StorageVersion | Internal property that defines storage version of the control. |
![]() ![]() | SubSampling | Sets/gets volume subsampling. |
![]() | TextureOffset | |
![]() | TextureRotation | |
![]() | TextureRotationAxis | |
![]() | TextureScale | |
![]() ![]() | Translation | Sets/gets translation of the center of view. |
![]() | UserControlFlags | Sets/gets user control flags. |
![]() | ViewAngle | Defines the camera view angle in degrees. |
![]() | ViewHeight | Defines the height of view area. |
![]() | ViewingMode | |
![]() | Volume | |
![]() | VolumeComposition | Sets/gets volume composition mode, could be Blend, Max (Maximum Intensity Projections), Sum or Min. |
![]() | VolumeInterpolation | Sets/gets volume interpolation flag. |
![]() | VolumeSize | Returns estimated volume size in X,Y and Z directions. |
![]() ![]() | VoxelSizeX | Voxel size along X axis. |
![]() | VoxelSizeY | Voxel size along Y axis. |
![]() | VoxelSizeZ | Voxel size along Z axis. |
![]() | Zoom | Zoom of ND view window. |
Name | Description | |
---|---|---|
![]() ![]() | BeginBlockUpdate | Enables/Disables ND viewer update during block operations. |
![]() | CopyToClipboard | Copies the active view to the clipboard as a picture. |
![]() ![]() | CreateAnimation | Creates new animation sequence as McImage. |
![]() | CreateImage | Create new McImage from the current ND view. |
![]() | ReloadVolume | Reloads the volume. The volume was set by SourceImage property. |
![]() ![]() | SetImageAsTexture | Sets image as texture in Color Composite mode. |
![]() | SetupTextureMode | Activates texture mode and sets the number of images for textures. |
![]() | SetViewProjection | Sets camera view along one of the principal axes resetting zoom. |
![]() | ShowOptionsDialog | |
![]() | ViewAll |