Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psPixels Struct Reference
[Image Container]

#include <psPixels.h>

Collaboration diagram for psPixels:

Collaboration graph
[legend]

Detailed Description

list of pixel coordinates

Usually an image mask is the best way to carry information about what pixels mean what. However, in the case where the number of pixels in which we are interested is limited, it is more efficient to simply carry a list of pixels. An example of this is in the image combination code, where we want to perform an operation on a relatively small fraction of pixels, and it is inefficient to go through an entire mask image checking each pixel.

Definition at line 40 of file psPixels.h.

Data Fields

int n
int nalloc
psPixelCoorddata


Field Documentation

psPixelCoord* psPixels::data
 

Definition at line 44 of file psPixels.h.

int psPixels::n
 

Definition at line 42 of file psPixels.h.

int psPixels::nalloc
 

Definition at line 43 of file psPixels.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 15 11:01:13 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.1