#include <pathproc.h>
Public Member Functions | |
ProcessFlags (BOOL flatten=TRUE, BOOL quantise=FALSE, BOOL quantiseall=FALSE) | |
Construct a ProcessFlags object. The flags control the action of ProcessPath::Process() function. | |
Public Attributes | |
BYTE | FlattenCurves: 1 |
BYTE | QuantiseLines: 1 |
BYTE | QuantiseAll: 1 |
Definition at line 119 of file pathproc.h.
|
Construct a ProcessFlags object. The flags control the action of ProcessPath::Process() function.
Definition at line 138 of file pathproc.cpp. 00139 { 00140 FlattenCurves = flatten; 00141 QuantiseLines = quantise; 00142 QuantiseAll = quantiseall; 00143 }
|
|
Definition at line 124 of file pathproc.h. |
|
Definition at line 126 of file pathproc.h. |
|
Definition at line 125 of file pathproc.h. |