Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 358355 | Differences between
and this patch

Collapse All | Expand All

(-)PythonMagick-0.9.5/pythonmagick_src/_Drawable.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
// Module ======================================================================
15
// Module ======================================================================
16
void Export_pyste_src_Drawable()
16
void Export_pyste_src_Drawable()
17
{
17
{
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableAffine.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableAffine_Wrapper: Magick::DrawableAffine
17
struct Magick_DrawableAffine_Wrapper: Magick::DrawableAffine
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableArc.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableArc_Wrapper: Magick::DrawableArc
17
struct Magick_DrawableArc_Wrapper: Magick::DrawableArc
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableBezier.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableBezier_Wrapper: Magick::DrawableBezier
17
struct Magick_DrawableBezier_Wrapper: Magick::DrawableBezier
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableCircle.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableCircle_Wrapper: Magick::DrawableCircle
17
struct Magick_DrawableCircle_Wrapper: Magick::DrawableCircle
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableClipPath.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableClipPath_Wrapper: Magick::DrawableClipPath
17
struct Magick_DrawableClipPath_Wrapper: Magick::DrawableClipPath
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableColor.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableColor_Wrapper: Magick::DrawableColor
17
struct Magick_DrawableColor_Wrapper: Magick::DrawableColor
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableCompositeImage.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableCompositeImage_Wrapper: Magick::DrawableCompositeImage
17
struct Magick_DrawableCompositeImage_Wrapper: Magick::DrawableCompositeImage
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableDashArray.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableDashArray_Wrapper: Magick::DrawableDashArray
17
struct Magick_DrawableDashArray_Wrapper: Magick::DrawableDashArray
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableDashOffset.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableDashOffset_Wrapper: Magick::DrawableDashOffset
17
struct Magick_DrawableDashOffset_Wrapper: Magick::DrawableDashOffset
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableEllipse.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableEllipse_Wrapper: Magick::DrawableEllipse
17
struct Magick_DrawableEllipse_Wrapper: Magick::DrawableEllipse
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableFillColor.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableFillColor_Wrapper: Magick::DrawableFillColor
17
struct Magick_DrawableFillColor_Wrapper: Magick::DrawableFillColor
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableFillOpacity.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableFillOpacity_Wrapper: Magick::DrawableFillOpacity
17
struct Magick_DrawableFillOpacity_Wrapper: Magick::DrawableFillOpacity
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableFillRule.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableFillRule_Wrapper: Magick::DrawableFillRule
17
struct Magick_DrawableFillRule_Wrapper: Magick::DrawableFillRule
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableFont.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableFont_Wrapper: Magick::DrawableFont
17
struct Magick_DrawableFont_Wrapper: Magick::DrawableFont
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableGravity.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableGravity_Wrapper: Magick::DrawableGravity
17
struct Magick_DrawableGravity_Wrapper: Magick::DrawableGravity
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableLine.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableLine_Wrapper: Magick::DrawableLine
17
struct Magick_DrawableLine_Wrapper: Magick::DrawableLine
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableMatte.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableMatte_Wrapper: Magick::DrawableMatte
17
struct Magick_DrawableMatte_Wrapper: Magick::DrawableMatte
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableMiterLimit.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableMiterLimit_Wrapper: Magick::DrawableMiterLimit
17
struct Magick_DrawableMiterLimit_Wrapper: Magick::DrawableMiterLimit
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawablePath.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawablePath_Wrapper: Magick::DrawablePath
17
struct Magick_DrawablePath_Wrapper: Magick::DrawablePath
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawablePoint.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawablePoint_Wrapper: Magick::DrawablePoint
17
struct Magick_DrawablePoint_Wrapper: Magick::DrawablePoint
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawablePointSize.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawablePointSize_Wrapper: Magick::DrawablePointSize
17
struct Magick_DrawablePointSize_Wrapper: Magick::DrawablePointSize
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawablePolygon.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawablePolygon_Wrapper: Magick::DrawablePolygon
17
struct Magick_DrawablePolygon_Wrapper: Magick::DrawablePolygon
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawablePolyline.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawablePolyline_Wrapper: Magick::DrawablePolyline
17
struct Magick_DrawablePolyline_Wrapper: Magick::DrawablePolyline
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawablePopClipPath.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawablePopClipPath_Wrapper: Magick::DrawablePopClipPath
17
struct Magick_DrawablePopClipPath_Wrapper: Magick::DrawablePopClipPath
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawablePopGraphicContext.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawablePopGraphicContext_Wrapper: Magick::DrawablePopGraphicContext
17
struct Magick_DrawablePopGraphicContext_Wrapper: Magick::DrawablePopGraphicContext
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawablePopPattern.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawablePopPattern_Wrapper: Magick::DrawablePopPattern
17
struct Magick_DrawablePopPattern_Wrapper: Magick::DrawablePopPattern
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawablePushClipPath.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawablePushClipPath_Wrapper: Magick::DrawablePushClipPath
17
struct Magick_DrawablePushClipPath_Wrapper: Magick::DrawablePushClipPath
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawablePushGraphicContext.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawablePushGraphicContext_Wrapper: Magick::DrawablePushGraphicContext
17
struct Magick_DrawablePushGraphicContext_Wrapper: Magick::DrawablePushGraphicContext
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawablePushPattern.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawablePushPattern_Wrapper: Magick::DrawablePushPattern
17
struct Magick_DrawablePushPattern_Wrapper: Magick::DrawablePushPattern
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableRectangle.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableRectangle_Wrapper: Magick::DrawableRectangle
17
struct Magick_DrawableRectangle_Wrapper: Magick::DrawableRectangle
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableRotation.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableRotation_Wrapper: Magick::DrawableRotation
17
struct Magick_DrawableRotation_Wrapper: Magick::DrawableRotation
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableRoundRectangle.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableRoundRectangle_Wrapper: Magick::DrawableRoundRectangle
17
struct Magick_DrawableRoundRectangle_Wrapper: Magick::DrawableRoundRectangle
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableScaling.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableScaling_Wrapper: Magick::DrawableScaling
17
struct Magick_DrawableScaling_Wrapper: Magick::DrawableScaling
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableSkewX.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableSkewX_Wrapper: Magick::DrawableSkewX
17
struct Magick_DrawableSkewX_Wrapper: Magick::DrawableSkewX
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableSkewY.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableSkewY_Wrapper: Magick::DrawableSkewY
17
struct Magick_DrawableSkewY_Wrapper: Magick::DrawableSkewY
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableStrokeAntialias.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableStrokeAntialias_Wrapper: Magick::DrawableStrokeAntialias
17
struct Magick_DrawableStrokeAntialias_Wrapper: Magick::DrawableStrokeAntialias
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableStrokeColor.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableStrokeColor_Wrapper: Magick::DrawableStrokeColor
17
struct Magick_DrawableStrokeColor_Wrapper: Magick::DrawableStrokeColor
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableStrokeLineCap.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableStrokeLineCap_Wrapper: Magick::DrawableStrokeLineCap
17
struct Magick_DrawableStrokeLineCap_Wrapper: Magick::DrawableStrokeLineCap
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableStrokeLineJoin.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableStrokeLineJoin_Wrapper: Magick::DrawableStrokeLineJoin
17
struct Magick_DrawableStrokeLineJoin_Wrapper: Magick::DrawableStrokeLineJoin
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableStrokeOpacity.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableStrokeOpacity_Wrapper: Magick::DrawableStrokeOpacity
17
struct Magick_DrawableStrokeOpacity_Wrapper: Magick::DrawableStrokeOpacity
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableStrokeWidth.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableStrokeWidth_Wrapper: Magick::DrawableStrokeWidth
17
struct Magick_DrawableStrokeWidth_Wrapper: Magick::DrawableStrokeWidth
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableText.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableText_Wrapper: Magick::DrawableText
17
struct Magick_DrawableText_Wrapper: Magick::DrawableText
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableTextAntialias.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableTextAntialias_Wrapper: Magick::DrawableTextAntialias
17
struct Magick_DrawableTextAntialias_Wrapper: Magick::DrawableTextAntialias
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableTextDecoration.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableTextDecoration_Wrapper: Magick::DrawableTextDecoration
17
struct Magick_DrawableTextDecoration_Wrapper: Magick::DrawableTextDecoration
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableTextUnderColor.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableTextUnderColor_Wrapper: Magick::DrawableTextUnderColor
17
struct Magick_DrawableTextUnderColor_Wrapper: Magick::DrawableTextUnderColor
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableTranslation.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableTranslation_Wrapper: Magick::DrawableTranslation
17
struct Magick_DrawableTranslation_Wrapper: Magick::DrawableTranslation
(-)PythonMagick-0.9.5/pythonmagick_src/_DrawableViewbox.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_DrawableViewbox_Wrapper: Magick::DrawableViewbox
17
struct Magick_DrawableViewbox_Wrapper: Magick::DrawableViewbox
(-)PythonMagick-0.9.5/pythonmagick_src/_PathArcAbs.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathArcAbs_Wrapper: Magick::PathArcAbs
17
struct Magick_PathArcAbs_Wrapper: Magick::PathArcAbs
(-)PythonMagick-0.9.5/pythonmagick_src/_PathArcArgs.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
// Module ======================================================================
15
// Module ======================================================================
16
void Export_pyste_src_PathArcArgs()
16
void Export_pyste_src_PathArcArgs()
17
{
17
{
(-)PythonMagick-0.9.5/pythonmagick_src/_PathArcRel.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathArcRel_Wrapper: Magick::PathArcRel
17
struct Magick_PathArcRel_Wrapper: Magick::PathArcRel
(-)PythonMagick-0.9.5/pythonmagick_src/_PathClosePath.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathClosePath_Wrapper: Magick::PathClosePath
17
struct Magick_PathClosePath_Wrapper: Magick::PathClosePath
(-)PythonMagick-0.9.5/pythonmagick_src/_PathCurvetoAbs.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathCurvetoAbs_Wrapper: Magick::PathCurvetoAbs
17
struct Magick_PathCurvetoAbs_Wrapper: Magick::PathCurvetoAbs
(-)PythonMagick-0.9.5/pythonmagick_src/_PathCurvetoArgs.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
// Module ======================================================================
15
// Module ======================================================================
16
void Export_pyste_src_PathCurvetoArgs()
16
void Export_pyste_src_PathCurvetoArgs()
17
{
17
{
(-)PythonMagick-0.9.5/pythonmagick_src/_PathCurvetoRel.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathCurvetoRel_Wrapper: Magick::PathCurvetoRel
17
struct Magick_PathCurvetoRel_Wrapper: Magick::PathCurvetoRel
(-)PythonMagick-0.9.5/pythonmagick_src/_PathLinetoAbs.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathLinetoAbs_Wrapper: Magick::PathLinetoAbs
17
struct Magick_PathLinetoAbs_Wrapper: Magick::PathLinetoAbs
(-)PythonMagick-0.9.5/pythonmagick_src/_PathLinetoHorizontalAbs.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathLinetoHorizontalAbs_Wrapper: Magick::PathLinetoHorizontalAbs
17
struct Magick_PathLinetoHorizontalAbs_Wrapper: Magick::PathLinetoHorizontalAbs
(-)PythonMagick-0.9.5/pythonmagick_src/_PathLinetoHorizontalRel.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathLinetoHorizontalRel_Wrapper: Magick::PathLinetoHorizontalRel
17
struct Magick_PathLinetoHorizontalRel_Wrapper: Magick::PathLinetoHorizontalRel
(-)PythonMagick-0.9.5/pythonmagick_src/_PathLinetoRel.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathLinetoRel_Wrapper: Magick::PathLinetoRel
17
struct Magick_PathLinetoRel_Wrapper: Magick::PathLinetoRel
(-)PythonMagick-0.9.5/pythonmagick_src/_PathLinetoVerticalAbs.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathLinetoVerticalAbs_Wrapper: Magick::PathLinetoVerticalAbs
17
struct Magick_PathLinetoVerticalAbs_Wrapper: Magick::PathLinetoVerticalAbs
(-)PythonMagick-0.9.5/pythonmagick_src/_PathLinetoVerticalRel.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathLinetoVerticalRel_Wrapper: Magick::PathLinetoVerticalRel
17
struct Magick_PathLinetoVerticalRel_Wrapper: Magick::PathLinetoVerticalRel
(-)PythonMagick-0.9.5/pythonmagick_src/_PathMovetoAbs.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathMovetoAbs_Wrapper: Magick::PathMovetoAbs
17
struct Magick_PathMovetoAbs_Wrapper: Magick::PathMovetoAbs
(-)PythonMagick-0.9.5/pythonmagick_src/_PathMovetoRel.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathMovetoRel_Wrapper: Magick::PathMovetoRel
17
struct Magick_PathMovetoRel_Wrapper: Magick::PathMovetoRel
(-)PythonMagick-0.9.5/pythonmagick_src/_PathQuadraticCurvetoAbs.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathQuadraticCurvetoAbs_Wrapper: Magick::PathQuadraticCurvetoAbs
17
struct Magick_PathQuadraticCurvetoAbs_Wrapper: Magick::PathQuadraticCurvetoAbs
(-)PythonMagick-0.9.5/pythonmagick_src/_PathQuadraticCurvetoArgs.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
// Module ======================================================================
15
// Module ======================================================================
16
void Export_pyste_src_PathQuadraticCurvetoArgs()
16
void Export_pyste_src_PathQuadraticCurvetoArgs()
17
{
17
{
(-)PythonMagick-0.9.5/pythonmagick_src/_PathQuadraticCurvetoRel.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathQuadraticCurvetoRel_Wrapper: Magick::PathQuadraticCurvetoRel
17
struct Magick_PathQuadraticCurvetoRel_Wrapper: Magick::PathQuadraticCurvetoRel
(-)PythonMagick-0.9.5/pythonmagick_src/_PathSmoothCurvetoAbs.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathSmoothCurvetoAbs_Wrapper: Magick::PathSmoothCurvetoAbs
17
struct Magick_PathSmoothCurvetoAbs_Wrapper: Magick::PathSmoothCurvetoAbs
(-)PythonMagick-0.9.5/pythonmagick_src/_PathSmoothCurvetoRel.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathSmoothCurvetoRel_Wrapper: Magick::PathSmoothCurvetoRel
17
struct Magick_PathSmoothCurvetoRel_Wrapper: Magick::PathSmoothCurvetoRel
(-)PythonMagick-0.9.5/pythonmagick_src/_PathSmoothQuadraticCurvetoAbs.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathSmoothQuadraticCurvetoAbs_Wrapper: Magick::PathSmoothQuadraticCurvetoAbs
17
struct Magick_PathSmoothQuadraticCurvetoAbs_Wrapper: Magick::PathSmoothQuadraticCurvetoAbs
(-)PythonMagick-0.9.5/pythonmagick_src/_PathSmoothQuadraticCurvetoRel.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
namespace  {
15
namespace  {
16
16
17
struct Magick_PathSmoothQuadraticCurvetoRel_Wrapper: Magick::PathSmoothQuadraticCurvetoRel
17
struct Magick_PathSmoothQuadraticCurvetoRel_Wrapper: Magick::PathSmoothQuadraticCurvetoRel
(-)PythonMagick-0.9.5/pythonmagick_src/_VPath.cpp (-3 / +3 lines)
Lines 6-17 Link Here
6
// Includes ====================================================================
6
// Includes ====================================================================
7
#include <Magick++/Drawable.h>
7
#include <Magick++/Drawable.h>
8
8
9
// Using =======================================================================
10
using namespace boost::python;
11
12
// Declarations ================================================================
9
// Declarations ================================================================
13
#include <Magick++.h>
10
#include <Magick++.h>
14
11
12
// Using =======================================================================
13
using namespace boost::python;
14
15
// Module ======================================================================
15
// Module ======================================================================
16
void Export_pyste_src_VPath()
16
void Export_pyste_src_VPath()
17
{
17
{

Return to bug 358355