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

The 3D transform matrix data type. More...

#include <apiGridModel.h>

Public Attributes

PWP_INT32 m [3][4]
 m[row][col] More...
 

Detailed Description

The 3D transform matrix data type.

Defines the transform of a structured ijk index across a 3D block connection.

You can obtain the equivalent 2D transform matrix using PwXform3to2().

Definition at line 921 of file apiGridModel.h.

Member Data Documentation

◆ m

PWP_INT32 PWGM_INDEX_XFORM::m[3][4]

m[row][col]

Definition at line 922 of file apiGridModel.h.

Referenced by PwXform2to3(), PwXform3to2(), PwXformApply(), and PwXformFollows().


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