Go to the source code of this file.
 | 
| enum   | guBreakPolyType { GU_INSIDE_POLY, 
GU_OUTSIDE_POLY, 
GU_UNKNOWN
 } | 
|   | 
| enum   | guBreakPointStatus { GU_INTERIOR_POINT, 
GU_VERTEX_POINT
 } | 
|   | 
| enum   | guNeedSplitResult { GU_YES_SPLIT, 
GU_NO_SPLIT, 
GU_NO_SPLIT_REDUNDANT_NONE, 
GU_NO_SPLIT_REDUNDANT_ALL
 } | 
|   | 
| enum   | guLoopCloseMethod {  
  GU_NO_CLOSE, 
GU_FLAT_CLOSE, 
GU_APEX_CLOSE, 
GU_MULTIAPEX_CLOSE, 
 
  GU_GRADIENT_CLOSE
 
 } | 
|   | 
| Enumerator | 
|---|
| GU_INTERIOR_POINT  | 
 | 
| GU_VERTEX_POINT  | 
 | 
Definition at line 36 of file GU_VolumeBreak.h.
 
 
| Enumerator | 
|---|
| GU_INSIDE_POLY  | 
 | 
| GU_OUTSIDE_POLY  | 
 | 
| GU_UNKNOWN  | 
 | 
Definition at line 29 of file GU_VolumeBreak.h.
 
 
| Enumerator | 
|---|
| GU_NO_CLOSE  | 
 | 
| GU_FLAT_CLOSE  | 
 | 
| GU_APEX_CLOSE  | 
 | 
| GU_MULTIAPEX_CLOSE  | 
 | 
| GU_GRADIENT_CLOSE  | 
 | 
Definition at line 100 of file GU_VolumeBreak.h.
 
 
| Enumerator | 
|---|
| GU_YES_SPLIT  | 
 | 
| GU_NO_SPLIT  | 
 | 
| GU_NO_SPLIT_REDUNDANT_NONE  | 
 | 
| GU_NO_SPLIT_REDUNDANT_ALL  | 
 | 
Definition at line 92 of file GU_VolumeBreak.h.