RecAPI
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
COMB_CELL_INFO Struct Reference

Structure of a comb-cell in a comb. More...

#include <KernelApi.h>

Public Attributes

int left
 
int right
 

Detailed Description

Structure of a comb-cell in a comb.

It is used by comb handling functions (see also kRecCreateCombInfo)

Member Data Documentation

◆ left

int COMB_CELL_INFO::left

the x-coordinate of the comb-cell's left edge (raster coordinate)

◆ right

int COMB_CELL_INFO::right

the x-coordinate of the comb-cell's right edge (raster coordinate)