[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

INQUIRE STRUCTURE IDENTIFIERS (PHOP,*,*,*)

Purpose

Use Inquire Structure Identifiers to inquire the currently existing structure identifiers in the centralized structure store.

If the information is available, then the graPHIGS API sets the error indicator to zero and returns the values in the output parameters. If the information is unavailable, then the values returned in the output parameters are unpredictable and the graPHIGS API sets the error indicator to the following error:

2
Function Requires State (PHOP,*,*,*)

Language Bindings

C

pinq_struct_ids (num_elems_appl_list, start_ind, err_ind, struct_ids, num_elems_impl_list)

Input Parameters

Pint num_elems_appl_list
Number of elements in the application list (>=0).

Pint start_ind
Starting index (>=0).

Output Parameters

Pint *err_ind
Error indicator.

Pint_list *struct_ids
List of structure identifiers.

Pint *num_elems_impl_list
Number of elements in the implementation list.

FORTRAN

PQSID (n, errind, number, strid)

Input Parameters

integer n
Set member requested (>=0).

Output Parameters

integer errind
Error indicator.

integer number
Number of structure identifiers.

integer strid
nth structure identifier.

Errors

None

Related Subroutines

  • None


  • [ Previous | Next | Contents | Glossary | Home | Search ]