Container class for image chunk information to worker threads.
More...
|
| unsigned int | x |
| | Starting x coordinate of chunk. More...
|
| |
| unsigned int | y |
| | Starting y coordinate of chunk. More...
|
| |
| unsigned int | w |
| | Width of chunk. More...
|
| |
| unsigned int | h |
| | Height of chunk. More...
|
| |
Container class for image chunk information to worker threads.
Definition at line 225 of file cspace.h.
◆ Chunk() [1/2]
| se2ez::CSpaceGrid::Chunk::Chunk |
( |
| ) |
|
|
default |
◆ Chunk() [2/2]
| se2ez::CSpaceGrid::Chunk::Chunk |
( |
unsigned int |
x, |
|
|
unsigned int |
y, |
|
|
unsigned int |
w, |
|
|
unsigned int |
h |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
| [in] | x | Starting x coordinate. |
| [in] | y | Starting y coordinate. |
| [in] | w | Width of chunk. |
| [in] | h | Height of chunk. |
Definition at line 237 of file cspace.h.
| unsigned int se2ez::CSpaceGrid::Chunk::h |
Height of chunk.
Definition at line 244 of file cspace.h.
| unsigned int se2ez::CSpaceGrid::Chunk::w |
Width of chunk.
Definition at line 243 of file cspace.h.
| unsigned int se2ez::CSpaceGrid::Chunk::x |
Starting x coordinate of chunk.
Definition at line 241 of file cspace.h.
| unsigned int se2ez::CSpaceGrid::Chunk::y |
Starting y coordinate of chunk.
Definition at line 242 of file cspace.h.
The documentation for this struct was generated from the following file:
- /home/zak/code/se2ez_work/include/se2ez/core/cspace.h