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

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

#include <apiGridModel.h>

+ Collaboration diagram for PWGM_ENDSTREAM_DATA:

Public Attributes

PWGM_HGRIDMODEL model
 The grid model. More...
 
PWP_BOOL ok
 PWP_TRUE if streaming completed successfully. More...
 
void * userData
 The PwModStreamFaces user data ptr. More...
 

Detailed Description

Data passed to a PWGM_ENDSTREAMCB callback function.

Definition at line 1170 of file apiGridModel.h.

Member Data Documentation

◆ model

PWGM_HGRIDMODEL PWGM_ENDSTREAM_DATA::model

The grid model.

Definition at line 1171 of file apiGridModel.h.

◆ ok

PWP_BOOL PWGM_ENDSTREAM_DATA::ok

PWP_TRUE if streaming completed successfully.

Definition at line 1172 of file apiGridModel.h.

◆ userData

void* PWGM_ENDSTREAM_DATA::userData

The PwModStreamFaces user data ptr.

Definition at line 1173 of file apiGridModel.h.

Referenced by endCB(), and CaeFaceStreamHandler::streamEnd().


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