Pointwise Plugin SDK
|
Data passed to a PWGM_BEGINSTREAMCB callback function. More...
#include <apiGridModel.h>
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... | |
Data passed to a PWGM_BEGINSTREAMCB callback function.
Definition at line 1055 of file apiGridModel.h.
PWGM_ELEMCOUNTS PWGM_BEGINSTREAM_DATA::counts |
The model's total element counts.
Definition at line 1060 of file apiGridModel.h.
PWGM_HGRIDMODEL PWGM_BEGINSTREAM_DATA::model |
The grid model.
Definition at line 1061 of file apiGridModel.h.
PWP_UINT32 PWGM_BEGINSTREAM_DATA::numBoundaryFaces |
How many faces in totalNumFaces lie on the model's boundary.
Definition at line 1058 of file apiGridModel.h.
PWP_UINT32 PWGM_BEGINSTREAM_DATA::numInteriorFaces |
How many faces in totalNumFaces that are interior to the model.
Definition at line 1059 of file apiGridModel.h.
PWGM_ENUM_FACEORDER PWGM_BEGINSTREAM_DATA::order |
The requested cell face stream sequence order.
Definition at line 1056 of file apiGridModel.h.
PWP_UINT32 PWGM_BEGINSTREAM_DATA::totalNumFaces |
The total number of faces in the entire model (= numBoundaryFaces + numInteriorFaces).
Definition at line 1057 of file apiGridModel.h.
void* PWGM_BEGINSTREAM_DATA::userData |
The PwModStreamFaces user data ptr.
Definition at line 1062 of file apiGridModel.h.
Referenced by beginCB(), and CaeFaceStreamHandler::streamBegin().