se2ez
se2ez::CSpaceGrid::Chunk Struct Reference

Container class for image chunk information to worker threads. More...

Public Member Functions

 Chunk ()=default
 Default constructor. More...
 
 Chunk (unsigned int x, unsigned int y, unsigned int w, unsigned int h)
 Constructor. More...
 

Public Attributes

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...
 

Detailed Description

Container class for image chunk information to worker threads.

Definition at line 225 of file cspace.h.

Constructor & Destructor Documentation

◆ Chunk() [1/2]

se2ez::CSpaceGrid::Chunk::Chunk ( )
default

Default constructor.

◆ Chunk() [2/2]

se2ez::CSpaceGrid::Chunk::Chunk ( unsigned int  x,
unsigned int  y,
unsigned int  w,
unsigned int  h 
)
inline

Constructor.

Parameters
[in]xStarting x coordinate.
[in]yStarting y coordinate.
[in]wWidth of chunk.
[in]hHeight of chunk.

Definition at line 237 of file cspace.h.

Member Data Documentation

◆ h

unsigned int se2ez::CSpaceGrid::Chunk::h

Height of chunk.

Definition at line 244 of file cspace.h.

◆ w

unsigned int se2ez::CSpaceGrid::Chunk::w

Width of chunk.

Definition at line 243 of file cspace.h.

◆ x

unsigned int se2ez::CSpaceGrid::Chunk::x

Starting x coordinate of chunk.

Definition at line 241 of file cspace.h.

◆ y

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: