Pointwise Plugin SDK
|
Structured grid ijk index data type. More...
#include <apiGridModel.h>
Public Attributes | |
PWP_INT32 | i |
i-coordinate used for 2D grids More... | |
PWP_INT32 | j |
j-coordinate used for 2D grids More... | |
Structured grid ijk index data type.
Definition at line 868 of file apiGridModel.h.
PWP_INT32 PWGM_INDEX2::i |
i-coordinate used for 2D grids
Definition at line 869 of file apiGridModel.h.
Referenced by PwVlstSetXYZ2(), PwVlstSetXYZ2Data(), and PwVlstSetXYZVal2().
PWP_INT32 PWGM_INDEX2::j |
j-coordinate used for 2D grids
Definition at line 870 of file apiGridModel.h.
Referenced by PwVlstSetXYZ2(), PwVlstSetXYZ2Data(), and PwVlstSetXYZVal2().