Pointwise Plugin SDK
Public Attributes | List of all members
PWGM_INDEX3 Struct Reference

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...
 

Detailed Description

Structured grid ijk index data type.

Definition at line 888 of file apiGridModel.h.

Member Data Documentation

◆ i

PWP_INT32 PWGM_INDEX3::i

i-coordinate used for 3D and 2D grids

Definition at line 889 of file apiGridModel.h.

Referenced by PwInRange(), PwXform2Apply(), PwXformApply(), and PwXformFollows().

◆ j

PWP_INT32 PWGM_INDEX3::j

j-coordinate used for 3D and 2D grids

Definition at line 890 of file apiGridModel.h.

Referenced by PwInRange(), PwXform2Apply(), PwXformApply(), and PwXformFollows().

◆ k

PWP_INT32 PWGM_INDEX3::k

k-coordinate used for 3D grids only

Definition at line 891 of file apiGridModel.h.

Referenced by PwInRange(), PwXform2Apply(), PwXformApply(), and PwXformFollows().


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