mcImageSetState Enumeration
|
|
Legal flag mask values for the IMcImageSet2.ImageSetState property and
its FlagsMask argument.
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcImageSetState
Members
| Member name | Value | Description |
---|
| mcissNoFlags | 0 | --- Control Flags |
| mcissDoNotSyncSetAoiWithSourceAoi | 4096 | When this flag is set,changes to source McImage.Aoi and the McImage.ImageSet.Aoi will not be
synchronized for this McImageSet. This flag takes precedence over the
mcissSyncOnlyUserChangesToAoi flag; that is, if it is set, then no Aoi
synchronization will be done at all. |
| mcissSyncOnlyUserChangesToAoi | 8192 | -- Collapse control |
| mcissCollapseScanAndResDims | 65536 | When set for a properlyconstructed McImageSet, the mcisdScan and mcisdResolution dimensions are collapsed
by tiling frames along the mcisdScan dimension (which may have a varing number of
frames at different locations) and by treating the mcisdResolution dimension as
providing sub-sampled frames corresponding to the the frames at the 0th
resolution. |
| mcissInvertTilingY | 131072 | When set with themcissCollapseScanAndResDims flag, during collapsing the mcisdScan dimension by
tiling the scan frames, the ordering of the vertical dimension is swapped from the
positions given by the McFrame.PositionY property (by negating it). To have
anyeffect, this flag must be combined with the mcissCollapseScanAndResDims flag. |
| mcissInvertTilingX | 262144 | When set with themcissCollapseScanAndResDims flag, during collapsing the mcisdScan dimension by
tiling the scan frames, the ordering of the horizontal dimension is swapped from
the positions given by the McFrame.PositionX property (by negating it). To have
anyeffect, this flag must be combined with the mcissCollapseScanAndResDims flag. |
| mcissNoTileBlending | 524288 | When set with themcissCollapseScanAndResDims flag, during collapsing the mcisdScan dimension by
tiling the scan frames, if the tiling is not perfect, then tiles will be placed
with a random source tile being used for areas of tile overlap. If this flag is
clear, areas of tile overlap are blended, usually a time-costly operation. To have
anyeffect, this flag must be combined with the mcissCollapseScanAndResDims flag. |
| mcissUnCollapseTemporarily | 16777216 | -- End Collapse control |
| mcissCollapseModfiersMask | 917504 | |
| mcissCollapseRelatedMask | 17760256 | |
| mcissAllFlags | -1 | all state flags |
See Also