Pointwise Plugin SDK
Public Attributes | List of all members

CAE export write control information. More...

#include <apiCAEP.h>

Public Attributes

PWP_ENDIANNESS byteOrder
 export byte order. More...
 
PWP_BOOL conditionsOnly
 Set to PWP_TRUE if only Conditions exported. More...
 
PWP_ENUM_DIMENSION dimension
 export dimensionality. More...
 
PWP_ENUM_ENCODING encoding
 export file encoding. More...
 
const char * fileDest
 requested file destination. More...
 
PWP_ENUM_PRECISION precision
 export precision. More...
 

Detailed Description

CAE export write control information.

This data is passed to PwCaeGridWrite() by the framework.

See also
PwCaeGridWrite()

Definition at line 184 of file apiCAEP.h.

Member Data Documentation

◆ byteOrder

PWP_ENDIANNESS CAEP_WRITEINFO::byteOrder

export byte order.

Definition at line 207 of file apiCAEP.h.

Referenced by CaePlugin< MT >::byteOrder().

◆ conditionsOnly

PWP_BOOL CAEP_WRITEINFO::conditionsOnly

Set to PWP_TRUE if only Conditions exported.

Definition at line 191 of file apiCAEP.h.

Referenced by CaePlugin< MT >::conditionsOnly().

◆ dimension

PWP_ENUM_DIMENSION CAEP_WRITEINFO::dimension

export dimensionality.

Definition at line 203 of file apiCAEP.h.

Referenced by CaePlugin< MT >::dimension().

◆ encoding

PWP_ENUM_ENCODING CAEP_WRITEINFO::encoding

export file encoding.

Definition at line 195 of file apiCAEP.h.

Referenced by CaePlugin< MT >::encoding(), and openFileName().

◆ fileDest

const char* CAEP_WRITEINFO::fileDest

requested file destination.

Definition at line 187 of file apiCAEP.h.

Referenced by caeuFileClose(), caeuFileOpen(), CaePlugin< MT >::exportDestination(), and openFileName().

◆ precision

PWP_ENUM_PRECISION CAEP_WRITEINFO::precision

export precision.

Definition at line 199 of file apiCAEP.h.

Referenced by CaePlugin< MT >::precision().


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