Previous Next Up Title Contents Index Functions Index Top Library

SET INDIVIDUAL ASF

PSET_INDIV_ASF


CALL SEQUENCE

void pset_indiv_asf(
)

TYPES

typedef enum {
	PASPECT_LINETYPE,
	PASPECT_LINEWIDTH,
	PASPECT_LINE_COLR_IND,
	PASPECT_MARKER_TYPE,
	PASPECT_MARKER_SIZE,
	PASPECT_MARKER_COLR_IND,
	PASPECT_TEXT_FONT,
	PASPECT_TEXT_PREC,
	PASPECT_CHAR_EXPAN,
	PASPECT_CHAR_SPACE,
	PASPECT_TEXT_COLR_IND,
	PASPECT_INT_STYLE,
	PASPECT_INT_STYLE_IND,
	PASPECT_INT_COLR_IND,
	PASPECT_EDGE_FLAG,
	PASPECT_EDGETYPE,
	PASPECT_EDGEWIDTH,
	PASPECT_EDGE_COLR_IND,

	PASPECT_LINE_COLR,
	PASPECT_MARKER_COLR,
	PASPECT_TEXT_COLR,
	PASPECT_INT_COLR,
	PASPECT_EDGE_COLR,
	PASPECT_LINE_SHAD_METHOD,
	PASPECT_INT_SHAD_METHOD,
	PASPECT_DATA_MAP_METHOD,
	PASPECT_REFL_PROPS,
	PASPECT_REFL_MODEL,
	PASPECT_BACK_INT_STYLE,
	PASPECT_BACK_INT_STYLE_IND,
	PASPECT_BACK_INT_COLR,
	PASPECT_BACK_INT_SHAD_METHOD,
	PASPECT_BACK_DATA_MAP_METHOD,
	PASPECT_BACK_REFL_PROPS,
	PASPECT_BACK_REFL_MODEL,
	PASPECT_CURVE_APPROX_CRIT,
	PASPECT_SURF_APPROX_CRIT,
	PASPECT_PARAM_SURF_CHARS,
	PASPECT_ALL_ASF
} Paspect;
typedef enum {
	PASF_BUNDLED,
	PASF_INDIV
} Pasf ;


PHIGS STATE

(PHOP, *, STOP, *).

EFFECT

A SET INDIVIDUAL ASF element is inserted in the open structure after element pointer or replaces the element indicated by element pointer, depending on edit mode. Element pointer then points to the SET INDIVIDUAL ASF element. The values specified by the function parameter are associated with the element.

When the SET INDIVIDUAL ASF element is interpreted, the Aspect Source Flag (ASF) in the PHIGS traversal state list identified by the aspect identifier asf_id is set to the specified value asf_source. These values are used by the primitives which follow.

EXTENSION TO THE PHIGS STANDARD

If GPHIGS is in NRS mode, the effect of this function is different from the effect described in the standard.

In NRS mode, (see OPEN PIPE), the element is not stored in a structure. It is sent to the workstation on which the pipe is opened.

ERRORS

5
Ignoring function, function requires state (PHOP,*, STOP,*)

SEE ALSO

set polyline index, set polymarker index, set text index, set interior index, set edge index, open structure, open pipe (ext), inquire current element content, inquire current element type and size


Previous Next Up Title Contents Index Functions Index Top Library