Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
SimFieldPatch Struct Reference

Rectangular non-empty region of a 2D field index space. More...

#include <field_patch.h>

Public Attributes

size_t x0
 
size_t y0
 
size_t width
 
size_t height
 
size_t field_width
 
size_t field_height
 
unsigned int flags
 

Detailed Description

Rectangular non-empty region of a 2D field index space.

Member Data Documentation

◆ field_height

size_t SimFieldPatch::field_height

Height of the source field.

◆ field_width

size_t SimFieldPatch::field_width

Width of the source field.

◆ flags

unsigned int SimFieldPatch::flags

Derived SIM_FIELD_PATCH_FLAG_* values.

◆ height

size_t SimFieldPatch::height

Patch height in elements.

◆ width

size_t SimFieldPatch::width

Patch width in elements.

◆ x0

size_t SimFieldPatch::x0

Left coordinate in field index space.

◆ y0

size_t SimFieldPatch::y0

Top coordinate in field index space.


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