Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE WORKSTATION TRANSFORMATION

PINQ_WS_TRAN


CALL SEQUENCE

void pinq_ws_tran(
)

TYPES

typedef enum {
	PUPD_NOT_PEND,
	PUPD_PEND
} Pupd_st;

typedef struct {
	Pfloat	x_min;	/* minimum x 	*/
	Pfloat	x_max;	/* maximum x 	*/
	Pfloat	y_min;	/* minimum y 	*/
	Pfloat	y_max;	/* maximum y 	*/
} Plimit;

PHIGS STATE

(PHOP, WSOP, *, *).

EFFECT

Returns workstation ws_id's transformation update state as well as the requested and current window and viewport (in 2D) from the workstation state list. If the data is available, error indicator is returned as 0.

The workstation transformation update state is PUPD_PEND when a modification has been requested but is not yet effective.

ERRORS

3
Ignoring function, function requires state (PHOP, WSOP,*,*)
54
Ignoring function, the specified workstation is not open
57
Ignoring function, specified workstation is of category MI

SEE ALSO

set workstation window, set workstation viewport.

G5G - GPHIGS C FUNCTIONS VOLUME 2

Index


Previous Next Up Title Contents Index Functions Index Top Library