Pointwise Plugin SDK
runtimeReadGrid.h
Go to the documentation of this file.
1 /****************************************************************************
2  *
3  * Pointwise Grid Import Plugin functions
4  *
5  * (C) 2021 Cadence Design Systems, Inc. All rights reserved worldwide.
6  *
7  ***************************************************************************/
8 
9 #ifndef _APIGRIDREADIMPL_H_
10 #define _APIGRIDREADIMPL_H_
11 
12 #include "apiGRDP.h"
13 #include "apiGRDPUtils.h"
14 #include "apiPWP.h"
15 
16 extern "C" {
17 
30 /***********************************************************/
31 /***********************************************************/
54 
55 
69 
70 
81 
82 
85 } /* extern "C" */
86 
87 
88 #endif /* _APIGRIDREADIMPL_H_ */
runtimeReadGridCreate
PWP_BOOL runtimeReadGridCreate(GRDP_RTITEM *pRti)
runtimeReadGrid
PWP_BOOL runtimeReadGrid(GRDP_RTITEM *pRti)
PWP_VOID
void PWP_VOID
no value
Definition: apiPWP.h:317
GRDP_RTITEM
The data representing a grid importer instance.
Definition: apiGRDPUtils.h:117
runtimeReadGridDestroy
PWP_VOID runtimeReadGridDestroy(GRDP_RTITEM *pRti)
apiGRDP.h
Pointwise Grid Import Plugin API (GRDP-API)
apiGRDPUtils.h
GRDP utilities.
PWP_BOOL
int PWP_BOOL
logical value
Definition: apiPWP.h:303
apiPWP.h
Pointwise Plugin API (PWP-API)