Image Interpolation with Geometric Contour Stencils
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
stencilsetcell Struct Reference

A cell in a contour stencil, $\Omega_k \subset \mathbb{R}^2$. More...

Data Fields

int x
 x-component of the left edge of the cell More...
 
int y
 y-component of the bottom edge of the cell More...
 

Detailed Description

A cell in a contour stencil, $\Omega_k \subset \mathbb{R}^2$.

The cell is a square with unit side lengths and (x,y) specifying the bottom-left corner. The cell is

\[\Omega_k = [x,x+1] \times [y,y+1].\]

The stencilsetcell type is used by ssetstruct::Cell to represent all the cells in the stencil.

Definition at line 110 of file sset.c.

Field Documentation

int stencilsetcell::x

x-component of the left edge of the cell

Definition at line 113 of file sset.c.

int stencilsetcell::y

y-component of the bottom edge of the cell

Definition at line 115 of file sset.c.


The documentation for this struct was generated from the following file: