pinterpret_item(3g) — Subroutines
Name
pinterpret_item − Interprets an item data record obtained by a call to pread_item.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
void pinterpret_item (
Pint type, /∗ (I) Item type ∗/
Pint item_data_length, /∗ (I) Length of the item data
record ∗/
const Pitem_data ∗item_data /∗ (I) Item data record ∗/
)
Data Structures
typedef union {
int impl_dep; /∗ metafile records ∗/
Pdata unsupp; /∗ unsupported metafile item data ∗/
} Pitem_data;
typedef struct {
size_t size; /∗ size of the data ∗/
void ∗data; /∗ pointer to the data ∗/
} Pdata;
Description
pinterpret_item interprets an item data record obtained by a call to pread_item.
If the item type corresponds to a function call that affects graphic representation, this function makes appropriate changes to the PHIGS state list, and generates the specified graphic output on all active workstations of categories OUTPUT and OUTIN.
If the item type identifies user-defined data, this function generates an error indicating that it cannot interpret the item.
Digital PHIGS Version 4.1 does not support this function.
See Also
pget_item_type
pread_item
pwrite_item