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

Data passed to a PWGM_FACESTREAMCB callback function. More...

#include <apiGridModel.h>

+ Collaboration diagram for PWGM_FACESTREAM_DATA:

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

Detailed Description

Data passed to a PWGM_FACESTREAMCB callback function.

Definition at line 1133 of file apiGridModel.h.

Member Data Documentation

◆ elemData

PWGM_ELEMDATA PWGM_FACESTREAM_DATA::elemData

The face's element data.

Definition at line 1145 of file apiGridModel.h.

◆ face

PWP_UINT32 PWGM_FACESTREAM_DATA::face

The face's index in the model's index space.

Definition at line 1138 of file apiGridModel.h.

◆ model

PWGM_HGRIDMODEL PWGM_FACESTREAM_DATA::model

The grid model.

Definition at line 1135 of file apiGridModel.h.

◆ neighborCellIndex

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 1142 of file apiGridModel.h.

◆ owner

PWGM_FACEREF_DATA PWGM_FACESTREAM_DATA::owner

Information about the block element that owns face.

This value is always defined.

Definition at line 1154 of file apiGridModel.h.

◆ type

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 1150 of file apiGridModel.h.

◆ userData

void* PWGM_FACESTREAM_DATA::userData

The PwModStreamFaces user data ptr.

Definition at line 1157 of file apiGridModel.h.

Referenced by faceCB().


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