Pointwise Plugin SDK
Public Attributes | List of all members

The data representing a grid importer instance. More...

#include <apiGRDPUtils.h>

+ Collaboration diagram for GRDP_RTITEM:

Public Attributes

MY_GRDP_DATA * data
 Implementation defined runtime instance data macro. More...
 
GRDP_FORMATINFO FormatInfo
 The Grid Import Plugin format data. More...
 
FILE * fp
 Runtime FILE pointer. More...
 
PWGM_HGRIDMODEL model
 Runtime grid model handle to import. More...
 
PWU_RTITEMpApiData
 Pointer to the associated PWU_RTITEM structure. More...
 
const GRDP_READINFOpReadInfo
 Runtime grid import settings. More...
 
PWU_UNFDATA unfData
 Unformatted file I/O data. More...
 

Detailed Description

The data representing a grid importer instance.

Definition at line 117 of file apiGRDPUtils.h.

Member Data Documentation

◆ data

MY_GRDP_DATA* GRDP_RTITEM::data

Implementation defined runtime instance data macro.

Definition at line 200 of file apiGRDPUtils.h.

◆ FormatInfo

GRDP_FORMATINFO GRDP_RTITEM::FormatInfo

The Grid Import Plugin format data.

Accessed by the low-level API call PwEnumGrdpFormat().

Definition at line 122 of file apiGRDPUtils.h.

Referenced by PwEnumGrdpFormat(), PwGrdpFormat(), and PwGridRead().

◆ fp

FILE* GRDP_RTITEM::fp

Runtime FILE pointer.

This data member may be used by the plugin.

fp will be null. The plugin is allowed to initialize fp using the pwpFileOpen() function as needed.

See also
pwpFileOpen(), pwpFileClose(), pwpFileEof(), pwpFileFlush(), pwpFileGetpos(), pwpFileSetpos(), pwpFileRead(), pwpFileWrite(), pwpFileWriteStr(), pwpFileRewind(), pwpFileDelete(), pwpCwdPush(), pwpCwdPop()

Definition at line 140 of file apiGRDPUtils.h.

◆ model

PWGM_HGRIDMODEL GRDP_RTITEM::model

Runtime grid model handle to import.

This is the same handle as passed to runtimeWrite().

Definition at line 157 of file apiGRDPUtils.h.

Referenced by PwGridRead().

◆ pApiData

PWU_RTITEM* GRDP_RTITEM::pApiData

◆ pReadInfo

const GRDP_READINFO* GRDP_RTITEM::pReadInfo

Runtime grid import settings.

This is the same handle as passed to runtimeWrite().

Definition at line 163 of file apiGRDPUtils.h.

Referenced by PwGridRead().

◆ unfData

PWU_UNFDATA GRDP_RTITEM::unfData

Unformatted file I/O data.

Used by the PwuUnfXxxx() helper functions. This data member is for internal use only.

See also
PwuUnfFileSetEndianness(), PwuUnfFileGetEndianness(), PwuUnfFileBegin(), PwuUnfRecBegin(), PwuUnfRecWriteArr(), PwuUnfRecWriteBuf(), PwuUnfRecWriteEndianBuf()

Definition at line 151 of file apiGRDPUtils.h.


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