#include <opcntr.h>
Inheritance diagram for CreateContourParam:
Public Member Functions | |
CreateContourParam (List *pList=NULL, UINT32 Steps=5, INT32 Width=-5000, BOOL bInset=FALSE) | |
Public Attributes | |
List * | m_pNodeList |
UINT32 | m_Steps |
INT32 | m_Width |
BOOL | m_bInsetPath |
Definition at line 133 of file opcntr.h.
|
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 }
|
|
|
|
|
|
|
|
|