Pointwise Plugin SDK
Functions
runtimeReadGrid.h File Reference
#include "apiGRDP.h"
#include "apiGRDPUtils.h"
#include "apiPWP.h"
+ Include dependency graph for runtimeReadGrid.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

PWP_BOOL runtimeReadGrid (GRDP_RTITEM *pRti)
 
PWP_BOOL runtimeReadGridCreate (GRDP_RTITEM *pRti)
 
PWP_VOID runtimeReadGridDestroy (GRDP_RTITEM *pRti)
 

Detailed Description

Starting point for a grid import.

When a grid import is initiated, the SDK initializes the plugin and then calls the functions runtimeReadGridCreate(), runtimeReadGrid(), and runtimeReadGridDestroy() in order.

To implement the importer logic, The plugin author must edit the copy of the file runtimeReadGrid.cxx located in the src/plugins/MyPlugin folder.

Definition in file runtimeReadGrid.h.