Previous Next Up Title Contents Index Functions Index Top Library

SET INVISIBILITY FILTER

pset_invis_filter


CALL SEQUENCE

void pset_invis_filter (wkid, filter)

INPUT PARAMETERS

Pint	wkid;
Pfilter	*filter;

ARGUMENTS

wkid
Workstation identifier.
filter
Invisibility filter.

TYPES

typedef struct {
	Pint_list	incl_set;
	Pint_list	excl_set;
} Pfilter;

typedef struct {
	Pint	num_ints;
	Pint	*ints;
} Pint_list;

EFFECT

This function defines the invisibility filter of the workstation whose identifier is wkid. A primitive of a structure is invisible if:

(Inclusion set of the invisibility filter) [inter] (current Name Set ) != [empty

and

(Exclusion set of the invisibility filter) [inter] (current Name Set ) = [empty


Previous Next Up Title Contents Index Functions Index Top Library