API Reference > Structs, Records, Enums > gpc_op Enumeration
gpc_op Enumeration
Syntax
C++
typedef enum { GPC_DIFF, GPC_INT, GPC_XOR, GPC_UNION } gpc_op;

avgpc.h

Members 
Description 
GPC_DIFF 
Difference 
GPC_INT 
Intersection 
GPC_XOR 
Exclusive or 
GPC_UNION 
Union 

This is type gpc_op.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.