Pointwise Plugin SDK
|
Data passed to a PWGM_FACESTREAMCB callback function. More...
#include <apiGridModel.h>
Public Attributes | |
PWGM_ELEMDATA | elemData |
The face's element data. More... | |
PWP_UINT32 | face |
The face's index in the model's index space. More... | |
PWGM_HGRIDMODEL | model |
The grid model. More... | |
PWP_UINT32 | neighborCellIndex |
The cell index for the block element on the other side of the face. More... | |
PWGM_FACEREF_DATA | owner |
Information about the block element that owns face. More... | |
PWGM_ENUM_FACETYPE | type |
One of the PWGM_FACETYPE_XXX types. More... | |
void * | userData |
The PwModStreamFaces user data ptr. More... | |
Data passed to a PWGM_FACESTREAMCB callback function.
Definition at line 1104 of file apiGridModel.h.
PWGM_ELEMDATA PWGM_FACESTREAM_DATA::elemData |
The face's element data.
Definition at line 1116 of file apiGridModel.h.
PWP_UINT32 PWGM_FACESTREAM_DATA::face |
The face's index in the model's index space.
Definition at line 1109 of file apiGridModel.h.
PWGM_HGRIDMODEL PWGM_FACESTREAM_DATA::model |
The grid model.
Definition at line 1106 of file apiGridModel.h.
PWP_UINT32 PWGM_FACESTREAM_DATA::neighborCellIndex |
The cell index for the block element on the other side of the face.
This value is undefined if type equals PWGM_FACETYPE_BOUNDARY.
Definition at line 1113 of file apiGridModel.h.
PWGM_FACEREF_DATA PWGM_FACESTREAM_DATA::owner |
Information about the block element that owns face.
This value is always defined.
Definition at line 1125 of file apiGridModel.h.
PWGM_ENUM_FACETYPE PWGM_FACESTREAM_DATA::type |
One of the PWGM_FACETYPE_XXX types.
If PWGM_FACETYPE_BOUNDARY, neighbor is undefined and should be ignored. For both PWGM_FACETYPE_INTERIOR and PWGM_FACETYPE_CONNECTION, neighbor is defined.
Definition at line 1121 of file apiGridModel.h.
void* PWGM_FACESTREAM_DATA::userData |
The PwModStreamFaces user data ptr.
Definition at line 1128 of file apiGridModel.h.
Referenced by faceCB().