Pointwise Plugin SDK
|
Structured grid ijk index data type. More...
#include <apiGridModel.h>
Public Attributes | |
PWP_INT32 | i |
i-coordinate used for 3D and 2D grids More... | |
PWP_INT32 | j |
j-coordinate used for 3D and 2D grids More... | |
PWP_INT32 | k |
k-coordinate used for 3D grids only More... | |
Structured grid ijk index data type.
Definition at line 859 of file apiGridModel.h.
PWP_INT32 PWGM_INDEX3::i |
i-coordinate used for 3D and 2D grids
Definition at line 860 of file apiGridModel.h.
Referenced by PwInRange(), PwXform2Apply(), PwXformApply(), and PwXformFollows().
PWP_INT32 PWGM_INDEX3::j |
j-coordinate used for 3D and 2D grids
Definition at line 861 of file apiGridModel.h.
Referenced by PwInRange(), PwXform2Apply(), PwXformApply(), and PwXformFollows().
PWP_INT32 PWGM_INDEX3::k |
k-coordinate used for 3D grids only
Definition at line 862 of file apiGridModel.h.
Referenced by PwInRange(), PwXform2Apply(), PwXformApply(), and PwXformFollows().