Pointwise Plugin SDK
Public Attributes | List of all members

The information returned for each supported GRDP importer. More...

#include <apiGRDP.h>

Public Attributes

const char * exts
 Space delimited list of file extensions. More...
 
PWP_ENUM_FILEDEST fileDest
 Specifies the desired output destination type. More...
 
const char * group
 The plugin's group name. More...
 
PWP_UINT32 id
 format guid. More...
 
const char * name
 format Name. More...
 

Detailed Description

The information returned for each supported GRDP importer.

This information is used to integrate the GRDP importer into the framework.

See also
PwEnumGrdpFormat(), PwGrdpFormat()

Definition at line 70 of file apiGRDP.h.

Member Data Documentation

◆ exts

const char* GRDP_FORMATINFO::exts

Space delimited list of file extensions.

Definition at line 97 of file apiGRDP.h.

◆ fileDest

PWP_ENUM_FILEDEST GRDP_FORMATINFO::fileDest

Specifies the desired output destination type.

Before an import is requested, the framework is responsible to obtain an output destination in the format dictated by this value.

The destination string is passed to PwGridRead() by the framework through the GRDP_READINFO::fileDest parameter.

Definition at line 93 of file apiGRDP.h.

Referenced by PwGridRead().

◆ group

const char* GRDP_FORMATINFO::group

The plugin's group name.

The SDK uses PWP_SITE_GROUPNAME as the default.

Definition at line 75 of file apiGRDP.h.

◆ id

PWP_UINT32 GRDP_FORMATINFO::id

format guid.

Definition at line 83 of file apiGRDP.h.

◆ name

const char* GRDP_FORMATINFO::name

format Name.

Definition at line 79 of file apiGRDP.h.

Referenced by PwGrdpFormat().


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