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

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

#include <apiGridModel.h>

+ Collaboration diagram for PWGM_BEGINSTREAM_DATA:

Public Attributes

PWGM_ELEMCOUNTS counts
 The model's total element counts. More...
 
PWGM_HGRIDMODEL model
 The grid model. More...
 
PWP_UINT32 numBoundaryFaces
 How many faces in totalNumFaces lie on the model's boundary. More...
 
PWP_UINT32 numInteriorFaces
 How many faces in totalNumFaces that are interior to the model. More...
 
PWGM_ENUM_FACEORDER order
 The requested cell face stream sequence order. More...
 
PWP_UINT32 totalNumFaces
 The total number of faces in the entire model (= numBoundaryFaces + numInteriorFaces). More...
 
void * userData
 The PwModStreamFaces user data ptr. More...
 

Detailed Description

Data passed to a PWGM_BEGINSTREAMCB callback function.

Definition at line 1084 of file apiGridModel.h.

Member Data Documentation

◆ counts

PWGM_ELEMCOUNTS PWGM_BEGINSTREAM_DATA::counts

The model's total element counts.

Definition at line 1089 of file apiGridModel.h.

◆ model

PWGM_HGRIDMODEL PWGM_BEGINSTREAM_DATA::model

The grid model.

Definition at line 1090 of file apiGridModel.h.

◆ numBoundaryFaces

PWP_UINT32 PWGM_BEGINSTREAM_DATA::numBoundaryFaces

How many faces in totalNumFaces lie on the model's boundary.

Definition at line 1087 of file apiGridModel.h.

◆ numInteriorFaces

PWP_UINT32 PWGM_BEGINSTREAM_DATA::numInteriorFaces

How many faces in totalNumFaces that are interior to the model.

Definition at line 1088 of file apiGridModel.h.

◆ order

PWGM_ENUM_FACEORDER PWGM_BEGINSTREAM_DATA::order

The requested cell face stream sequence order.

Definition at line 1085 of file apiGridModel.h.

◆ totalNumFaces

PWP_UINT32 PWGM_BEGINSTREAM_DATA::totalNumFaces

The total number of faces in the entire model (= numBoundaryFaces + numInteriorFaces).

Definition at line 1086 of file apiGridModel.h.

◆ userData

void* PWGM_BEGINSTREAM_DATA::userData

The PwModStreamFaces user data ptr.

Definition at line 1091 of file apiGridModel.h.

Referenced by beginCB(), and CaeFaceStreamHandler::streamBegin().


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