#include "camtypes.h"
#include "opsmooth.h"
#include "nodepath.h"
#include "ophist.h"
Go to the source code of this file.
Functions | |
DECLARE_SOURCE ("$Revision: 1282 $") | |
CC_IMPLEMENT_DYNCREATE (OpSmoothSelection, SelOperation) OpSmoothSelection | |
OpSmoothSelection() constructor. |
|
OpSmoothSelection() constructor.
Definition at line 117 of file opsmooth.cpp. 00126 : Mike_Kenny (Xara Group Ltd) <camelotdev@xara.com> 00127 Created: 20/10/94 00128 Purpose: OpSmoothSelection() constructor 00129 SeeAlso: - 00130 00131 ********************************************************************************************/ 00132 00133 OpSmoothSelection::OpSmoothSelection() 00134 { 00135 // Dummy constructor 00136 }
|
|
|