#include "camtypes.h"
#include "cxftags.h"
#include "nodecntr.h"
#include "ncntrcnt.h"
#include "gdraw.h"
#include "gclips.h"
#include "lineattr.h"
#include "blobs.h"
#include "objchge.h"
#include "opbevel.h"
#include "ophist.h"
Go to the source code of this file.
Functions | |
CC_IMPLEMENT_DYNCREATE (NodeContour, NodeRenderableInk) NodeContour | |
Constructor. |
|
Constructor. / const UINT32 ClipPathToPath_Tolerance = 30 ; const UINT32 ClipPathToPath_Flatness = 200 ; const UINT32 StrokePathToPath_Flatness = 200 ; /*!
Definition at line 141 of file nodecntr.cpp. 00158 : David_McClarnon (Xara Group Ltd) <camelotdev@xara.com> 00159 Created: 12/8/99 00160 Purpose: Constructor 00161 00162 ***********************************************************************************************/ 00163 00164 NodeContour::NodeContour() 00165 { 00166 m_pPathList = NULL; 00167 m_NumPaths = 0; 00168 m_SourcePath.Initialise(); 00169 00170 IsBoundingRectValid = FALSE; 00171 m_FirstRender = TRUE; 00172 }
|