mcDocumentViewFlags Enumeration
|
|
Enumeration of all the common view types.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Enumeration mcDocumentViewFlags
Members
| Member name | Value | Description |
---|
| mcdvfNone | 0 |
This view is unknown.
|
| mcdvfReadOnly | 1 |
Read-only view which does not allow to modify its document.
|
| mcdvfVeryLargeImage | 2 |
A view representing a very large image backed by multi-resolutions files.
|
| mcdvf2D | 4 |
This view displays 2D data.
|
| mcdvf3D | 8 |
This view displays 3D data using the basic OpenGL based 3D viewer.
|
| mcdvfND | 16 |
This view displays 3D data using the advanved ND viewer.
|
| mcdvfSurfacePlot | 32 |
Represents a surface plot of 2D data.
|
| mcdvfColorComposite | 64 |
Indicates a color composite view of any data.
|
| mcdvfSlicer | 128 |
The view shows 3D data using a slicer view which combines multiple 2D views and a 3D view.
|
| mcdvfGallery | 256 |
This view displays all the frames of a sequence side by side.
|
| mcdvfBitmap | 512 |
The bitmap view shows the image represented as a spreadsheet.
|
| mcdvfTiling | 1024 |
This views is a special one used for tiling.
|
| mcdvfImageCompare | 2048 |
This views is a special one used for comparing images.
|
| mcdvfExperiment | 4096 |
This view represents a map of an experiment containing multiple documents.
|
| mcdvfMotionTracking | 8192 |
This view represents Motion Tracking document.
|
| mcdvfIntensityTracking | 16384 |
This view represents Intensity Tracking document.
|
| mcdvfHeatmap | 32768 |
This view represents Heat Map Data Collector document.
|
RemarksMultiple flags can be OR'd together.
See Also