RegionType.h
Classes
- RegionType -- Define the various region types. (full description)
Types
- Invalid = -1,
-
Not used yet.
- Other = 0
-
Other type is not used yet.
Other type is not used yet.
- LC = 1
-
lattice region (pixel coordinates)
- WC = 2
-
image region (world coordinates)
- ArrSlicer = 3
-
array slicer (pixel based with optional stride)
- nRegionTypes
-
Number of recognized types only
- Abs = 1
-
absolute
- RelRef = 2
-
relative to reference pixel
- RelCen = 3
-
relative to center
- nAbsRelTypes
-
# relative to a direction
# RelDir = 4,
Number of recognized types only
Interface
Synopsis
This class defines 2 enum's used by the region classes in module
Lattices and Images.
Member Description
Define the type of region.
The values are used in regionmanager(gui).g, so they should
not be changed.
Define if a region is absolute or relative.
The values are used in regionmanager(gui).g, so they should
not be changed.