enum class neighborhood_shape
Description
Optional parameter to the constructor of access::neighborhood
to specify in what shape the accessed region should extend from the work item.
Declared at: include/range_mapper.h:133
Enumerators
Name | Value | Comment |
---|---|---|
along_axes | 0 | The neighborhood extends along each axis separately, but not diagonally (in 2D, into a "+" shape). |
bounding_box | 1 | The neighborhood extends along in all dimensions simultaneously to produce a single bounding box. |