Ufo.Region¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
origin |
[ |
r/w |
n-dimensional origin of the region |
size |
[ |
r/w |
n-dimensional size of the region |
Methods¶
None
Details¶
- class Ufo.Region¶
Defines a region with at most
Ufo.BUFFER_MAX_NDIMS
dimensions for use withUfo.Buffer.get_device_array_view
().