ClipSubRegion
Fields
Keep |
|
Remove |
|
World |
|
Window |
|
PolyPolygonKeys |
polypolygons |
MatrixKey | matrix |
Operation |
operation |
Space |
space |
Functions
ClipSubRegion |
|
ClipSubRegion |
|
bool | operator== |
bool | operator!= |
Detailed Description
-
class
ClipSubRegion
The ClipSubRegion class is used to define a ClipRegionKey.
Public Types
Public Functions
-
inline
ClipSubRegion
()
-
inline bool
operator==
(ClipSubRegion const &that) const
-
inline bool
operator!=
(ClipSubRegion const &that) const
Public Members
-
PolyPolygonKeys
polypolygons
The polypolygons that define this ClipSubRegion.
-
MatrixKey
matrix
The transformation matrix for this ClipSubRegion (optional).
-
Operation
operation
The ClipSubRegion::Operation to use; defaults to Keep.
-
Space
space
The ClipSubRegion::Space coordinate type to use for defining this ClipSubRegion; defaults to World space.
-
inline