Previous Next Up Title Contents Index Functions Index Top Library

CHANGE SOFTWARE MARKER SHAPE

PXCHANGE_SOFT_MARKER_SHAPE


CALL SEQUENCE

void pxchange_soft_marker_shape(
)

TYPES

typedef struct {
	Pfloat	x_min;	/* x min	*/
	Pfloat	x_max;	/* x max	*/
	Pfloat	y_min;	/* y min	*/
	Pfloat	y_max;	/* y max	*/
} Plimit;

typedef struct {
	Pint	num_points;	/* number of Ppoints in the list	*/
	Ppoint	*points;	/* list of points	*/
} Ppoint_list;

PHIGS STATE

(PHOP,*,*,*)

EFFECT

This function redefines software polymarker of type marker_type. Software polymarkers types available are from -1 to -91.

The new polymarker contains num_lists point lists. each point list will be drawn according to its primitive type. Primitive_type is a list of num_lists flags, one for each point list.

If primitive type is 0, the point list is drawn using a polyline otherwise the point list is drawn using a solid fill area

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)
105
Ignoring function, the specified marker type is not available on the specified workstation

SEE ALSO

Set marker type, see pset_marker_type

Polymarker, see ppolymarker

Polymarker 3, see ppolymarker3


Previous Next Up Title Contents Index Functions Index Top Library