Utah Raster Toolkit  9999-git
URT Development version (post-3.1b)
Data Structures | Macros | Functions
pyramid.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  pyramid
 

Macros

#define and   &&
 
#define or   ||
 
#define not   !
 
#define MASKSIZE   5
 
#define MASKBELOW   2 /* MASKBELOW = (MASKSIZE-1) / 2; */
 
#define MASKABOVE   2 /* MASKABOVE = MASKSIZE / 2; */
 

Functions

float * gauss_mask ()
 

Macro Definition Documentation

#define and   &&

Definition at line 11 of file pyramid.h.

#define MASKABOVE   2 /* MASKABOVE = MASKSIZE / 2; */

Definition at line 17 of file pyramid.h.

#define MASKBELOW   2 /* MASKBELOW = (MASKSIZE-1) / 2; */

Definition at line 16 of file pyramid.h.

#define MASKSIZE   5

Definition at line 15 of file pyramid.h.

#define not   !

Definition at line 13 of file pyramid.h.

#define or   ||

Definition at line 12 of file pyramid.h.

Function Documentation

float* gauss_mask ( )