Skip to main content

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

NameValueComment
along_axes0The neighborhood extends along each axis separately, but not diagonally (in 2D, into a "+" shape).
bounding_box1The neighborhood extends along in all dimensions simultaneously to produce a single bounding box.