Pointwise Plugin SDK
|
Functions | |
PWP_BOOL | PwAsmSetCellConditionKey (PWGM_HBLOCKASSEMBLER assembler, const PWGM_CONDKEY key, const PWP_UINT32 cell) |
Tags a single cells with the condition identified by key. More... | |
PWP_BOOL | PwAsmSetCellSpanConditionKey (PWGM_HBLOCKASSEMBLER assembler, const PWGM_CONDKEY key, const PWP_UINT32 startCell, const PWP_UINT32 endCell) |
Tags a contiguous span of cells with the condition identified by key. More... | |
PWP_BOOL | PwAsmSetCondition (PWGM_HBLOCKASSEMBLER assembler, const PWGM_CONDKEY key, const PWGM_CONDDATA &condData) |
Sets the condition data of the condition identified by key. More... | |
PWP_BOOL | PwAsmSetConditionTypeId (PWGM_HBLOCKASSEMBLER assembler, const PWGM_CONDKEY key, const PWP_UINT32 typeId) |
Sets the type id of the condition identified by key. More... | |
PWP_BOOL | PwAsmSetConditionTypeName (PWGM_HBLOCKASSEMBLER assembler, const PWGM_CONDKEY key, const char *typeName) |
Sets the type name of the condition identified by key. More... | |
PWP_BOOL | PwAsmSetConditionUserId (PWGM_HBLOCKASSEMBLER assembler, const PWGM_CONDKEY key, const PWP_UINT32 userId) |
Sets the user id of the condition identified by key. More... | |
PWP_BOOL | PwAsmSetConditionUserName (PWGM_HBLOCKASSEMBLER assembler, const PWGM_CONDKEY key, const char *userName) |
Sets the user name of the condition identified by key. More... | |
PWP_BOOL | PwAsmSetProperty (PWGM_HBLOCKASSEMBLER assembler, const PWP_UINT32 propertySetId, const char *key, const char *val) |
Sets the text value of a property identified by key. More... | |
PWGM_HVERTEXLIST | PwBlkGetVertexList (PWGM_HBLOCK h) |
Get the vertex list associated with an unstructured or structured block. More... | |
PWP_BOOL | PwBlkSetCondition (PWGM_HBLOCK block, const PWGM_CONDDATA &condData) |
Sets the condition data for a grid entity. More... | |
PWP_BOOL | PwBlkSetConditionTypeId (PWGM_HBLOCK block, const PWP_UINT32 typeId) |
Sets the condition data for a grid entity. More... | |
PWP_BOOL | PwBlkSetConditionTypeName (PWGM_HBLOCK block, const char *typeName) |
Sets the condition data for a grid entity. More... | |
PWP_BOOL | PwBlkSetConditionUserId (PWGM_HBLOCK block, const PWP_UINT32 userId) |
Sets the condition data for a grid entity. More... | |
PWP_BOOL | PwBlkSetConditionUserName (PWGM_HBLOCK block, const char *userName) |
Sets the condition name for a grid entity. More... | |
PWP_BOOL | PwBlkSetName (PWGM_HBLOCK h, const char *name) |
Set a block's name. More... | |
PWP_BOOL | PwBlkSetProperty (PWGM_HBLOCK block, const char *key, const char *val) |
Sets the text value of a property identified by key. More... | |
PWGM_HVERTEXLIST | PwConGetVertexList (PWGM_HCONNECTOR h) |
Get the vertex list associated with a connector. More... | |
PWP_BOOL | PwConSetCondition (PWGM_HCONNECTOR connector, const PWGM_CONDDATA &condData) |
Sets the condition data for a connector. More... | |
PWP_BOOL | PwConSetConditionTypeId (PWGM_HCONNECTOR connector, const PWP_UINT32 typeId) |
Sets the condition data for a connector. More... | |
PWP_BOOL | PwConSetConditionTypeName (PWGM_HCONNECTOR connector, const char *typeName) |
Sets the condition data for a connector. More... | |
PWP_BOOL | PwConSetConditionUserId (PWGM_HCONNECTOR connector, const PWP_UINT32 userId) |
Sets the condition data for a connector. More... | |
PWP_BOOL | PwConSetConditionUserName (PWGM_HCONNECTOR connector, const char *userName) |
Sets the condition name for a connector. More... | |
PWP_BOOL | PwConSetName (PWGM_HCONNECTOR h, const char *name) |
Set a connector's name. More... | |
PWP_BOOL | PwConSetProperty (PWGM_HCONNECTOR connector, const char *key, const char *val) |
Sets the text value of a property identified by key. More... | |
PWGM_HVERTEXLIST | PwDomGetVertexList (PWGM_HDOMAIN h) |
Get the vertex list associated with an unstructured or structured domain. More... | |
PWP_BOOL | PwDomSetCondition (PWGM_HDOMAIN domain, const PWGM_CONDDATA &condData) |
Sets the condition data for a domain. More... | |
PWP_BOOL | PwDomSetConditionTypeId (PWGM_HDOMAIN domain, const PWP_UINT32 typeId) |
Sets the condition data for a domain. More... | |
PWP_BOOL | PwDomSetConditionTypeName (PWGM_HDOMAIN domain, const char *typeName) |
Sets the condition data for a domain. More... | |
PWP_BOOL | PwDomSetConditionUserId (PWGM_HDOMAIN domain, const PWP_UINT32 userId) |
Sets the condition data for a domain. More... | |
PWP_BOOL | PwDomSetConditionUserName (PWGM_HDOMAIN domain, const char *userName) |
Sets the condition name for a domain. More... | |
PWP_BOOL | PwDomSetName (PWGM_HDOMAIN h, const char *name) |
Set a domain's name. More... | |
PWP_BOOL | PwDomSetProperty (PWGM_HDOMAIN domain, const char *key, const char *val) |
Sets the text value of a property identified by key. More... | |
PWP_ENUM_DIMENSION | PwVlstGetBlkElemDimensionality (PWGM_HVERTEXLIST h) |
Get the block element dimensionality of a vertex list. More... | |
PWP_UINT | PwVlstGetIndexDimensionality (PWGM_HVERTEXLIST h) |
Get the index dimensionality of a vertex list. More... | |
PWP_BOOL | PwVlstIsStructured (PWGM_HVERTEXLIST h) |
Check the type of a vertex list. More... | |
PWP_BOOL | PwVlstIsUnstructured (PWGM_HVERTEXLIST h) |
Check the type of a vertex list. More... | |
PWP_BOOL | PwVlstSetXYZ (PWGM_HVERTEXLIST h, const PWP_UINT ndx, const PWGM_XYZVAL x, const PWGM_XYZVAL y, const PWGM_XYZVAL z) |
Set the XYZ of a point in a 1D vertex list. More... | |
PWP_BOOL | PwVlstSetXYZ2 (PWGM_HVERTEXLIST h, const PWGM_INDEX2 ndx2, const PWGM_XYZVAL x, const PWGM_XYZVAL y, const PWGM_XYZVAL z) |
Set the XYZ of a point in a 2D structured vertex list. More... | |
PWP_BOOL | PwVlstSetXYZ2Data (PWGM_HVERTEXLIST h, const PWGM_INDEX2 ndx2, const PWGM_VERTDATA &v) |
Set the XYZ of a point in a 2D structured vertex list using a PWGM_VERTDATA value. More... | |
PWP_BOOL | PwVlstSetXYZ3 (PWGM_HVERTEXLIST h, const PWGM_INDEX3 ndx3, const PWGM_XYZVAL x, const PWGM_XYZVAL y, const PWGM_XYZVAL z) |
Set the XYZ of a point in a 3D structured vertex list. More... | |
PWP_BOOL | PwVlstSetXYZ3Data (PWGM_HVERTEXLIST h, const PWGM_INDEX3 ndx3, const PWGM_VERTDATA &v) |
Set the XYZ of a point in a 3D structured vertex list using a PWGM_VERTDATA value. More... | |
PWP_BOOL | PwVlstSetXYZData (PWGM_HVERTEXLIST h, const PWP_UINT ndx, const PWGM_VERTDATA &v) |
Set the XYZ of a point in a 1D vertex list using a PWGM_VERTDATA value. More... | |
PWP_BOOL | PwVlstSetXYZVal (PWGM_HVERTEXLIST h, const PWP_UINT ndx, const PWGM_ENUM_XYZ which, const PWGM_XYZVAL val) |
Set an XYZ component of a point in a 1D vertex list. More... | |
PWP_BOOL | PwVlstSetXYZVal2 (PWGM_HVERTEXLIST h, const PWGM_INDEX2 ndx2, const PWGM_ENUM_XYZ which, const PWGM_XYZVAL val) |
Set an XYZ component of a point in a 2D structured vertex list. More... | |
PWP_BOOL | PwVlstSetXYZVal3 (PWGM_HVERTEXLIST h, const PWGM_INDEX3 ndx3, const PWGM_ENUM_XYZ which, const PWGM_XYZVAL val) |
Set an XYZ component of a point in a 3D structured vertex list. More... | |
These functions are used to import both structured and unstructured grids.
PWP_BOOL PwAsmSetCellConditionKey | ( | PWGM_HBLOCKASSEMBLER | assembler, |
const PWGM_CONDKEY | key, | ||
const PWP_UINT32 | cell | ||
) |
Tags a single cells with the condition identified by key.
assembler | A handle obtained from PwVlstCreateBlockAssembler(). |
key | A plugin-defined condition identifier key. This corresponds to the key associated with each boundary or volume element. |
cell | The Pointwise, zero-based index of an isolated cell. Equivalent to a span where startCell == endCell == cell. |
Definition at line 1174 of file apiGridModel.cxx.
References PwAsmSetCellSpanConditionKey().
PWP_BOOL PwAsmSetCellSpanConditionKey | ( | PWGM_HBLOCKASSEMBLER | assembler, |
const PWGM_CONDKEY | key, | ||
const PWP_UINT32 | startCell, | ||
const PWP_UINT32 | endCell | ||
) |
Tags a contiguous span of cells with the condition identified by key.
assembler | A handle obtained from PwVlstCreateBlockAssembler(). |
key | A plugin-defined condition identifier key. This corresponds to the key associated with each boundary or volume element. |
startCell | The Pointwise, zero-based index of the first cell in a contiguous span of cells. |
endCell | The Pointwise, zero-based index of the last cell in a contiguous span of cells. |
Definition at line 1163 of file apiGridModel.cxx.
References PWP_FALSE.
Referenced by PwAsmSetCellConditionKey().
PWP_BOOL PwAsmSetCondition | ( | PWGM_HBLOCKASSEMBLER | assembler, |
const PWGM_CONDKEY | key, | ||
const PWGM_CONDDATA & | condData | ||
) |
Sets the condition data of the condition identified by key.
assembler | A handle obtained from PwVlstCreateBlockAssembler(). |
key | A plugin-defined condition identifier key. This corresponds to the key associated with each boundary or volume element. |
condData | A properly initialized PWGM_CONDDATA struct. |
Definition at line 1151 of file apiGridModel.cxx.
References PWGM_CONDDATA::id, PWGM_CONDDATA::name, PwAsmSetConditionTypeId(), PwAsmSetConditionTypeName(), PwAsmSetConditionUserId(), PwAsmSetConditionUserName(), PWP_CAST_BOOL, PWGM_CONDDATA::tid, and PWGM_CONDDATA::type.
PWP_BOOL PwAsmSetConditionTypeId | ( | PWGM_HBLOCKASSEMBLER | assembler, |
const PWGM_CONDKEY | key, | ||
const PWP_UINT32 | typeId | ||
) |
Sets the type id of the condition identified by key.
assembler | A handle obtained from PwVlstCreateBlockAssembler(). |
key | A plugin-defined condition identifier key. This corresponds to the key associated with each boundary or volume element. |
typeId | Any solver-valid condition type id. Must be one of the type ids supported by the corresponding CAE exporter. |
Definition at line 1141 of file apiGridModel.cxx.
References PwAsmSetProperty().
Referenced by PwAsmSetCondition().
PWP_BOOL PwAsmSetConditionTypeName | ( | PWGM_HBLOCKASSEMBLER | assembler, |
const PWGM_CONDKEY | key, | ||
const char * | typeName | ||
) |
Sets the type name of the condition identified by key.
assembler | A handle obtained from PwVlstCreateBlockAssembler(). |
key | A plugin-defined condition identifier key. This corresponds to the key associated with each boundary or volume element. |
typeName | Any solver-valid condition type name. Must be one of the type names supported by the corresponding CAE exporter. |
Definition at line 1133 of file apiGridModel.cxx.
References PwAsmSetProperty().
Referenced by PwAsmSetCondition().
PWP_BOOL PwAsmSetConditionUserId | ( | PWGM_HBLOCKASSEMBLER | assembler, |
const PWGM_CONDKEY | key, | ||
const PWP_UINT32 | userId | ||
) |
Sets the user id of the condition identified by key.
assembler | A handle obtained from PwVlstCreateBlockAssembler(). |
key | A plugin-defined condition identifier key. This corresponds to the key associated with each boundary or volume element. |
userId | The condition user id. |
Definition at line 1123 of file apiGridModel.cxx.
References PwAsmSetProperty().
Referenced by PwAsmSetCondition().
PWP_BOOL PwAsmSetConditionUserName | ( | PWGM_HBLOCKASSEMBLER | assembler, |
const PWGM_CONDKEY | key, | ||
const char * | userName | ||
) |
Sets the user name of the condition identified by key.
assembler | A handle obtained from PwVlstCreateBlockAssembler(). |
key | A plugin-defined condition identifier key. This corresponds to the key associated with each boundary or volume element. |
userName | Any pointwise-valid condition user name. |
Definition at line 1115 of file apiGridModel.cxx.
References PwAsmSetProperty().
Referenced by PwAsmSetCondition().
PWP_BOOL PwAsmSetProperty | ( | PWGM_HBLOCKASSEMBLER | assembler, |
const PWP_UINT32 | propertySetId, | ||
const char * | key, | ||
const char * | val | ||
) |
Sets the text value of a property identified by key.
assembler | A handle obtained from PwVlstCreateBlockAssembler() |
propertySetId | Plugin-defined id that identifies a collection of named properties |
key | The property name. Can be any value. However, the Pointwise core only recognizes and uses certain keys. |
val | The property value. Can be any key-appropriate value. |
Definition at line 976 of file apiGridModel.cxx.
References PWP_FALSE.
Referenced by PwAsmSetConditionTypeId(), PwAsmSetConditionTypeName(), PwAsmSetConditionUserId(), and PwAsmSetConditionUserName().
PWGM_HVERTEXLIST PwBlkGetVertexList | ( | PWGM_HBLOCK | h | ) |
Get the vertex list associated with an unstructured or structured block.
h | A block handle obtained from PwVlstCreateUnsBlock() or PwModCreateStrBlock(). |
Definition at line 778 of file apiGridModel.cxx.
Referenced by PwUnsBlkAllocateElementCounts().
PWP_BOOL PwBlkSetCondition | ( | PWGM_HBLOCK | block, |
const PWGM_CONDDATA & | condData | ||
) |
Sets the condition data for a grid entity.
block | A handle obtained from PwModCreateBlock(). |
condData | A properly initialized PWGM_CONDDATA struct. |
Definition at line 1018 of file apiGridModel.cxx.
References PWGM_CONDDATA::id, PWGM_CONDDATA::name, PwBlkSetConditionTypeId(), PwBlkSetConditionTypeName(), PwBlkSetConditionUserId(), PwBlkSetConditionUserName(), PWP_CAST_BOOL, PWGM_CONDDATA::tid, and PWGM_CONDDATA::type.
PWP_BOOL PwBlkSetConditionTypeId | ( | PWGM_HBLOCK | block, |
const PWP_UINT32 | typeId | ||
) |
Sets the condition data for a grid entity.
block | A handle obtained from PwModCreateBlock(). |
typeId | Any solver-valid condition type id. Must be one of the type ids supported by the corresponding CAE exporter. |
Definition at line 1009 of file apiGridModel.cxx.
References PwBlkSetProperty().
Referenced by PwBlkSetCondition().
PWP_BOOL PwBlkSetConditionTypeName | ( | PWGM_HBLOCK | block, |
const char * | typeName | ||
) |
Sets the condition data for a grid entity.
block | A handle obtained from PwModCreateBlock(). |
typeName | Any solver-valid condition type name. Must be one of the type names supported by the corresponding CAE exporter. |
Definition at line 1002 of file apiGridModel.cxx.
References PwBlkSetProperty().
Referenced by PwBlkSetCondition().
PWP_BOOL PwBlkSetConditionUserId | ( | PWGM_HBLOCK | block, |
const PWP_UINT32 | userId | ||
) |
Sets the condition data for a grid entity.
block | A handle obtained from PwModCreateBlock(). |
userId | The condition user id. |
Definition at line 993 of file apiGridModel.cxx.
References PwBlkSetProperty().
Referenced by PwBlkSetCondition().
PWP_BOOL PwBlkSetConditionUserName | ( | PWGM_HBLOCK | block, |
const char * | userName | ||
) |
Sets the condition name for a grid entity.
block | A handle obtained from PwModCreateBlock(). |
userName | Any pointwise-valid condition user name. |
Definition at line 986 of file apiGridModel.cxx.
References PwBlkSetProperty().
Referenced by PwBlkSetCondition().
PWP_BOOL PwBlkSetName | ( | PWGM_HBLOCK | h, |
const char * | name | ||
) |
Set a block's name.
h | A block handle obtained from PwModCreateBlock(). |
name | The entity name. A numeric "-n" suffix will be silently added to the name if it is a duplicate. |
Definition at line 810 of file apiGridModel.cxx.
References PWP_FALSE.
PWP_BOOL PwBlkSetProperty | ( | PWGM_HBLOCK | block, |
const char * | key, | ||
const char * | val | ||
) |
Sets the text value of a property identified by key.
block | A handle obtained from PwModCreateBlock() |
key | The property name. Can be any value. However, the Pointwise core only recognizes and uses certain keys. |
val | The property value. Can be any key-appropriate value. |
Definition at line 952 of file apiGridModel.cxx.
References PWP_FALSE.
Referenced by PwBlkSetConditionTypeId(), PwBlkSetConditionTypeName(), PwBlkSetConditionUserId(), and PwBlkSetConditionUserName().
PWGM_HVERTEXLIST PwConGetVertexList | ( | PWGM_HCONNECTOR | h | ) |
Get the vertex list associated with a connector.
h | A connector handle obtained from PwModCreateCon(). |
Definition at line 794 of file apiGridModel.cxx.
PWP_BOOL PwConSetCondition | ( | PWGM_HCONNECTOR | connector, |
const PWGM_CONDDATA & | condData | ||
) |
Sets the condition data for a connector.
connector | A handle obtained from PwModCreateConnector(). |
condData | A properly initialized PWGM_CONDDATA struct. |
Definition at line 1104 of file apiGridModel.cxx.
References PWGM_CONDDATA::id, PWGM_CONDDATA::name, PwConSetConditionTypeId(), PwConSetConditionTypeName(), PwConSetConditionUserId(), PwConSetConditionUserName(), PWP_CAST_BOOL, PWGM_CONDDATA::tid, and PWGM_CONDDATA::type.
PWP_BOOL PwConSetConditionTypeId | ( | PWGM_HCONNECTOR | connector, |
const PWP_UINT32 | typeId | ||
) |
Sets the condition data for a connector.
connector | A handle obtained from PwModCreateConnector(). |
typeId | Any solver-valid condition type id. Must be one of the type ids supported by the corresponding CAE exporter. |
Definition at line 1095 of file apiGridModel.cxx.
References PwConSetProperty().
Referenced by PwConSetCondition().
PWP_BOOL PwConSetConditionTypeName | ( | PWGM_HCONNECTOR | connector, |
const char * | typeName | ||
) |
Sets the condition data for a connector.
connector | A handle obtained from PwModCreateConnector(). |
typeName | Any solver-valid condition type name. Must be one of the type names supported by the corresponding CAE exporter. |
Definition at line 1088 of file apiGridModel.cxx.
References PwConSetProperty().
Referenced by PwConSetCondition().
PWP_BOOL PwConSetConditionUserId | ( | PWGM_HCONNECTOR | connector, |
const PWP_UINT32 | userId | ||
) |
Sets the condition data for a connector.
connector | A handle obtained from PwModCreateConnector(). |
userId | The condition user id. |
Definition at line 1079 of file apiGridModel.cxx.
References PwConSetProperty().
Referenced by PwConSetCondition().
PWP_BOOL PwConSetConditionUserName | ( | PWGM_HCONNECTOR | connector, |
const char * | userName | ||
) |
Sets the condition name for a connector.
connector | A handle obtained from PwModCreateConnector(). |
userName | Any pointwise-valid condition user name. |
Definition at line 1072 of file apiGridModel.cxx.
References PwConSetProperty().
Referenced by PwConSetCondition().
PWP_BOOL PwConSetName | ( | PWGM_HCONNECTOR | h, |
const char * | name | ||
) |
Set a connector's name.
h | A connector handle obtained from PwModCreateCon(). |
name | The entity name. A numeric "-n" suffix will be silently added to the name if it is a duplicate. |
Definition at line 802 of file apiGridModel.cxx.
References PWP_FALSE.
PWP_BOOL PwConSetProperty | ( | PWGM_HCONNECTOR | connector, |
const char * | key, | ||
const char * | val | ||
) |
Sets the text value of a property identified by key.
connector | A handle obtained from PwModCreateConnector() |
key | The property name. Can be any value. However, the Pointwise core only recognizes and uses certain keys. |
val | The property value. Can be any key-appropriate value. |
Definition at line 968 of file apiGridModel.cxx.
References PWP_FALSE.
Referenced by PwConSetConditionTypeId(), PwConSetConditionTypeName(), PwConSetConditionUserId(), and PwConSetConditionUserName().
PWGM_HVERTEXLIST PwDomGetVertexList | ( | PWGM_HDOMAIN | h | ) |
Get the vertex list associated with an unstructured or structured domain.
h | A domain handle obtained from PwVlstCreateUnsDomain(), PwVlstCreateUnsBoundary(), or PwModCreateStrDomain(). |
Definition at line 786 of file apiGridModel.cxx.
PWP_BOOL PwDomSetCondition | ( | PWGM_HDOMAIN | domain, |
const PWGM_CONDDATA & | condData | ||
) |
Sets the condition data for a domain.
domain | A handle obtained from PwModCreateDomain(). |
condData | A properly initialized PWGM_CONDDATA struct. |
Definition at line 1061 of file apiGridModel.cxx.
References PWGM_CONDDATA::id, PWGM_CONDDATA::name, PwDomSetConditionTypeId(), PwDomSetConditionTypeName(), PwDomSetConditionUserId(), PwDomSetConditionUserName(), PWP_CAST_BOOL, PWGM_CONDDATA::tid, and PWGM_CONDDATA::type.
PWP_BOOL PwDomSetConditionTypeId | ( | PWGM_HDOMAIN | domain, |
const PWP_UINT32 | typeId | ||
) |
Sets the condition data for a domain.
domain | A handle obtained from PwModCreateDomain(). |
typeId | Any solver-valid condition type id. Must be one of the type ids supported by the corresponding CAE exporter. |
Definition at line 1052 of file apiGridModel.cxx.
References PwDomSetProperty().
Referenced by PwDomSetCondition().
PWP_BOOL PwDomSetConditionTypeName | ( | PWGM_HDOMAIN | domain, |
const char * | typeName | ||
) |
Sets the condition data for a domain.
domain | A handle obtained from PwModCreateDomain(). |
typeName | Any solver-valid condition type name. Must be one of the type names supported by the corresponding CAE exporter. |
Definition at line 1045 of file apiGridModel.cxx.
References PwDomSetProperty().
Referenced by PwDomSetCondition().
PWP_BOOL PwDomSetConditionUserId | ( | PWGM_HDOMAIN | domain, |
const PWP_UINT32 | userId | ||
) |
Sets the condition data for a domain.
domain | A handle obtained from PwModCreateDomain(). |
userId | The condition user id. |
Definition at line 1036 of file apiGridModel.cxx.
References PwDomSetProperty().
Referenced by PwDomSetCondition().
PWP_BOOL PwDomSetConditionUserName | ( | PWGM_HDOMAIN | domain, |
const char * | userName | ||
) |
Sets the condition name for a domain.
domain | A handle obtained from PwModCreateDomain(). |
userName | Any pointwise-valid condition user name. |
Definition at line 1029 of file apiGridModel.cxx.
References PwDomSetProperty().
Referenced by PwDomSetCondition().
PWP_BOOL PwDomSetName | ( | PWGM_HDOMAIN | h, |
const char * | name | ||
) |
Set a domain's name.
h | A domain handle obtained from PwModCreateDomain(). |
name | The entity name. A numeric "-n" suffix will be silently added to the name if it is a duplicate. |
Definition at line 818 of file apiGridModel.cxx.
References PWP_FALSE.
PWP_BOOL PwDomSetProperty | ( | PWGM_HDOMAIN | domain, |
const char * | key, | ||
const char * | val | ||
) |
Sets the text value of a property identified by key.
domain | A handle obtained from PwModCreateDomain() |
key | The property name. Can be any value. However, the Pointwise core only recognizes and uses certain keys. |
val | The property value. Can be any key-appropriate value. |
Definition at line 960 of file apiGridModel.cxx.
References PWP_FALSE.
Referenced by PwDomSetConditionTypeId(), PwDomSetConditionTypeName(), PwDomSetConditionUserId(), PwDomSetConditionUserName(), and PwVlstCreateUnsBoundary().
PWP_ENUM_DIMENSION PwVlstGetBlkElemDimensionality | ( | PWGM_HVERTEXLIST | h | ) |
Get the block element dimensionality of a vertex list.
h | A vertex list handle. |
PWP_DIMENSION_2D if blocks contain 2-D elements (tri, quad) and domains contain 1-D bar elements.
Definition at line 850 of file apiGridModel.cxx.
Referenced by PwUnsBlkAllocateElementCounts().
PWP_UINT PwVlstGetIndexDimensionality | ( | PWGM_HVERTEXLIST | h | ) |
Get the index dimensionality of a vertex list.
h | A vertex list handle. |
Definition at line 842 of file apiGridModel.cxx.
PWP_BOOL PwVlstIsStructured | ( | PWGM_HVERTEXLIST | h | ) |
Check the type of a vertex list.
h | A vertex list handle. |
Definition at line 834 of file apiGridModel.cxx.
References PWP_FALSE.
PWP_BOOL PwVlstIsUnstructured | ( | PWGM_HVERTEXLIST | h | ) |
Check the type of a vertex list.
h | A vertex list handle. |
Definition at line 826 of file apiGridModel.cxx.
References PWP_FALSE.
PWP_BOOL PwVlstSetXYZ | ( | PWGM_HVERTEXLIST | h, |
const PWP_UINT | ndx, | ||
const PWGM_XYZVAL | x, | ||
const PWGM_XYZVAL | y, | ||
const PWGM_XYZVAL | z | ||
) |
Set the XYZ of a point in a 1D vertex list.
h | A vertex list handle. The vertext list can be either 1D structured or unstructured. |
ndx | The index into the vertex list. |
x,y,z | The component values. |
Definition at line 870 of file apiGridModel.cxx.
References PWP_FALSE.
PWP_BOOL PwVlstSetXYZ2 | ( | PWGM_HVERTEXLIST | h, |
const PWGM_INDEX2 | ndx2, | ||
const PWGM_XYZVAL | x, | ||
const PWGM_XYZVAL | y, | ||
const PWGM_XYZVAL | z | ||
) |
Set the XYZ of a point in a 2D structured vertex list.
h | A vertex list handle. |
ndx2 | The index into the vertex list. |
x,y,z | The component values. |
Definition at line 902 of file apiGridModel.cxx.
References PWGM_INDEX2::i, PWGM_INDEX2::j, and PWP_FALSE.
PWP_BOOL PwVlstSetXYZ2Data | ( | PWGM_HVERTEXLIST | h, |
const PWGM_INDEX2 | ndx2, | ||
const PWGM_VERTDATA & | v | ||
) |
Set the XYZ of a point in a 2D structured vertex list using a PWGM_VERTDATA value.
h | A vertex list handle. |
ndx2 | The index into the vertex list. |
v | A PWGM_VERTDATA value. Only the v.x, v.y, and v.z values are used. The v.i value is ignored. |
Definition at line 912 of file apiGridModel.cxx.
References PWGM_INDEX2::i, PWGM_INDEX2::j, PWP_FALSE, PWGM_VERTDATA::x, PWGM_VERTDATA::y, and PWGM_VERTDATA::z.
PWP_BOOL PwVlstSetXYZ3 | ( | PWGM_HVERTEXLIST | h, |
const PWGM_INDEX3 | ndx3, | ||
const PWGM_XYZVAL | x, | ||
const PWGM_XYZVAL | y, | ||
const PWGM_XYZVAL | z | ||
) |
Set the XYZ of a point in a 3D structured vertex list.
h | A vertex list handle. |
ndx3 | The index into the vertex list. |
x,y,z | The component values. |
Definition at line 933 of file apiGridModel.cxx.
References PWP_FALSE.
PWP_BOOL PwVlstSetXYZ3Data | ( | PWGM_HVERTEXLIST | h, |
const PWGM_INDEX3 | ndx3, | ||
const PWGM_VERTDATA & | v | ||
) |
Set the XYZ of a point in a 3D structured vertex list using a PWGM_VERTDATA value.
h | A vertex list handle. |
ndx3 | The index into the vertex list. |
v | A PWGM_VERTDATA value. Only the v.x, v.y, and v.z values are used. The v.i value is ignored. |
Definition at line 942 of file apiGridModel.cxx.
References PWP_FALSE, PWGM_VERTDATA::x, PWGM_VERTDATA::y, and PWGM_VERTDATA::z.
PWP_BOOL PwVlstSetXYZData | ( | PWGM_HVERTEXLIST | h, |
const PWP_UINT | ndx, | ||
const PWGM_VERTDATA & | v | ||
) |
Set the XYZ of a point in a 1D vertex list using a PWGM_VERTDATA value.
h | A vertex list handle. |
ndx | The index into the vertex list. |
v | A PWGM_VERTDATA value. Only the v.x, v.y, and v.z values are used. The v.i value is ignored. |
Definition at line 880 of file apiGridModel.cxx.
References PWP_FALSE, PWGM_VERTDATA::x, PWGM_VERTDATA::y, and PWGM_VERTDATA::z.
PWP_BOOL PwVlstSetXYZVal | ( | PWGM_HVERTEXLIST | h, |
const PWP_UINT | ndx, | ||
const PWGM_ENUM_XYZ | which, | ||
const PWGM_XYZVAL | val | ||
) |
Set an XYZ component of a point in a 1D vertex list.
h | A vertex list handle. |
ndx | The index into the vertex list. |
which | The XYZ component to set. |
val | The XYZ component value. |
Definition at line 859 of file apiGridModel.cxx.
References PWP_FALSE.
PWP_BOOL PwVlstSetXYZVal2 | ( | PWGM_HVERTEXLIST | h, |
const PWGM_INDEX2 | ndx2, | ||
const PWGM_ENUM_XYZ | which, | ||
const PWGM_XYZVAL | val | ||
) |
Set an XYZ component of a point in a 2D structured vertex list.
h | A vertex list handle. |
ndx2 | The index into the vertex list. |
which | The XYZ component to set. |
val | The XYZ component value. |
Definition at line 891 of file apiGridModel.cxx.
References PWGM_INDEX2::i, PWGM_INDEX2::j, and PWP_FALSE.
PWP_BOOL PwVlstSetXYZVal3 | ( | PWGM_HVERTEXLIST | h, |
const PWGM_INDEX3 | ndx3, | ||
const PWGM_ENUM_XYZ | which, | ||
const PWGM_XYZVAL | val | ||
) |
Set an XYZ component of a point in a 3D structured vertex list.
h | A vertex list handle. |
ndx3 | The index into the vertex list. |
which | The XYZ component to set. |
val | The XYZ component value. |
Definition at line 923 of file apiGridModel.cxx.
References PWP_FALSE.