Pointwise Plugin SDK
Public Attributes | List of all members

The information returned for each supported CAEP exporter. More...

#include <apiCAEP.h>

Public Attributes

PWP_BOOL allowedDataPrecisionDouble
 Set to PWP_TRUE if double precision data supported in export. More...
 
PWP_BOOL allowedDataPrecisionSingle
 Set to PWP_TRUE if single precision data supported in export. More...
 
PWP_BOOL allowedDimension2D
 Set to PWP_TRUE if 2D exports supported. More...
 
PWP_BOOL allowedDimension3D
 Set to PWP_TRUE if 3D exports supported. More...
 
PWP_BOOL allowedExportConditionsOnly
 Set to PWP_TRUE if separate Condition export supported. More...
 
PWP_BOOL allowedFileFormatASCII
 Set to PWP_TRUE if ASCII files supported in export. More...
 
PWP_BOOL allowedFileFormatBinary
 Set to PWP_TRUE if Binary files supported in export. More...
 
PWP_BOOL allowedFileFormatUnformatted
 Set to PWP_TRUE if Unformatted files supported in export. More...
 
PWP_BOOL allowedVolumeConditions
 Set to PWP_TRUE if VCs are supported. 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 CAEP exporter.

This information is used to integrate the CAE exporter into the framework.

See also
PwEnumCaeFormat(), PwCaeFormat()

Definition at line 98 of file apiCAEP.h.

Member Data Documentation

◆ allowedDataPrecisionDouble

PWP_BOOL CAEP_FORMATINFO::allowedDataPrecisionDouble

Set to PWP_TRUE if double precision data supported in export.

Definition at line 149 of file apiCAEP.h.

◆ allowedDataPrecisionSingle

PWP_BOOL CAEP_FORMATINFO::allowedDataPrecisionSingle

Set to PWP_TRUE if single precision data supported in export.

Definition at line 145 of file apiCAEP.h.

◆ allowedDimension2D

PWP_BOOL CAEP_FORMATINFO::allowedDimension2D

Set to PWP_TRUE if 2D exports supported.

Definition at line 153 of file apiCAEP.h.

◆ allowedDimension3D

PWP_BOOL CAEP_FORMATINFO::allowedDimension3D

Set to PWP_TRUE if 3D exports supported.

Definition at line 157 of file apiCAEP.h.

◆ allowedExportConditionsOnly

PWP_BOOL CAEP_FORMATINFO::allowedExportConditionsOnly

Set to PWP_TRUE if separate Condition export supported.

Definition at line 125 of file apiCAEP.h.

◆ allowedFileFormatASCII

PWP_BOOL CAEP_FORMATINFO::allowedFileFormatASCII

Set to PWP_TRUE if ASCII files supported in export.

Definition at line 133 of file apiCAEP.h.

◆ allowedFileFormatBinary

PWP_BOOL CAEP_FORMATINFO::allowedFileFormatBinary

Set to PWP_TRUE if Binary files supported in export.

Definition at line 137 of file apiCAEP.h.

◆ allowedFileFormatUnformatted

PWP_BOOL CAEP_FORMATINFO::allowedFileFormatUnformatted

Set to PWP_TRUE if Unformatted files supported in export.

Definition at line 141 of file apiCAEP.h.

◆ allowedVolumeConditions

PWP_BOOL CAEP_FORMATINFO::allowedVolumeConditions

Set to PWP_TRUE if VCs are supported.

Definition at line 129 of file apiCAEP.h.

Referenced by PwCaeEnumVCs(), and PwCaeGetVCCount().

◆ fileDest

PWP_ENUM_FILEDEST CAEP_FORMATINFO::fileDest

Specifies the desired output destination type.

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

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

Definition at line 121 of file apiCAEP.h.

Referenced by caeuFileClose(), and caeuFileOpen().

◆ group

const char* CAEP_FORMATINFO::group

The plugin's group name.

The SDK uses PWP_SITE_GROUPNAME as the default.

Definition at line 103 of file apiCAEP.h.

◆ id

PWP_UINT32 CAEP_FORMATINFO::id

format guid.

Definition at line 111 of file apiCAEP.h.

◆ name

const char* CAEP_FORMATINFO::name

format Name.

Definition at line 107 of file apiCAEP.h.

Referenced by PwCaeFormat().


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