Structure describing a Buffer object.

Data Fields | |
| BufPool * | pool |
| Bufferpool to which the buffer belongs to _BufPool. More... | |
| vx_int32 | buf_index |
| Index of the buffer with respect to all the buffers in the pool. More... | |
| vx_object_array | arr |
| Object array for the buffer. More... | |
| vx_reference | handle |
| 0th handle of the object array More... | |
| vx_int32 | num_channels |
| Number of channels. More... | |
| BufPool* Buf::pool |
Bufferpool to which the buffer belongs to _BufPool.
| vx_int32 Buf::buf_index |
Index of the buffer with respect to all the buffers in the pool.
| vx_object_array Buf::arr |
Object array for the buffer.
| vx_reference Buf::handle |
0th handle of the object array
| vx_int32 Buf::num_channels |
Number of channels.