diff -crB pythonmagick_src_orig/_DrawableAffine.cpp pythonmagick_src/_DrawableAffine.cpp *** pythonmagick_src_orig/_DrawableAffine.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableAffine.cpp 2011-02-27 23:43:21.305593214 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableAffine_Wrapper: Magick::DrawableAffine --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableAffine_Wrapper: Magick::DrawableAffine diff -crB pythonmagick_src_orig/_DrawableArc.cpp pythonmagick_src/_DrawableArc.cpp *** pythonmagick_src_orig/_DrawableArc.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableArc.cpp 2011-02-24 04:26:02.867722817 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableArc_Wrapper: Magick::DrawableArc --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableArc_Wrapper: Magick::DrawableArc diff -crB pythonmagick_src_orig/_DrawableBezier.cpp pythonmagick_src/_DrawableBezier.cpp *** pythonmagick_src_orig/_DrawableBezier.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableBezier.cpp 2011-02-27 23:43:33.002208204 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableBezier_Wrapper: Magick::DrawableBezier --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableBezier_Wrapper: Magick::DrawableBezier diff -crB pythonmagick_src_orig/_DrawableCircle.cpp pythonmagick_src/_DrawableCircle.cpp *** pythonmagick_src_orig/_DrawableCircle.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableCircle.cpp 2011-02-24 04:23:27.198444148 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableCircle_Wrapper: Magick::DrawableCircle --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableCircle_Wrapper: Magick::DrawableCircle diff -crB pythonmagick_src_orig/_DrawableClipPath.cpp pythonmagick_src/_DrawableClipPath.cpp *** pythonmagick_src_orig/_DrawableClipPath.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableClipPath.cpp 2011-02-24 04:25:22.304577443 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableClipPath_Wrapper: Magick::DrawableClipPath --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableClipPath_Wrapper: Magick::DrawableClipPath diff -crB pythonmagick_src_orig/_DrawableColor.cpp pythonmagick_src/_DrawableColor.cpp *** pythonmagick_src_orig/_DrawableColor.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableColor.cpp 2011-02-27 23:43:49.842133803 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableColor_Wrapper: Magick::DrawableColor --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableColor_Wrapper: Magick::DrawableColor diff -crB pythonmagick_src_orig/_DrawableCompositeImage.cpp pythonmagick_src/_DrawableCompositeImage.cpp *** pythonmagick_src_orig/_DrawableCompositeImage.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableCompositeImage.cpp 2011-02-24 04:20:11.549350738 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableCompositeImage_Wrapper: Magick::DrawableCompositeImage --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableCompositeImage_Wrapper: Magick::DrawableCompositeImage diff -crB pythonmagick_src_orig/_Drawable.cpp pythonmagick_src/_Drawable.cpp *** pythonmagick_src_orig/_Drawable.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_Drawable.cpp 2011-02-27 23:43:12.785630855 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include // Module ====================================================================== void Export_pyste_src_Drawable() { --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + // Module ====================================================================== void Export_pyste_src_Drawable() { diff -crB pythonmagick_src_orig/_DrawableDashArray.cpp pythonmagick_src/_DrawableDashArray.cpp *** pythonmagick_src_orig/_DrawableDashArray.cpp 2011-02-15 20:14:24.000000000 +0000 --- pythonmagick_src/_DrawableDashArray.cpp 2011-02-27 23:41:01.116212584 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableDashArray_Wrapper: Magick::DrawableDashArray --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableDashArray_Wrapper: Magick::DrawableDashArray diff -crB pythonmagick_src_orig/_DrawableDashOffset.cpp pythonmagick_src/_DrawableDashOffset.cpp *** pythonmagick_src_orig/_DrawableDashOffset.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableDashOffset.cpp 2011-02-27 23:44:05.428731607 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableDashOffset_Wrapper: Magick::DrawableDashOffset --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableDashOffset_Wrapper: Magick::DrawableDashOffset diff -crB pythonmagick_src_orig/_DrawableEllipse.cpp pythonmagick_src/_DrawableEllipse.cpp *** pythonmagick_src_orig/_DrawableEllipse.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableEllipse.cpp 2011-02-27 23:44:14.955356184 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableEllipse_Wrapper: Magick::DrawableEllipse --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableEllipse_Wrapper: Magick::DrawableEllipse diff -crB pythonmagick_src_orig/_DrawableFillColor.cpp pythonmagick_src/_DrawableFillColor.cpp *** pythonmagick_src_orig/_DrawableFillColor.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableFillColor.cpp 2011-02-27 23:44:22.375323402 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableFillColor_Wrapper: Magick::DrawableFillColor --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableFillColor_Wrapper: Magick::DrawableFillColor diff -crB pythonmagick_src_orig/_DrawableFillOpacity.cpp pythonmagick_src/_DrawableFillOpacity.cpp *** pythonmagick_src_orig/_DrawableFillOpacity.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableFillOpacity.cpp 2011-02-27 23:44:30.795286201 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableFillOpacity_Wrapper: Magick::DrawableFillOpacity --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableFillOpacity_Wrapper: Magick::DrawableFillOpacity diff -crB pythonmagick_src_orig/_DrawableFillRule.cpp pythonmagick_src/_DrawableFillRule.cpp *** pythonmagick_src_orig/_DrawableFillRule.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableFillRule.cpp 2011-02-24 04:16:35.207317543 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableFillRule_Wrapper: Magick::DrawableFillRule --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableFillRule_Wrapper: Magick::DrawableFillRule diff -crB pythonmagick_src_orig/_DrawableFont.cpp pythonmagick_src/_DrawableFont.cpp *** pythonmagick_src_orig/_DrawableFont.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableFont.cpp 2011-02-27 23:42:39.279112222 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableFont_Wrapper: Magick::DrawableFont --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableFont_Wrapper: Magick::DrawableFont diff -crB pythonmagick_src_orig/_DrawableGravity.cpp pythonmagick_src/_DrawableGravity.cpp *** pythonmagick_src_orig/_DrawableGravity.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableGravity.cpp 2011-02-27 23:44:44.805224305 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableGravity_Wrapper: Magick::DrawableGravity --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableGravity_Wrapper: Magick::DrawableGravity diff -crB pythonmagick_src_orig/_DrawableLine.cpp pythonmagick_src/_DrawableLine.cpp *** pythonmagick_src_orig/_DrawableLine.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableLine.cpp 2011-02-27 23:44:51.141862975 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableLine_Wrapper: Magick::DrawableLine --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableLine_Wrapper: Magick::DrawableLine diff -crB pythonmagick_src_orig/_DrawableMatte.cpp pythonmagick_src/_DrawableMatte.cpp *** pythonmagick_src_orig/_DrawableMatte.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableMatte.cpp 2011-02-27 23:44:57.975166117 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableMatte_Wrapper: Magick::DrawableMatte --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableMatte_Wrapper: Magick::DrawableMatte diff -crB pythonmagick_src_orig/_DrawableMiterLimit.cpp pythonmagick_src/_DrawableMiterLimit.cpp *** pythonmagick_src_orig/_DrawableMiterLimit.cpp 2011-02-15 20:28:59.000000000 +0000 --- pythonmagick_src/_DrawableMiterLimit.cpp 2011-02-27 23:45:04.241805099 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableMiterLimit_Wrapper: Magick::DrawableMiterLimit --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableMiterLimit_Wrapper: Magick::DrawableMiterLimit diff -crB pythonmagick_src_orig/_DrawablePath.cpp pythonmagick_src/_DrawablePath.cpp *** pythonmagick_src_orig/_DrawablePath.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawablePath.cpp 2011-02-27 23:45:13.408431266 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawablePath_Wrapper: Magick::DrawablePath --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawablePath_Wrapper: Magick::DrawablePath diff -crB pythonmagick_src_orig/_DrawablePoint.cpp pythonmagick_src/_DrawablePoint.cpp *** pythonmagick_src_orig/_DrawablePoint.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawablePoint.cpp 2011-02-24 04:24:07.108259218 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawablePoint_Wrapper: Magick::DrawablePoint --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawablePoint_Wrapper: Magick::DrawablePoint diff -crB pythonmagick_src_orig/_DrawablePointSize.cpp pythonmagick_src/_DrawablePointSize.cpp *** pythonmagick_src_orig/_DrawablePointSize.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawablePointSize.cpp 2011-02-27 23:45:25.741710108 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawablePointSize_Wrapper: Magick::DrawablePointSize --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawablePointSize_Wrapper: Magick::DrawablePointSize diff -crB pythonmagick_src_orig/_DrawablePolygon.cpp pythonmagick_src/_DrawablePolygon.cpp *** pythonmagick_src_orig/_DrawablePolygon.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawablePolygon.cpp 2011-02-27 23:45:33.368343082 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawablePolygon_Wrapper: Magick::DrawablePolygon --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawablePolygon_Wrapper: Magick::DrawablePolygon diff -crB pythonmagick_src_orig/_DrawablePolyline.cpp pythonmagick_src/_DrawablePolyline.cpp *** pythonmagick_src_orig/_DrawablePolyline.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawablePolyline.cpp 2011-02-27 23:45:39.728314981 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawablePolyline_Wrapper: Magick::DrawablePolyline --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawablePolyline_Wrapper: Magick::DrawablePolyline diff -crB pythonmagick_src_orig/_DrawablePopClipPath.cpp pythonmagick_src/_DrawablePopClipPath.cpp *** pythonmagick_src_orig/_DrawablePopClipPath.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawablePopClipPath.cpp 2011-02-27 23:45:46.181619804 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawablePopClipPath_Wrapper: Magick::DrawablePopClipPath --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawablePopClipPath_Wrapper: Magick::DrawablePopClipPath diff -crB pythonmagick_src_orig/_DrawablePopGraphicContext.cpp pythonmagick_src/_DrawablePopGraphicContext.cpp *** pythonmagick_src_orig/_DrawablePopGraphicContext.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawablePopGraphicContext.cpp 2011-02-27 23:45:52.444925466 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawablePopGraphicContext_Wrapper: Magick::DrawablePopGraphicContext --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawablePopGraphicContext_Wrapper: Magick::DrawablePopGraphicContext diff -crB pythonmagick_src_orig/_DrawablePopPattern.cpp pythonmagick_src/_DrawablePopPattern.cpp *** pythonmagick_src_orig/_DrawablePopPattern.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawablePopPattern.cpp 2011-02-27 23:45:58.948230066 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawablePopPattern_Wrapper: Magick::DrawablePopPattern --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawablePopPattern_Wrapper: Magick::DrawablePopPattern diff -crB pythonmagick_src_orig/_DrawablePushClipPath.cpp pythonmagick_src/_DrawablePushClipPath.cpp *** pythonmagick_src_orig/_DrawablePushClipPath.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawablePushClipPath.cpp 2011-02-27 23:46:05.471534579 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawablePushClipPath_Wrapper: Magick::DrawablePushClipPath --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawablePushClipPath_Wrapper: Magick::DrawablePushClipPath diff -crB pythonmagick_src_orig/_DrawablePushGraphicContext.cpp pythonmagick_src/_DrawablePushGraphicContext.cpp *** pythonmagick_src_orig/_DrawablePushGraphicContext.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawablePushGraphicContext.cpp 2011-02-27 23:46:11.658173913 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawablePushGraphicContext_Wrapper: Magick::DrawablePushGraphicContext --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawablePushGraphicContext_Wrapper: Magick::DrawablePushGraphicContext diff -crB pythonmagick_src_orig/_DrawablePushPattern.cpp pythonmagick_src/_DrawablePushPattern.cpp *** pythonmagick_src_orig/_DrawablePushPattern.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawablePushPattern.cpp 2011-02-24 04:27:19.717366715 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawablePushPattern_Wrapper: Magick::DrawablePushPattern --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawablePushPattern_Wrapper: Magick::DrawablePushPattern diff -crB pythonmagick_src_orig/_DrawableRectangle.cpp pythonmagick_src/_DrawableRectangle.cpp *** pythonmagick_src_orig/_DrawableRectangle.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableRectangle.cpp 2011-02-27 23:46:23.921453066 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableRectangle_Wrapper: Magick::DrawableRectangle --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableRectangle_Wrapper: Magick::DrawableRectangle diff -crB pythonmagick_src_orig/_DrawableRotation.cpp pythonmagick_src/_DrawableRotation.cpp *** pythonmagick_src_orig/_DrawableRotation.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableRotation.cpp 2011-02-24 04:19:17.259900897 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableRotation_Wrapper: Magick::DrawableRotation --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableRotation_Wrapper: Magick::DrawableRotation diff -crB pythonmagick_src_orig/_DrawableRoundRectangle.cpp pythonmagick_src/_DrawableRoundRectangle.cpp *** pythonmagick_src_orig/_DrawableRoundRectangle.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableRoundRectangle.cpp 2011-02-27 23:46:35.171403363 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableRoundRectangle_Wrapper: Magick::DrawableRoundRectangle --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableRoundRectangle_Wrapper: Magick::DrawableRoundRectangle diff -crB pythonmagick_src_orig/_DrawableScaling.cpp pythonmagick_src/_DrawableScaling.cpp *** pythonmagick_src_orig/_DrawableScaling.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableScaling.cpp 2011-02-27 23:46:41.301376279 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableScaling_Wrapper: Magick::DrawableScaling --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableScaling_Wrapper: Magick::DrawableScaling diff -crB pythonmagick_src_orig/_DrawableSkewX.cpp pythonmagick_src/_DrawableSkewX.cpp *** pythonmagick_src_orig/_DrawableSkewX.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableSkewX.cpp 2011-02-27 23:39:39.526573053 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableSkewX_Wrapper: Magick::DrawableSkewX --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableSkewX_Wrapper: Magick::DrawableSkewX diff -crB pythonmagick_src_orig/_DrawableSkewY.cpp pythonmagick_src/_DrawableSkewY.cpp *** pythonmagick_src_orig/_DrawableSkewY.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableSkewY.cpp 2011-02-27 23:46:50.974666876 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableSkewY_Wrapper: Magick::DrawableSkewY --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableSkewY_Wrapper: Magick::DrawableSkewY diff -crB pythonmagick_src_orig/_DrawableStrokeAntialias.cpp pythonmagick_src/_DrawableStrokeAntialias.cpp *** pythonmagick_src_orig/_DrawableStrokeAntialias.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableStrokeAntialias.cpp 2011-02-27 23:46:58.557966705 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableStrokeAntialias_Wrapper: Magick::DrawableStrokeAntialias --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableStrokeAntialias_Wrapper: Magick::DrawableStrokeAntialias diff -crB pythonmagick_src_orig/_DrawableStrokeColor.cpp pythonmagick_src/_DrawableStrokeColor.cpp *** pythonmagick_src_orig/_DrawableStrokeColor.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableStrokeColor.cpp 2011-02-27 23:47:05.874601046 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableStrokeColor_Wrapper: Magick::DrawableStrokeColor --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableStrokeColor_Wrapper: Magick::DrawableStrokeColor diff -crB pythonmagick_src_orig/_DrawableStrokeLineCap.cpp pythonmagick_src/_DrawableStrokeLineCap.cpp *** pythonmagick_src_orig/_DrawableStrokeLineCap.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableStrokeLineCap.cpp 2011-02-27 23:47:12.401238877 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableStrokeLineCap_Wrapper: Magick::DrawableStrokeLineCap --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableStrokeLineCap_Wrapper: Magick::DrawableStrokeLineCap diff -crB pythonmagick_src_orig/_DrawableStrokeLineJoin.cpp pythonmagick_src/_DrawableStrokeLineJoin.cpp *** pythonmagick_src_orig/_DrawableStrokeLineJoin.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableStrokeLineJoin.cpp 2011-02-27 23:47:19.117875869 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableStrokeLineJoin_Wrapper: Magick::DrawableStrokeLineJoin --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableStrokeLineJoin_Wrapper: Magick::DrawableStrokeLineJoin diff -crB pythonmagick_src_orig/_DrawableStrokeOpacity.cpp pythonmagick_src/_DrawableStrokeOpacity.cpp *** pythonmagick_src_orig/_DrawableStrokeOpacity.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableStrokeOpacity.cpp 2011-02-27 23:47:25.791179719 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableStrokeOpacity_Wrapper: Magick::DrawableStrokeOpacity --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableStrokeOpacity_Wrapper: Magick::DrawableStrokeOpacity diff -crB pythonmagick_src_orig/_DrawableStrokeWidth.cpp pythonmagick_src/_DrawableStrokeWidth.cpp *** pythonmagick_src_orig/_DrawableStrokeWidth.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableStrokeWidth.cpp 2011-02-27 23:47:32.034485470 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableStrokeWidth_Wrapper: Magick::DrawableStrokeWidth --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableStrokeWidth_Wrapper: Magick::DrawableStrokeWidth diff -crB pythonmagick_src_orig/_DrawableTextAntialias.cpp pythonmagick_src/_DrawableTextAntialias.cpp *** pythonmagick_src_orig/_DrawableTextAntialias.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableTextAntialias.cpp 2011-02-27 23:47:50.617736700 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableTextAntialias_Wrapper: Magick::DrawableTextAntialias --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableTextAntialias_Wrapper: Magick::DrawableTextAntialias diff -crB pythonmagick_src_orig/_DrawableText.cpp pythonmagick_src/_DrawableText.cpp *** pythonmagick_src_orig/_DrawableText.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableText.cpp 2011-02-27 23:36:12.790819766 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableText_Wrapper: Magick::DrawableText --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + //using namespace boost::python; + namespace { struct Magick_DrawableText_Wrapper: Magick::DrawableText *************** *** 36,41 **** --- 36,42 ---- // Module ====================================================================== void Export_pyste_src_DrawableText() { + using namespace boost::python; class_< Magick::DrawableText, Magick_DrawableText_Wrapper >("DrawableText", init< const Magick::DrawableText& >()) .def(init< const double, const double, const std::string& >()) .def(init< const double, const double, const std::string&, const std::string& >()) diff -crB pythonmagick_src_orig/_DrawableTextDecoration.cpp pythonmagick_src/_DrawableTextDecoration.cpp *** pythonmagick_src_orig/_DrawableTextDecoration.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableTextDecoration.cpp 2011-02-27 23:37:55.527032533 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableTextDecoration_Wrapper: Magick::DrawableTextDecoration --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableTextDecoration_Wrapper: Magick::DrawableTextDecoration diff -crB pythonmagick_src_orig/_DrawableTextUnderColor.cpp pythonmagick_src/_DrawableTextUnderColor.cpp *** pythonmagick_src_orig/_DrawableTextUnderColor.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableTextUnderColor.cpp 2011-02-27 23:48:01.334356020 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableTextUnderColor_Wrapper: Magick::DrawableTextUnderColor --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableTextUnderColor_Wrapper: Magick::DrawableTextUnderColor diff -crB pythonmagick_src_orig/_DrawableTranslation.cpp pythonmagick_src/_DrawableTranslation.cpp *** pythonmagick_src_orig/_DrawableTranslation.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_DrawableTranslation.cpp 2011-02-27 23:48:07.687661283 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableTranslation_Wrapper: Magick::DrawableTranslation --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableTranslation_Wrapper: Magick::DrawableTranslation diff -crB pythonmagick_src_orig/_DrawableViewbox.cpp pythonmagick_src/_DrawableViewbox.cpp *** pythonmagick_src_orig/_DrawableViewbox.cpp 2011-02-15 20:18:08.000000000 +0000 --- pythonmagick_src/_DrawableViewbox.cpp 2011-02-28 00:35:01.198564258 +0000 *************** *** 6,22 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_DrawableViewbox_Wrapper: Magick::DrawableViewbox { ! Magick_DrawableViewbox_Wrapper(PyObject* py_self_, ssize_t p0, ssize_t p1, ssize_t p2, ssize_t p3): Magick::DrawableViewbox(p0, p1, p2, p3), py_self(py_self_) {} --- 6,22 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_DrawableViewbox_Wrapper: Magick::DrawableViewbox { ! Magick_DrawableViewbox_Wrapper(PyObject* py_self_, boost::python::ssize_t p0, boost::python::ssize_t p1, boost::python::ssize_t p2, boost::python::ssize_t p3): Magick::DrawableViewbox(p0, p1, p2, p3), py_self(py_self_) {} *************** *** 30,44 **** // Module ====================================================================== void Export_pyste_src_DrawableViewbox() { ! class_< Magick::DrawableViewbox, boost::noncopyable, Magick_DrawableViewbox_Wrapper >("DrawableViewbox", init< ssize_t, ssize_t, ssize_t, ssize_t >()) ! .def("x1", (void (Magick::DrawableViewbox::*)(ssize_t) )&Magick::DrawableViewbox::x1) ! .def("x1", (ssize_t (Magick::DrawableViewbox::*)() const)&Magick::DrawableViewbox::x1) ! .def("y1", (void (Magick::DrawableViewbox::*)(ssize_t) )&Magick::DrawableViewbox::y1) ! .def("y1", (ssize_t (Magick::DrawableViewbox::*)() const)&Magick::DrawableViewbox::y1) ! .def("x2", (void (Magick::DrawableViewbox::*)(ssize_t) )&Magick::DrawableViewbox::x2) ! .def("x2", (ssize_t (Magick::DrawableViewbox::*)() const)&Magick::DrawableViewbox::x2) ! .def("y2", (void (Magick::DrawableViewbox::*)(ssize_t) )&Magick::DrawableViewbox::y2) ! .def("y2", (ssize_t (Magick::DrawableViewbox::*)() const)&Magick::DrawableViewbox::y2) ; } --- 30,44 ---- // Module ====================================================================== void Export_pyste_src_DrawableViewbox() { ! class_< Magick::DrawableViewbox, boost::noncopyable, Magick_DrawableViewbox_Wrapper >("DrawableViewbox", init< boost::python::ssize_t, boost::python::ssize_t, boost::python::ssize_t, boost::python::ssize_t >()) ! .def("x1", (void (Magick::DrawableViewbox::*)(boost::python::ssize_t) )&Magick::DrawableViewbox::x1) ! .def("x1", (boost::python::ssize_t (Magick::DrawableViewbox::*)() const)&Magick::DrawableViewbox::x1) ! .def("y1", (void (Magick::DrawableViewbox::*)(boost::python::ssize_t) )&Magick::DrawableViewbox::y1) ! .def("y1", (boost::python::ssize_t (Magick::DrawableViewbox::*)() const)&Magick::DrawableViewbox::y1) ! .def("x2", (void (Magick::DrawableViewbox::*)(boost::python::ssize_t) )&Magick::DrawableViewbox::x2) ! .def("x2", (boost::python::ssize_t (Magick::DrawableViewbox::*)() const)&Magick::DrawableViewbox::x2) ! .def("y2", (void (Magick::DrawableViewbox::*)(boost::python::ssize_t) )&Magick::DrawableViewbox::y2) ! .def("y2", (boost::python::ssize_t (Magick::DrawableViewbox::*)() const)&Magick::DrawableViewbox::y2) ; } diff -crB pythonmagick_src_orig/_Geometry.cpp pythonmagick_src/_Geometry.cpp *** pythonmagick_src_orig/_Geometry.cpp 2011-02-15 20:26:45.000000000 +0000 --- pythonmagick_src/_Geometry.cpp 2011-02-28 00:36:01.428298158 +0000 *************** *** 22,31 **** .def("width", (size_t (Magick::Geometry::*)() const)&Magick::Geometry::width) .def("height", (void (Magick::Geometry::*)(size_t) )&Magick::Geometry::height) .def("height", (size_t (Magick::Geometry::*)() const)&Magick::Geometry::height) ! .def("xOff", (void (Magick::Geometry::*)(ssize_t) )&Magick::Geometry::xOff) ! .def("xOff", (ssize_t (Magick::Geometry::*)() const)&Magick::Geometry::xOff) ! .def("yOff", (void (Magick::Geometry::*)(ssize_t) )&Magick::Geometry::yOff) ! .def("yOff", (ssize_t (Magick::Geometry::*)() const)&Magick::Geometry::yOff) .def("xNegative", (void (Magick::Geometry::*)(bool) )&Magick::Geometry::xNegative) .def("xNegative", (bool (Magick::Geometry::*)() const)&Magick::Geometry::xNegative) .def("yNegative", (void (Magick::Geometry::*)(bool) )&Magick::Geometry::yNegative) --- 22,31 ---- .def("width", (size_t (Magick::Geometry::*)() const)&Magick::Geometry::width) .def("height", (void (Magick::Geometry::*)(size_t) )&Magick::Geometry::height) .def("height", (size_t (Magick::Geometry::*)() const)&Magick::Geometry::height) ! .def("xOff", (void (Magick::Geometry::*)(boost::python::ssize_t) )&Magick::Geometry::xOff) ! .def("xOff", (boost::python::ssize_t (Magick::Geometry::*)() const)&Magick::Geometry::xOff) ! .def("yOff", (void (Magick::Geometry::*)(boost::python::ssize_t) )&Magick::Geometry::yOff) ! .def("yOff", (boost::python::ssize_t (Magick::Geometry::*)() const)&Magick::Geometry::yOff) .def("xNegative", (void (Magick::Geometry::*)(bool) )&Magick::Geometry::xNegative) .def("xNegative", (bool (Magick::Geometry::*)() const)&Magick::Geometry::xNegative) .def("yNegative", (void (Magick::Geometry::*)(bool) )&Magick::Geometry::yNegative) diff -crB pythonmagick_src_orig/_Image.cpp pythonmagick_src/_Image.cpp *** pythonmagick_src_orig/_Image.cpp 2011-02-15 20:10:07.000000000 +0000 --- pythonmagick_src/_Image.cpp 2011-02-27 23:25:38.980286666 +0000 *************** *** 1,17 **** // Boost Includes ============================================================== #include ! #include // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ namespace { BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(Magick_Image_adaptiveThreshold_overloads_2_3, adaptiveThreshold, 2, 3) BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(Magick_Image_blur_overloads_0_2, blur, 0, 2) --- 1,17 ---- // Boost Includes ============================================================== #include ! //#include // Includes ==================================================================== #include // Declarations ================================================================ namespace { + // Using ======================================================================= + using namespace boost::python; + BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(Magick_Image_adaptiveThreshold_overloads_2_3, adaptiveThreshold, 2, 3) BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(Magick_Image_blur_overloads_0_2, blur, 0, 2) *************** *** 66,81 **** void Export_pyste_src_Image() { class_< Magick::Image >("Image", init< >()) ! .def(init< const std::string& >()) ! .def(init< const Magick::Geometry&, const Magick::Color& >()) ! .def(init< const Magick::Blob& >()) ! .def(init< const Magick::Blob&, const Magick::Geometry& >()) ! .def(init< const Magick::Blob&, const Magick::Geometry&, const size_t >()) ! .def(init< const Magick::Blob&, const Magick::Geometry&, const size_t, const std::string& >()) ! .def(init< const Magick::Blob&, const Magick::Geometry&, const std::string& >()) ! .def(init< const size_t, const size_t, const std::string&, const MagickCore::StorageType, const void* >()) ! .def(init< const Magick::Image& >()) ! .def(init< MagickCore::Image* >()) .def("adaptiveThreshold", &Magick::Image::adaptiveThreshold, Magick_Image_adaptiveThreshold_overloads_2_3()) .def("addNoise", &Magick::Image::addNoise) .def("affineTransform", &Magick::Image::affineTransform) --- 66,81 ---- void Export_pyste_src_Image() { class_< Magick::Image >("Image", init< >()) ! .def(boost::python::init< const std::string& >()) ! .def(boost::python::init< const Magick::Geometry&, const Magick::Color& >()) ! .def(boost::python::init< const Magick::Blob& >()) ! .def(boost::python::init< const Magick::Blob&, const Magick::Geometry& >()) ! .def(boost::python::init< const Magick::Blob&, const Magick::Geometry&, const size_t >()) ! .def(boost::python::init< const Magick::Blob&, const Magick::Geometry&, const size_t, const std::string& >()) ! .def(boost::python::init< const Magick::Blob&, const Magick::Geometry&, const std::string& >()) ! .def(boost::python::init< const size_t, const size_t, const std::string&, const MagickCore::StorageType, const void* >()) ! .def(boost::python::init< const Magick::Image& >()) ! .def(boost::python::init< MagickCore::Image* >()) .def("adaptiveThreshold", &Magick::Image::adaptiveThreshold, Magick_Image_adaptiveThreshold_overloads_2_3()) .def("addNoise", &Magick::Image::addNoise) .def("affineTransform", &Magick::Image::affineTransform) *************** *** 90,100 **** .def("channelDepth", (size_t (Magick::Image::*)(const MagickCore::ChannelType) )&Magick::Image::channelDepth) .def("charcoal", &Magick::Image::charcoal, Magick_Image_charcoal_overloads_0_2()) .def("chop", &Magick::Image::chop) ! .def("colorize", (void (Magick::Image::*)(const unsigned int, const unsigned int, const unsigned int, const Magick::Color&) )&Magick::Image::colorize) ! .def("colorize", (void (Magick::Image::*)(const unsigned int, const Magick::Color&) )&Magick::Image::colorize) .def("comment", (void (Magick::Image::*)(const std::string&) )&Magick::Image::comment) .def("compare", &Magick::Image::compare) ! .def("composite", (void (Magick::Image::*)(const Magick::Image&, const ssize_t, const ssize_t, const MagickCore::CompositeOperator) )&Magick::Image::composite, Magick_Image_composite_overloads_3_4()) .def("composite", (void (Magick::Image::*)(const Magick::Image&, const Magick::Geometry&, const MagickCore::CompositeOperator) )&Magick::Image::composite, Magick_Image_composite_overloads_2_3()) .def("composite", (void (Magick::Image::*)(const Magick::Image&, const MagickCore::GravityType, const MagickCore::CompositeOperator) )&Magick::Image::composite, Magick_Image_composite_overloads_2_3()) .def("contrast", &Magick::Image::contrast) --- 90,100 ---- .def("channelDepth", (size_t (Magick::Image::*)(const MagickCore::ChannelType) )&Magick::Image::channelDepth) .def("charcoal", &Magick::Image::charcoal, Magick_Image_charcoal_overloads_0_2()) .def("chop", &Magick::Image::chop) ! .def("colorize", (void (Magick::Image::*)(const size_t, const size_t, const size_t, const Magick::Color&) )&Magick::Image::colorize) ! .def("colorize", (void (Magick::Image::*)(const size_t, const Magick::Color&) )&Magick::Image::colorize) .def("comment", (void (Magick::Image::*)(const std::string&) )&Magick::Image::comment) .def("compare", &Magick::Image::compare) ! .def("composite", (void (Magick::Image::*)(const Magick::Image&, const int, const int, const MagickCore::CompositeOperator) )&Magick::Image::composite, Magick_Image_composite_overloads_3_4()) .def("composite", (void (Magick::Image::*)(const Magick::Image&, const Magick::Geometry&, const MagickCore::CompositeOperator) )&Magick::Image::composite, Magick_Image_composite_overloads_2_3()) .def("composite", (void (Magick::Image::*)(const Magick::Image&, const MagickCore::GravityType, const MagickCore::CompositeOperator) )&Magick::Image::composite, Magick_Image_composite_overloads_2_3()) .def("contrast", &Magick::Image::contrast) *************** *** 111,128 **** .def("equalize", &Magick::Image::equalize) .def("erase", &Magick::Image::erase) .def("flip", &Magick::Image::flip) ! .def("floodFillColor", (void (Magick::Image::*)(const ssize_t, const ssize_t, const Magick::Color&) )&Magick::Image::floodFillColor) .def("floodFillColor", (void (Magick::Image::*)(const Magick::Geometry&, const Magick::Color&) )&Magick::Image::floodFillColor) ! .def("floodFillColor", (void (Magick::Image::*)(const ssize_t, const ssize_t, const Magick::Color&, const Magick::Color&) )&Magick::Image::floodFillColor) .def("floodFillColor", (void (Magick::Image::*)(const Magick::Geometry&, const Magick::Color&, const Magick::Color&) )&Magick::Image::floodFillColor) .def("floodFillOpacity", &Magick::Image::floodFillOpacity) ! .def("floodFillTexture", (void (Magick::Image::*)(const ssize_t, const ssize_t, const Magick::Image&) )&Magick::Image::floodFillTexture) .def("floodFillTexture", (void (Magick::Image::*)(const Magick::Geometry&, const Magick::Image&) )&Magick::Image::floodFillTexture) ! .def("floodFillTexture", (void (Magick::Image::*)(const ssize_t, const ssize_t, const Magick::Image&, const Magick::Color&) )&Magick::Image::floodFillTexture) .def("floodFillTexture", (void (Magick::Image::*)(const Magick::Geometry&, const Magick::Image&, const Magick::Color&) )&Magick::Image::floodFillTexture) .def("flop", &Magick::Image::flop) .def("frame", (void (Magick::Image::*)(const Magick::Geometry&) )&Magick::Image::frame, Magick_Image_frame_overloads_0_1()) ! .def("frame", (void (Magick::Image::*)(const size_t, const size_t, const ssize_t, const ssize_t) )&Magick::Image::frame, Magick_Image_frame_overloads_2_4()) .def("gamma", (void (Magick::Image::*)(const double) )&Magick::Image::gamma) .def("gamma", (void (Magick::Image::*)(const double, const double, const double) )&Magick::Image::gamma) .def("gaussianBlur", &Magick::Image::gaussianBlur) --- 111,128 ---- .def("equalize", &Magick::Image::equalize) .def("erase", &Magick::Image::erase) .def("flip", &Magick::Image::flip) ! .def("floodFillColor", (void (Magick::Image::*)(const int, const int, const Magick::Color&) )&Magick::Image::floodFillColor) .def("floodFillColor", (void (Magick::Image::*)(const Magick::Geometry&, const Magick::Color&) )&Magick::Image::floodFillColor) ! .def("floodFillColor", (void (Magick::Image::*)(const int, const int, const Magick::Color&, const Magick::Color&) )&Magick::Image::floodFillColor) .def("floodFillColor", (void (Magick::Image::*)(const Magick::Geometry&, const Magick::Color&, const Magick::Color&) )&Magick::Image::floodFillColor) .def("floodFillOpacity", &Magick::Image::floodFillOpacity) ! .def("floodFillTexture", (void (Magick::Image::*)(const int, const int, const Magick::Image&) )&Magick::Image::floodFillTexture) .def("floodFillTexture", (void (Magick::Image::*)(const Magick::Geometry&, const Magick::Image&) )&Magick::Image::floodFillTexture) ! .def("floodFillTexture", (void (Magick::Image::*)(const int, const int, const Magick::Image&, const Magick::Color&) )&Magick::Image::floodFillTexture) .def("floodFillTexture", (void (Magick::Image::*)(const Magick::Geometry&, const Magick::Image&, const Magick::Color&) )&Magick::Image::floodFillTexture) .def("flop", &Magick::Image::flop) .def("frame", (void (Magick::Image::*)(const Magick::Geometry&) )&Magick::Image::frame, Magick_Image_frame_overloads_0_1()) ! .def("frame", (void (Magick::Image::*)(const size_t, const size_t, const int, const int) )&Magick::Image::frame, Magick_Image_frame_overloads_2_4()) .def("gamma", (void (Magick::Image::*)(const double) )&Magick::Image::gamma) .def("gamma", (void (Magick::Image::*)(const double, const double, const double) )&Magick::Image::gamma) .def("gaussianBlur", &Magick::Image::gaussianBlur) *************** *** 183,189 **** .def("write", (void (Magick::Image::*)(Magick::Blob*) )&Magick::Image::write) .def("write", (void (Magick::Image::*)(Magick::Blob*, const std::string&) )&Magick::Image::write) .def("write", (void (Magick::Image::*)(Magick::Blob*, const std::string&, const size_t) )&Magick::Image::write) ! .def("write", (void (Magick::Image::*)(const ssize_t, const ssize_t, const size_t, const size_t, const std::string&, const MagickCore::StorageType, void*) )&Magick::Image::write) .def("zoom", &Magick::Image::zoom) .def("adjoin", (void (Magick::Image::*)(const bool) )&Magick::Image::adjoin) .def("adjoin", (bool (Magick::Image::*)() const)&Magick::Image::adjoin) --- 183,189 ---- .def("write", (void (Magick::Image::*)(Magick::Blob*) )&Magick::Image::write) .def("write", (void (Magick::Image::*)(Magick::Blob*, const std::string&) )&Magick::Image::write) .def("write", (void (Magick::Image::*)(Magick::Blob*, const std::string&, const size_t) )&Magick::Image::write) ! .def("write", (void (Magick::Image::*)(const int, const int, const size_t, const size_t, const std::string&, const MagickCore::StorageType, void*) )&Magick::Image::write) .def("zoom", &Magick::Image::zoom) .def("adjoin", (void (Magick::Image::*)(const bool) )&Magick::Image::adjoin) .def("adjoin", (bool (Magick::Image::*)() const)&Magick::Image::adjoin) *************** *** 299,306 **** .def("penColor", (Magick::Color (Magick::Image::*)() const)&Magick::Image::penColor) .def("penTexture", (void (Magick::Image::*)(const Magick::Image&) )&Magick::Image::penTexture) .def("penTexture", (Magick::Image (Magick::Image::*)() const)&Magick::Image::penTexture) ! .def("pixelColor", (void (Magick::Image::*)(const ssize_t, const ssize_t, const Magick::Color&) )&Magick::Image::pixelColor) ! .def("pixelColor", (Magick::Color (Magick::Image::*)(const ssize_t, const ssize_t) const)&Magick::Image::pixelColor) .def("profile", (void (Magick::Image::*)(const std::string, const Magick::Blob&) )&Magick::Image::profile) .def("profile", (Magick::Blob (Magick::Image::*)(const std::string) const)&Magick::Image::profile) .def("quality", (void (Magick::Image::*)(const size_t) )&Magick::Image::quality) --- 299,306 ---- .def("penColor", (Magick::Color (Magick::Image::*)() const)&Magick::Image::penColor) .def("penTexture", (void (Magick::Image::*)(const Magick::Image&) )&Magick::Image::penTexture) .def("penTexture", (Magick::Image (Magick::Image::*)() const)&Magick::Image::penTexture) ! .def("pixelColor", (void (Magick::Image::*)(const int, const int, const Magick::Color&) )&Magick::Image::pixelColor) ! .def("pixelColor", (Magick::Color (Magick::Image::*)(const int, const int) const)&Magick::Image::pixelColor) .def("profile", (void (Magick::Image::*)(const std::string, const Magick::Blob&) )&Magick::Image::profile) .def("profile", (Magick::Blob (Magick::Image::*)(const std::string) const)&Magick::Image::profile) .def("quality", (void (Magick::Image::*)(const size_t) )&Magick::Image::quality) diff -crB pythonmagick_src_orig/_PathArcAbs.cpp pythonmagick_src/_PathArcAbs.cpp *** pythonmagick_src_orig/_PathArcAbs.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathArcAbs.cpp 2011-02-28 00:20:37.915711656 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathArcAbs_Wrapper: Magick::PathArcAbs --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathArcAbs_Wrapper: Magick::PathArcAbs diff -crB pythonmagick_src_orig/_PathArcArgs.cpp pythonmagick_src/_PathArcArgs.cpp *** pythonmagick_src_orig/_PathArcArgs.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathArcArgs.cpp 2011-02-28 00:20:47.149004198 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include // Module ====================================================================== void Export_pyste_src_PathArcArgs() { --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + // Module ====================================================================== void Export_pyste_src_PathArcArgs() { diff -crB pythonmagick_src_orig/_PathArcRel.cpp pythonmagick_src/_PathArcRel.cpp *** pythonmagick_src_orig/_PathArcRel.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathArcRel.cpp 2011-02-24 04:24:44.171420810 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathArcRel_Wrapper: Magick::PathArcRel --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathArcRel_Wrapper: Magick::PathArcRel diff -crB pythonmagick_src_orig/_PathClosePath.cpp pythonmagick_src/_PathClosePath.cpp *** pythonmagick_src_orig/_PathClosePath.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathClosePath.cpp 2011-02-28 00:20:57.025627226 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathClosePath_Wrapper: Magick::PathClosePath --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathClosePath_Wrapper: Magick::PathClosePath diff -crB pythonmagick_src_orig/_PathCurvetoAbs.cpp pythonmagick_src/_PathCurvetoAbs.cpp *** pythonmagick_src_orig/_PathCurvetoAbs.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathCurvetoAbs.cpp 2011-02-28 00:21:02.232270890 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathCurvetoAbs_Wrapper: Magick::PathCurvetoAbs --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathCurvetoAbs_Wrapper: Magick::PathCurvetoAbs diff -crB pythonmagick_src_orig/_PathCurvetoArgs.cpp pythonmagick_src/_PathCurvetoArgs.cpp *** pythonmagick_src_orig/_PathCurvetoArgs.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathCurvetoArgs.cpp 2011-02-28 00:21:08.025578630 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include // Module ====================================================================== void Export_pyste_src_PathCurvetoArgs() { --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + // Module ====================================================================== void Export_pyste_src_PathCurvetoArgs() { diff -crB pythonmagick_src_orig/_PathCurvetoRel.cpp pythonmagick_src/_PathCurvetoRel.cpp *** pythonmagick_src_orig/_PathCurvetoRel.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathCurvetoRel.cpp 2011-02-28 00:21:14.275551015 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathCurvetoRel_Wrapper: Magick::PathCurvetoRel --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathCurvetoRel_Wrapper: Magick::PathCurvetoRel diff -crB pythonmagick_src_orig/_PathLinetoAbs.cpp pythonmagick_src/_PathLinetoAbs.cpp *** pythonmagick_src_orig/_PathLinetoAbs.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathLinetoAbs.cpp 2011-02-24 04:26:43.087536448 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathLinetoAbs_Wrapper: Magick::PathLinetoAbs --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathLinetoAbs_Wrapper: Magick::PathLinetoAbs diff -crB pythonmagick_src_orig/_PathLinetoHorizontalAbs.cpp pythonmagick_src/_PathLinetoHorizontalAbs.cpp *** pythonmagick_src_orig/_PathLinetoHorizontalAbs.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathLinetoHorizontalAbs.cpp 2011-02-28 00:21:24.102174267 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathLinetoHorizontalAbs_Wrapper: Magick::PathLinetoHorizontalAbs --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathLinetoHorizontalAbs_Wrapper: Magick::PathLinetoHorizontalAbs diff -crB pythonmagick_src_orig/_PathLinetoHorizontalRel.cpp pythonmagick_src/_PathLinetoHorizontalRel.cpp *** pythonmagick_src_orig/_PathLinetoHorizontalRel.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathLinetoHorizontalRel.cpp 2011-02-28 00:21:30.075481211 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathLinetoHorizontalRel_Wrapper: Magick::PathLinetoHorizontalRel --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathLinetoHorizontalRel_Wrapper: Magick::PathLinetoHorizontalRel diff -crB pythonmagick_src_orig/_PathLinetoRel.cpp pythonmagick_src/_PathLinetoRel.cpp *** pythonmagick_src_orig/_PathLinetoRel.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathLinetoRel.cpp 2011-02-28 00:21:36.735451787 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathLinetoRel_Wrapper: Magick::PathLinetoRel --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathLinetoRel_Wrapper: Magick::PathLinetoRel diff -crB pythonmagick_src_orig/_PathLinetoVerticalAbs.cpp pythonmagick_src/_PathLinetoVerticalAbs.cpp *** pythonmagick_src_orig/_PathLinetoVerticalAbs.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathLinetoVerticalAbs.cpp 2011-02-24 04:22:26.805390663 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathLinetoVerticalAbs_Wrapper: Magick::PathLinetoVerticalAbs --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathLinetoVerticalAbs_Wrapper: Magick::PathLinetoVerticalAbs diff -crB pythonmagick_src_orig/_PathLinetoVerticalRel.cpp pythonmagick_src/_PathLinetoVerticalRel.cpp *** pythonmagick_src_orig/_PathLinetoVerticalRel.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathLinetoVerticalRel.cpp 2011-02-28 00:21:46.585408269 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathLinetoVerticalRel_Wrapper: Magick::PathLinetoVerticalRel --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathLinetoVerticalRel_Wrapper: Magick::PathLinetoVerticalRel diff -crB pythonmagick_src_orig/_PathMovetoAbs.cpp pythonmagick_src/_PathMovetoAbs.cpp *** pythonmagick_src_orig/_PathMovetoAbs.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathMovetoAbs.cpp 2011-02-24 04:17:31.813722237 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathMovetoAbs_Wrapper: Magick::PathMovetoAbs --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathMovetoAbs_Wrapper: Magick::PathMovetoAbs diff -crB pythonmagick_src_orig/_PathMovetoRel.cpp pythonmagick_src/_PathMovetoRel.cpp *** pythonmagick_src_orig/_PathMovetoRel.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathMovetoRel.cpp 2011-02-28 00:21:56.278698776 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathMovetoRel_Wrapper: Magick::PathMovetoRel --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathMovetoRel_Wrapper: Magick::PathMovetoRel diff -crB pythonmagick_src_orig/_PathQuadraticCurvetoAbs.cpp pythonmagick_src/_PathQuadraticCurvetoAbs.cpp *** pythonmagick_src_orig/_PathQuadraticCurvetoAbs.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathQuadraticCurvetoAbs.cpp 2011-02-27 23:38:49.386794575 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathQuadraticCurvetoAbs_Wrapper: Magick::PathQuadraticCurvetoAbs --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathQuadraticCurvetoAbs_Wrapper: Magick::PathQuadraticCurvetoAbs diff -crB pythonmagick_src_orig/_PathQuadraticCurvetoArgs.cpp pythonmagick_src/_PathQuadraticCurvetoArgs.cpp *** pythonmagick_src_orig/_PathQuadraticCurvetoArgs.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathQuadraticCurvetoArgs.cpp 2011-02-28 00:22:05.655324016 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include // Module ====================================================================== void Export_pyste_src_PathQuadraticCurvetoArgs() { --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + // Module ====================================================================== void Export_pyste_src_PathQuadraticCurvetoArgs() { diff -crB pythonmagick_src_orig/_PathQuadraticCurvetoRel.cpp pythonmagick_src/_PathQuadraticCurvetoRel.cpp *** pythonmagick_src_orig/_PathQuadraticCurvetoRel.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathQuadraticCurvetoRel.cpp 2011-02-28 00:20:29.689081335 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathQuadraticCurvetoRel_Wrapper: Magick::PathQuadraticCurvetoRel --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathQuadraticCurvetoRel_Wrapper: Magick::PathQuadraticCurvetoRel diff -crB pythonmagick_src_orig/_PathSmoothCurvetoAbs.cpp pythonmagick_src/_PathSmoothCurvetoAbs.cpp *** pythonmagick_src_orig/_PathSmoothCurvetoAbs.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathSmoothCurvetoAbs.cpp 2011-02-24 04:21:03.835775122 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathSmoothCurvetoAbs_Wrapper: Magick::PathSmoothCurvetoAbs --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathSmoothCurvetoAbs_Wrapper: Magick::PathSmoothCurvetoAbs diff -crB pythonmagick_src_orig/_PathSmoothCurvetoRel.cpp pythonmagick_src/_PathSmoothCurvetoRel.cpp *** pythonmagick_src_orig/_PathSmoothCurvetoRel.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathSmoothCurvetoRel.cpp 2011-02-28 00:22:19.695261985 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathSmoothCurvetoRel_Wrapper: Magick::PathSmoothCurvetoRel --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathSmoothCurvetoRel_Wrapper: Magick::PathSmoothCurvetoRel diff -crB pythonmagick_src_orig/_PathSmoothQuadraticCurvetoAbs.cpp pythonmagick_src/_PathSmoothQuadraticCurvetoAbs.cpp *** pythonmagick_src_orig/_PathSmoothQuadraticCurvetoAbs.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathSmoothQuadraticCurvetoAbs.cpp 2011-02-28 00:22:25.305237200 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathSmoothQuadraticCurvetoAbs_Wrapper: Magick::PathSmoothQuadraticCurvetoAbs --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathSmoothQuadraticCurvetoAbs_Wrapper: Magick::PathSmoothQuadraticCurvetoAbs diff -crB pythonmagick_src_orig/_PathSmoothQuadraticCurvetoRel.cpp pythonmagick_src/_PathSmoothQuadraticCurvetoRel.cpp *** pythonmagick_src_orig/_PathSmoothQuadraticCurvetoRel.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_PathSmoothQuadraticCurvetoRel.cpp 2011-02-28 00:22:31.288544099 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include namespace { struct Magick_PathSmoothQuadraticCurvetoRel_Wrapper: Magick::PathSmoothQuadraticCurvetoRel --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + namespace { struct Magick_PathSmoothQuadraticCurvetoRel_Wrapper: Magick::PathSmoothQuadraticCurvetoRel diff -crB pythonmagick_src_orig/_VPath.cpp pythonmagick_src/_VPath.cpp *** pythonmagick_src_orig/_VPath.cpp 2009-02-18 01:52:06.000000000 +0000 --- pythonmagick_src/_VPath.cpp 2011-02-28 00:29:27.006707416 +0000 *************** *** 6,17 **** // Includes ==================================================================== #include - // Using ======================================================================= - using namespace boost::python; - // Declarations ================================================================ #include // Module ====================================================================== void Export_pyste_src_VPath() { --- 6,17 ---- // Includes ==================================================================== #include // Declarations ================================================================ #include + // Using ======================================================================= + using namespace boost::python; + // Module ====================================================================== void Export_pyste_src_VPath() {