Pointwise Plugin SDK
runtimeWrite.h
Go to the documentation of this file.
1 /****************************************************************************
2  *
3  * Pointwise Plugin utility functions
4  *
5  * (C) 2021 Cadence Design Systems, Inc. All rights reserved worldwide.
6  *
7  ***************************************************************************/
8 
9 #ifndef _APICAEGRIDWRITEIMPL_H_
10 #define _APICAEGRIDWRITEIMPL_H_
11 
12 #include "apiCAEP.h"
13 #include "apiCAEPUtils.h"
14 #include "apiPWP.h"
15 
16 extern "C" {
17 
29 /***********************************************************/
30 /***********************************************************/
51  const CAEP_WRITEINFO *pWriteInfo);
52 
53 
69 
80 
83 } /* extern "C" */
84 
85 
86 #endif /* _APICAEGRIDWRITEIMPL_H_ */
CAEP_RTITEM
The data representing a CAE exporter instance.
Definition: apiCAEPUtils.h:124
PWGM_HGRIDMODEL
An opaque handle to a grid model.
Definition: apiGridModel.h:326
PWP_VOID
void PWP_VOID
no value
Definition: apiPWP.h:317
runtimeCreate
PWP_BOOL runtimeCreate(CAEP_RTITEM *pRti)
Definition: cppstr/runtimeWrite.cxx:35
apiCAEP.h
Pointwise CAE Plugin API (CAEP-API)
PWP_BOOL
int PWP_BOOL
logical value
Definition: apiPWP.h:303
CAEP_WRITEINFO
CAE export write control information.
Definition: apiCAEP.h:184
apiPWP.h
Pointwise Plugin API (PWP-API)
apiCAEPUtils.h
CAEP utilities.
runtimeDestroy
PWP_VOID runtimeDestroy(CAEP_RTITEM *pRti)
Definition: cppstr/runtimeWrite.cxx:41
runtimeWrite
PWP_BOOL runtimeWrite(CAEP_RTITEM *pRti, PWGM_HGRIDMODEL model, const CAEP_WRITEINFO *pWriteInfo)
Definition: cppstr/runtimeWrite.cxx:27