CreateContourParam Class Reference

The op param for the creation of contours. More...

#include <opcntr.h>

Inheritance diagram for CreateContourParam:

OpParam CCObject SimpleCCObject List of all members.

Public Member Functions

 CreateContourParam (List *pList=NULL, UINT32 Steps=5, INT32 Width=-5000, BOOL bInset=FALSE)

Public Attributes

Listm_pNodeList
UINT32 m_Steps
INT32 m_Width
BOOL m_bInsetPath

Detailed Description

The op param for the creation of contours.

Author:
David_McClarnon (Xara Group Ltd) <camelotdev@xara.com>
Date:
12/8/99

Definition at line 133 of file opcntr.h.


Constructor & Destructor Documentation

CreateContourParam::CreateContourParam List pList = NULL,
UINT32  Steps = 5,
INT32  Width = -5000,
BOOL  bInset = FALSE
[inline]
 

Definition at line 137 of file opcntr.h.

00141     {
00142         m_pNodeList = pList;
00143         m_Steps = Steps;
00144         m_Width = Width;
00145         m_bInsetPath = bInset;
00146     }


Member Data Documentation

BOOL CreateContourParam::m_bInsetPath
 

Definition at line 157 of file opcntr.h.

List* CreateContourParam::m_pNodeList
 

Definition at line 149 of file opcntr.h.

UINT32 CreateContourParam::m_Steps
 

Definition at line 152 of file opcntr.h.

INT32 CreateContourParam::m_Width
 

Definition at line 155 of file opcntr.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:53:14 2007 for Camelot by  doxygen 1.4.4