|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
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 |
Rectangular non-empty region of a 2D field index space.
| size_t SimFieldPatch::field_height |
Height of the source field.
| size_t SimFieldPatch::field_width |
Width of the source field.
| unsigned int SimFieldPatch::flags |
Derived SIM_FIELD_PATCH_FLAG_* values.
| size_t SimFieldPatch::height |
Patch height in elements.
| size_t SimFieldPatch::width |
Patch width in elements.
| size_t SimFieldPatch::x0 |
Left coordinate in field index space.
| size_t SimFieldPatch::y0 |
Top coordinate in field index space.