ProcessFlags Class Reference

#include <pathproc.h>

List of all members.

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


Detailed Description

Author:
Mike_Kenny (Xara Group Ltd) <camelotdev@xara.com>
Date:
25/10/94

Definition at line 119 of file pathproc.h.


Constructor & Destructor Documentation

ProcessFlags::ProcessFlags BOOL  flatten = TRUE,
BOOL  quantise = FALSE,
BOOL  quantiseall = FALSE
 

Construct a ProcessFlags object. The flags control the action of ProcessPath::Process() function.

Author:
Mike_Kenny (Xara Group Ltd) <camelotdev@xara.com>
Date:
25/10/94
Parameters:
flat = if true flatten curves [INPUTS] quantise = if true quantise lines
- [OUTPUTS]

Definition at line 138 of file pathproc.cpp.

00139 {
00140     FlattenCurves = flatten;
00141     QuantiseLines = quantise;
00142     QuantiseAll = quantiseall;
00143 }


Member Data Documentation

BYTE ProcessFlags::FlattenCurves
 

Definition at line 124 of file pathproc.h.

BYTE ProcessFlags::QuantiseAll
 

Definition at line 126 of file pathproc.h.

BYTE ProcessFlags::QuantiseLines
 

Definition at line 125 of file pathproc.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 04:00:08 2007 for Camelot by  doxygen 1.4.4