psRegion Struct Reference
[Mathematical Operations]

#include <psRegion.h>


Detailed Description

Basic image region structure.

Struct for specifying a rectangular area in an image.

Definition at line 22 of file psRegion.h.

Data Fields

float x0
 the first column of the region.
float x1
 the last column of the region.
float y0
 the first row of the region.
float y1
 the last row of the region.


Field Documentation

float psRegion::x0

the first column of the region.

Definition at line 24 of file psRegion.h.

float psRegion::x1

the last column of the region.

Definition at line 25 of file psRegion.h.

float psRegion::y0

the first row of the region.

Definition at line 26 of file psRegion.h.

float psRegion::y1

the last row of the region.

Definition at line 27 of file psRegion.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 2 22:25:58 2007 for pslib by  doxygen 1.5.1