#include <opcntr.h>
Inheritance diagram for ChangeContourWidthParam:

Public Member Functions | |
| ChangeContourWidthParam (List *pNodes, MILLIPOINT NewWidth, BOOL bKeepDirection) | |
Public Attributes | |
| List * | m_pNodes |
| MILLIPOINT | m_Width |
| BOOL | m_bKeepDirection |
Definition at line 287 of file opcntr.h.
|
||||||||||||||||
|
Definition at line 296 of file opcntr.h. 00297 { 00298 m_pNodes = pNodes; 00299 m_Width = NewWidth; 00300 m_bKeepDirection = bKeepDirection; 00301 }
|
|
|
|
|
|
|
|
|
|
1.4.4