Pointwise Plugin SDK
Functions
+ Collaboration diagram for Value to Text Functions:

Functions

const char * caeuDimensionToText (PWP_ENUM_DIMENSION dim)
 Converts a PWP_ENUM_DIMENSION value to a text string representation. More...
 
const char * caeuEncodeToText (PWP_ENUM_ENCODING enc)
 Converts a PWP_ENUM_ENCODING value to a text string representation. More...
 
const char * caeuPrecisionToText (PWP_ENUM_PRECISION prec)
 Converts a PWP_ENUM_PRECISION value to a text string representation. More...
 

Detailed Description

Map CAE value to text utility functions.

Function Documentation

◆ caeuDimensionToText()

const char* caeuDimensionToText ( PWP_ENUM_DIMENSION  dim)

Converts a PWP_ENUM_DIMENSION value to a text string representation.

Parameters
dimThe PWP_ENUM_DIMENSION value.
Returns
The text string or "!invalid".

Definition at line 513 of file apiCAEPUtils.cxx.

References invalid, PWP_DIMENSION_2D, and PWP_DIMENSION_3D.

◆ caeuEncodeToText()

const char* caeuEncodeToText ( PWP_ENUM_ENCODING  enc)

Converts a PWP_ENUM_ENCODING value to a text string representation.

Parameters
encThe PWP_ENUM_ENCODING value.
Returns
The text string or "!invalid".

Definition at line 486 of file apiCAEPUtils.cxx.

References invalid, PWP_ENCODING_ASCII, PWP_ENCODING_BINARY, and PWP_ENCODING_UNFORMATTED.

◆ caeuPrecisionToText()

const char* caeuPrecisionToText ( PWP_ENUM_PRECISION  prec)

Converts a PWP_ENUM_PRECISION value to a text string representation.

Parameters
precThe PWP_ENUM_PRECISION value.
Returns
The text string or "!invalid".

Definition at line 500 of file apiCAEPUtils.cxx.

References invalid, PWP_PRECISION_DOUBLE, and PWP_PRECISION_SINGLE.