Pointwise Plugin SDK
|
Data passed to a PWGM_ENDSTREAMCB callback function. More...
#include <apiGridModel.h>
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... | |
Data passed to a PWGM_ENDSTREAMCB callback function.
Definition at line 1141 of file apiGridModel.h.
PWGM_HGRIDMODEL PWGM_ENDSTREAM_DATA::model |
The grid model.
Definition at line 1142 of file apiGridModel.h.
PWP_BOOL PWGM_ENDSTREAM_DATA::ok |
PWP_TRUE if streaming completed successfully.
Definition at line 1143 of file apiGridModel.h.
void* PWGM_ENDSTREAM_DATA::userData |
The PwModStreamFaces user data ptr.
Definition at line 1144 of file apiGridModel.h.
Referenced by endCB(), and CaeFaceStreamHandler::streamEnd().