gml_TNeighborhood Struct Reference

#include <gml_Morph.h>

Collaboration diagram for gml_TNeighborhood:

Collaboration graph
[legend]
List of all members.

Detailed Description

A structured type for 3x3 pixel neighborhoods.


Public Attributes

union {
   UInt32   un
   struct {
      UInt32   p0: 8
      UInt32   nw: 8
      UInt32   n: 8
      UInt32   ne: 8
   } 
}; 
union {
   UInt32   uc
   struct {
      UInt32   p1: 8
      UInt32   w: 8
      UInt32   c: 8
      UInt32   e: 8
   } 
}; 
union {
   UInt32   us
   struct {
      UInt32   p2: 8
      UInt32   sw: 8
      UInt32   s: 8
      UInt32   se: 8
   } 
}; 

The documentation for this struct was generated from the following file:
Generated on Tue Jun 12 14:03:28 2007 for gml by Doxygen 1.5.2.