Lines Matching refs:Magick

13 #include "Magick++/Include.h"
17 #include "Magick++/Drawable.h"
18 #include "Magick++/Image.h"
22 MagickPPExport int Magick::operator == (const Magick::Coordinate& left_,
23 const Magick::Coordinate& right_)
28 MagickPPExport int Magick::operator != (const Magick::Coordinate& left_,
29 const Magick::Coordinate& right_)
34 MagickPPExport int Magick::operator > (const Magick::Coordinate& left_,
35 const Magick::Coordinate& right_)
40 MagickPPExport int Magick::operator < (const Magick::Coordinate& left_,
41 const Magick::Coordinate& right_)
48 MagickPPExport int Magick::operator >= (const Magick::Coordinate& left_,
49 const Magick::Coordinate& right_)
54 MagickPPExport int Magick::operator <= (const Magick::Coordinate& left_,
55 const Magick::Coordinate& right_)
61 Magick::DrawableBase::DrawableBase()
65 Magick::DrawableBase::~DrawableBase(void)
69 void Magick::DrawableBase::operator()(MagickCore::DrawingWand * context_) const
74 Magick::DrawableBase* Magick::DrawableBase::copy() const
80 Magick::Drawable::Drawable(void)
81 : dp((Magick::DrawableBase *) NULL)
85 Magick::Drawable::Drawable(const Magick::DrawableBase& original_)
90 Magick::Drawable::~Drawable(void)
93 dp=(Magick::DrawableBase *) NULL;
96 Magick::Drawable::Drawable(const Magick::Drawable& original_)
97 : dp((original_.dp != (Magick::DrawableBase *) NULL ? original_.dp->copy() :
98 (Magick::DrawableBase *) NULL))
102 Magick::Drawable& Magick::Drawable::operator= (
103 const Magick::Drawable& original_)
110 temp_dp=(original_.dp != (Magick::DrawableBase *) NULL ?
111 original_.dp->copy() : (Magick::DrawableBase *) NULL);
118 void Magick::Drawable::operator()(MagickCore::DrawingWand * context_) const
120 if (dp != (Magick::DrawableBase *) NULL)
125 Magick::VPathBase::~VPathBase ( void )
130 Magick::VPath::VPath ( void )
136 Magick::VPath::VPath ( const Magick::VPathBase& original_ )
142 /* virtual */ Magick::VPath::~VPath ( void )
149 Magick::VPath::VPath ( const Magick::VPath& original_ )
155 Magick::VPath& Magick::VPath::operator= (const Magick::VPath& original_ )
167 void Magick::VPath::operator()( MagickCore::DrawingWand * context_ ) const
173 MagickPPExport int Magick::operator == ( const Magick::VPath& /*left_*/,
174 const Magick::VPath& /*right_*/ )
178 MagickPPExport int Magick::operator != ( const Magick::VPath& /*left_*/,
179 const Magick::VPath& /*right_*/ )
183 MagickPPExport int Magick::operator > ( const Magick::VPath& /*left_*/,
184 const Magick::VPath& /*right_*/ )
188 MagickPPExport int Magick::operator < ( const Magick::VPath& /*left_*/,
189 const Magick::VPath& /*right_*/ )
193 MagickPPExport int Magick::operator >= ( const Magick::VPath& left_,
194 const Magick::VPath& right_ )
198 MagickPPExport int Magick::operator <= ( const Magick::VPath& left_,
199 const Magick::VPath& right_ )
209 Magick::DrawableAffine::DrawableAffine( double sx_, double sy_,
220 Magick::DrawableAffine::DrawableAffine( void )
224 Magick::DrawableAffine::~DrawableAffine( void )
227 void Magick::DrawableAffine::operator()( MagickCore::DrawingWand * context_ ) const
231 Magick::DrawableBase* Magick::DrawableAffine::copy() const
236 Magick::DrawableAlpha::~DrawableAlpha(void)
240 void Magick::DrawableAlpha::operator()(MagickCore::DrawingWand * context_) const
245 Magick::DrawableBase* Magick::DrawableAlpha::copy() const
251 Magick::DrawableArc::~DrawableArc( void )
254 void Magick::DrawableArc::operator()( MagickCore::DrawingWand * context_ ) const
258 Magick::DrawableBase* Magick::DrawableArc::copy() const
267 Magick::DrawableBezier::DrawableBezier ( const CoordinateList &coordinates_ )
272 Magick::DrawableBezier::DrawableBezier( const Magick::DrawableBezier& original_ )
278 Magick::DrawableBezier::~DrawableBezier( void )
281 void Magick::DrawableBezier::operator()( MagickCore::DrawingWand * context_ ) const
300 Magick::DrawableBase* Magick::DrawableBezier::copy() const
307 Magick::DrawableBorderColor::DrawableBorderColor(const Magick::Color &color_)
312 Magick::DrawableBorderColor::DrawableBorderColor
313 (const Magick::DrawableBorderColor &original_)
319 Magick::DrawableBorderColor::~DrawableBorderColor(void)
323 void Magick::DrawableBorderColor::operator()(
339 void Magick::DrawableBorderColor::color(const Color &color_)
344 Magick::Color Magick::DrawableBorderColor::color(void) const
349 Magick::DrawableBase* Magick::DrawableBorderColor::copy() const
356 Magick::DrawableClipRule::DrawableClipRule(const FillRule fillRule_)
361 Magick::DrawableClipRule::~DrawableClipRule(void)
365 void Magick::DrawableClipRule::operator()(
371 void Magick::DrawableClipRule::fillRule(const FillRule fillRule_)
376 Magick::FillRule Magick::DrawableClipRule::fillRule(void) const
381 Magick::DrawableBase* Magick::DrawableClipRule::copy() const
388 Magick::DrawableClipUnits::DrawableClipUnits(const ClipPathUnits units_)
393 Magick::DrawableClipUnits::~DrawableClipUnits(void)
397 void Magick::DrawableClipUnits::operator()(
403 void Magick::DrawableClipUnits::units(const ClipPathUnits units_)
408 Magick::ClipPathUnits Magick::DrawableClipUnits::units(void) const
413 Magick::DrawableBase* Magick::DrawableClipUnits::copy() const
424 Magick::DrawablePopClipPath::~DrawablePopClipPath ( void )
427 void Magick::DrawablePopClipPath::operator() ( MagickCore::DrawingWand * context_ ) const
432 Magick::DrawableBase* Magick::DrawablePopClipPath::copy() const
438 Magick::DrawablePushClipPath::DrawablePushClipPath( const std::string &id_)
442 Magick::DrawablePushClipPath::DrawablePushClipPath
443 ( const Magick::DrawablePushClipPath& original_ ) //multithread safe const char*
448 Magick::DrawablePushClipPath::~DrawablePushClipPath( void )
451 void Magick::DrawablePushClipPath::operator()
457 Magick::DrawableBase* Magick::DrawablePushClipPath::copy() const
464 Magick::DrawableClipPath::DrawableClipPath( const std::string &id_ )
469 Magick::DrawableClipPath::DrawableClipPath ( const Magick::DrawableClipPath& original_ )
474 Magick::DrawableClipPath::~DrawableClipPath( void )
477 void Magick::DrawableClipPath::operator()( MagickCore::DrawingWand * context_ ) const
481 Magick::DrawableBase* Magick::DrawableClipPath::copy() const
487 Magick::DrawableCircle::~DrawableCircle ( void )
490 void Magick::DrawableCircle::operator()( MagickCore::DrawingWand * context_ ) const
494 Magick::DrawableBase* Magick::DrawableCircle::copy() const
500 Magick::DrawableColor::~DrawableColor( void )
503 void Magick::DrawableColor::operator()( MagickCore::DrawingWand * context_ ) const
507 Magick::DrawableBase* Magick::DrawableColor::copy() const
513 Magick::DrawableCompositeImage::DrawableCompositeImage
517 Magick::CompositeOperator composition_ )
526 Magick::DrawableCompositeImage::DrawableCompositeImage
529 const Magick::Image &image_,
530 Magick::CompositeOperator composition_ )
539 Magick::DrawableCompositeImage::DrawableCompositeImage
551 Magick::DrawableCompositeImage::DrawableCompositeImage
554 const Magick::Image &image_ )
563 Magick::DrawableCompositeImage::DrawableCompositeImage
576 Magick::DrawableCompositeImage::DrawableCompositeImage
578 const Magick::Image &image_ )
590 Magick::DrawableCompositeImage::DrawableCompositeImage
591 ( const Magick::DrawableCompositeImage& original_ )
592 : Magick::DrawableBase(original_),
601 Magick::DrawableCompositeImage::~DrawableCompositeImage( void )
606 Magick::DrawableCompositeImage& Magick::DrawableCompositeImage::operator=
607 (const Magick::DrawableCompositeImage& original_ )
623 void Magick::DrawableCompositeImage::filename( const std::string &filename_ )
629 std::string Magick::DrawableCompositeImage::filename( void ) const
634 void Magick::DrawableCompositeImage::image( const Magick::Image &image_ )
640 Magick::Image Magick::DrawableCompositeImage::image( void ) const
646 void Magick::DrawableCompositeImage::magick( std::string magick_ )
650 std::string Magick::DrawableCompositeImage::magick( void )
655 void Magick::DrawableCompositeImage::operator()
667 Magick::DrawableBase* Magick::DrawableCompositeImage::copy() const
672 Magick::DrawableDensity::DrawableDensity(const Point &density_)
677 Magick::DrawableDensity::DrawableDensity(const std::string &density_)
682 Magick::DrawableDensity::~DrawableDensity(void)
686 void Magick::DrawableDensity::operator()(
692 Magick::DrawableBase* Magick::DrawableDensity::copy() const
698 Magick::DrawableEllipse::~DrawableEllipse( void )
701 void Magick::DrawableEllipse::operator()
707 Magick::DrawableBase* Magick::DrawableEllipse::copy() const
713 Magick::DrawableFillColor::DrawableFillColor( const Magick::Color &color_ )
717 Magick::DrawableFillColor::DrawableFillColor
718 ( const Magick::DrawableFillColor& original_ )
723 Magick::DrawableFillColor::~DrawableFillColor( void )
726 void Magick::DrawableFillColor::operator()
735 Magick::DrawableBase* Magick::DrawableFillColor::copy() const
741 Magick::DrawableFillPatternUrl::DrawableFillPatternUrl(const std::string &url_)
746 Magick::DrawableFillPatternUrl::DrawableFillPatternUrl(
747 const Magick::DrawableFillPatternUrl& original_)
753 Magick::DrawableFillPatternUrl::~DrawableFillPatternUrl(void)
757 void Magick::DrawableFillPatternUrl::operator()(
763 void Magick::DrawableFillPatternUrl::url(const std::string &url_)
768 std::string Magick::DrawableFillPatternUrl::url(void) const
773 Magick::DrawableBase* Magick::DrawableFillPatternUrl::copy() const
779 Magick::DrawableFillRule::~DrawableFillRule ( void )
782 void Magick::DrawableFillRule::operator()
787 Magick::DrawableBase* Magick::DrawableFillRule::copy() const
792 Magick::DrawableFillOpacity::~DrawableFillOpacity(void)
796 void Magick::DrawableFillOpacity::operator()
802 Magick::DrawableBase* Magick::DrawableFillOpacity::copy() const
808 Magick::DrawableFont::DrawableFont ( const std::string &font_ )
811 _style(Magick::AnyStyle),
813 _stretch(Magick::NormalStretch)
816 Magick::DrawableFont::DrawableFont ( const std::string &family_,
817 Magick::StyleType style_,
819 Magick::StretchType stretch_ )
827 Magick::DrawableFont::DrawableFont ( const Magick::DrawableFont& original_ )
836 Magick::DrawableFont::~DrawableFont ( void )
839 void Magick::DrawableFont::operator()( MagickCore::DrawingWand * context_ ) const
862 Magick::DrawableBase* Magick::DrawableFont::copy() const
868 Magick::DrawableGravity::~DrawableGravity ( void )
871 void Magick::DrawableGravity::operator()
876 Magick::DrawableBase* Magick::DrawableGravity::copy() const
882 Magick::DrawableLine::~DrawableLine ( void )
885 void Magick::DrawableLine::operator()( MagickCore::DrawingWand * context_ ) const
889 Magick::DrawableBase* Magick::DrawableLine::copy() const
895 Magick::DrawablePath::DrawablePath ( const VPathList &path_ )
899 Magick::DrawablePath::DrawablePath ( const Magick::DrawablePath& original_ )
904 Magick::DrawablePath::~DrawablePath ( void )
907 void Magick::DrawablePath::operator()( MagickCore::DrawingWand * context_ ) const
917 Magick::DrawableBase* Magick::DrawablePath::copy() const
923 Magick::DrawablePoint::~DrawablePoint ( void )
926 void Magick::DrawablePoint::operator()( MagickCore::DrawingWand * context_ ) const
930 Magick::DrawableBase* Magick::DrawablePoint::copy() const
936 Magick::DrawablePointSize::~DrawablePointSize ( void )
939 void Magick::DrawablePointSize::operator()
944 Magick::DrawableBase* Magick::DrawablePointSize::copy() const
950 Magick::DrawablePolygon::DrawablePolygon ( const CoordinateList &coordinates_ )
954 Magick::DrawablePolygon::DrawablePolygon
955 ( const Magick::DrawablePolygon& original_ )
960 Magick::DrawablePolygon::~DrawablePolygon ( void )
963 void Magick::DrawablePolygon::operator()
983 Magick::DrawableBase* Magick::DrawablePolygon::copy() const
989 Magick::DrawablePolyline::DrawablePolyline
994 Magick::DrawablePolyline::DrawablePolyline
995 ( const Magick::DrawablePolyline& original_ )
1000 Magick::DrawablePolyline::~DrawablePolyline ( void )
1003 void Magick::DrawablePolyline::operator()
1023 Magick::DrawableBase* Magick::DrawablePolyline::copy() const
1029 Magick::DrawablePopGraphicContext::~DrawablePopGraphicContext ( void )
1032 void Magick::DrawablePopGraphicContext::operator()
1037 Magick::DrawableBase* Magick::DrawablePopGraphicContext::copy() const
1043 Magick::DrawablePushGraphicContext::~DrawablePushGraphicContext ( void )
1046 void Magick::DrawablePushGraphicContext::operator()
1051 Magick::DrawableBase* Magick::DrawablePushGraphicContext::copy() const
1057 Magick::DrawablePopPattern::~DrawablePopPattern ( void )
1060 void Magick::DrawablePopPattern::operator()
1065 Magick::DrawableBase* Magick::DrawablePopPattern::copy() const
1071 Magick::DrawablePushPattern::DrawablePushPattern
1081 Magick::DrawablePushPattern::DrawablePushPattern
1082 ( const Magick::DrawablePushPattern& original_ )
1091 Magick::DrawablePushPattern::~DrawablePushPattern ( void )
1094 void Magick::DrawablePushPattern::operator()
1099 Magick::DrawableBase* Magick::DrawablePushPattern::copy() const
1105 Magick::DrawableRectangle::~DrawableRectangle ( void )
1108 void Magick::DrawableRectangle::operator()
1114 Magick::DrawableBase* Magick::DrawableRectangle::copy() const
1120 Magick::DrawableRotation::~DrawableRotation ( void )
1123 void Magick::DrawableRotation::operator()
1128 Magick::DrawableBase* Magick::DrawableRotation::copy() const
1134 Magick::DrawableRoundRectangle::~DrawableRoundRectangle ( void )
1137 void Magick::DrawableRoundRectangle::operator()
1143 Magick::DrawableBase* Magick::DrawableRoundRectangle::copy() const
1149 Magick::DrawableScaling::~DrawableScaling ( void )
1152 void Magick::DrawableScaling::operator()
1157 Magick::DrawableBase* Magick::DrawableScaling::copy() const
1163 Magick::DrawableSkewX::~DrawableSkewX ( void )
1166 void Magick::DrawableSkewX::operator()
1171 Magick::DrawableBase* Magick::DrawableSkewX::copy() const
1177 Magick::DrawableSkewY::~DrawableSkewY ( void )
1180 void Magick::DrawableSkewY::operator()( MagickCore::DrawingWand * context_ ) const
1184 Magick::DrawableBase* Magick::DrawableSkewY::copy() const
1190 Magick::DrawableStrokeDashArray::DrawableStrokeDashArray(const double* dasharray_)
1197 Magick::DrawableStrokeDashArray::DrawableStrokeDashArray(
1198 const Magick::DrawableStrokeDashArray& original_)
1211 Magick::DrawableStrokeDashArray::~DrawableStrokeDashArray(void)
1218 Magick::DrawableStrokeDashArray& Magick::DrawableStrokeDashArray::operator=(
1219 const Magick::DrawableStrokeDashArray &original_)
1236 void Magick::DrawableStrokeDashArray::operator()(
1243 Magick::DrawableBase *Magick::DrawableStrokeDashArray::copy() const
1248 void Magick::DrawableStrokeDashArray::dasharray(const double* dasharray_)
1282 const double* Magick::DrawableStrokeDashArray::dasharray(void) const
1288 Magick::DrawableStrokeDashOffset::~DrawableStrokeDashOffset(void)
1292 void Magick::DrawableStrokeDashOffset::operator()
1298 Magick::DrawableBase* Magick::DrawableStrokeDashOffset::copy() const
1303 void Magick::DrawableStrokeDashOffset::offset(const double offset_)
1308 double Magick::DrawableStrokeDashOffset::offset(void) const
1314 Magick::DrawableStrokeLineCap::~DrawableStrokeLineCap ( void )
1317 void Magick::DrawableStrokeLineCap::operator()
1322 Magick::DrawableBase* Magick::DrawableStrokeLineCap::copy() const
1328 Magick::DrawableStrokeLineJoin::~DrawableStrokeLineJoin ( void )
1331 void Magick::DrawableStrokeLineJoin::operator()
1336 Magick::DrawableBase* Magick::DrawableStrokeLineJoin::copy() const
1342 Magick::DrawableMiterLimit::~DrawableMiterLimit ( void )
1345 void Magick::DrawableMiterLimit::operator()
1350 Magick::DrawableBase* Magick::DrawableMiterLimit::copy() const
1357 Magick::DrawableStrokePatternUrl::DrawableStrokePatternUrl(
1363 Magick::DrawableStrokePatternUrl::DrawableStrokePatternUrl(
1364 const Magick::DrawableStrokePatternUrl& original_)
1370 Magick::DrawableStrokePatternUrl::~DrawableStrokePatternUrl(void)
1374 void Magick::DrawableStrokePatternUrl::operator()(
1380 void Magick::DrawableStrokePatternUrl::url(const std::string &url_)
1385 std::string Magick::DrawableStrokePatternUrl::url(void) const
1390 Magick::DrawableBase* Magick::DrawableStrokePatternUrl::copy() const
1396 Magick::DrawableStrokeAntialias::~DrawableStrokeAntialias ( void )
1399 void Magick::DrawableStrokeAntialias::operator()
1405 Magick::DrawableBase* Magick::DrawableStrokeAntialias::copy() const
1411 Magick::DrawableStrokeColor::DrawableStrokeColor
1412 ( const Magick::Color &color_ )
1416 Magick::DrawableStrokeColor::DrawableStrokeColor
1417 ( const Magick::DrawableStrokeColor& original_ )
1422 Magick::DrawableStrokeColor::~DrawableStrokeColor ( void )
1425 void Magick::DrawableStrokeColor::operator()
1434 Magick::DrawableBase* Magick::DrawableStrokeColor::copy() const
1439 Magick::DrawableStrokeOpacity::~DrawableStrokeOpacity(void)
1443 void Magick::DrawableStrokeOpacity::operator()
1449 Magick::DrawableBase* Magick::DrawableStrokeOpacity::copy() const
1455 Magick::DrawableStrokeWidth::~DrawableStrokeWidth ( void )
1458 void Magick::DrawableStrokeWidth::operator()
1463 Magick::DrawableBase* Magick::DrawableStrokeWidth::copy() const
1469 Magick::DrawableText::DrawableText ( const double x_, const double y_,
1477 Magick::DrawableText::DrawableText ( const double x_, const double y_,
1485 Magick::DrawableText::DrawableText( const Magick::DrawableText& original_ )
1493 Magick::DrawableText::~DrawableText ( void )
1496 void Magick::DrawableText::operator()
1503 Magick::DrawableBase* Magick::DrawableText::copy() const
1509 Magick::DrawableTextAlignment::DrawableTextAlignment(
1510 Magick::AlignType alignment_)
1515 Magick::DrawableTextAlignment::DrawableTextAlignment
1516 (const Magick::DrawableTextAlignment &original_)
1522 Magick::DrawableTextAlignment::~DrawableTextAlignment(void)
1526 void Magick::DrawableTextAlignment::operator()(
1532 void Magick::DrawableTextAlignment::alignment(AlignType alignment_)
1537 Magick::AlignType Magick::DrawableTextAlignment::alignment(void) const
1542 Magick::DrawableBase* Magick::DrawableTextAlignment::copy() const
1548 Magick::DrawableTextAntialias::DrawableTextAntialias ( bool flag_ )
1552 Magick::DrawableTextAntialias::DrawableTextAntialias( const Magick::DrawableTextAntialias &original_ )
1557 Magick::DrawableTextAntialias::~DrawableTextAntialias ( void )
1560 void Magick::DrawableTextAntialias::operator()
1566 Magick::DrawableBase* Magick::DrawableTextAntialias::copy() const
1573 Magick::DrawableTextDecoration::DrawableTextDecoration
1574 ( Magick::DecorationType decoration_ )
1578 Magick::DrawableTextDecoration::DrawableTextDecoration
1579 ( const Magick::DrawableTextDecoration &original_ )
1584 Magick::DrawableTextDecoration::~DrawableTextDecoration( void )
1587 void Magick::DrawableTextDecoration::operator()
1592 Magick::DrawableBase* Magick::DrawableTextDecoration::copy() const
1598 Magick::DrawableTextDirection::DrawableTextDirection(
1604 Magick::DrawableTextDirection::~DrawableTextDirection(void)
1608 void Magick::DrawableTextDirection::operator()(
1614 void Magick::DrawableTextDirection::direction(DirectionType direction_)
1619 Magick::DirectionType Magick::DrawableTextDirection::direction(void) const
1624 Magick::DrawableBase *Magick::DrawableTextDirection::copy() const
1630 Magick::DrawableTextInterlineSpacing::DrawableTextInterlineSpacing(
1636 Magick::DrawableTextInterlineSpacing::~DrawableTextInterlineSpacing(void)
1640 void Magick::DrawableTextInterlineSpacing::operator()(
1646 void Magick::DrawableTextInterlineSpacing::spacing(double spacing_)
1651 double Magick::DrawableTextInterlineSpacing::spacing(void) const
1656 Magick::DrawableBase *Magick::DrawableTextInterlineSpacing::copy() const
1662 Magick::DrawableTextInterwordSpacing::DrawableTextInterwordSpacing(
1668 Magick::DrawableTextInterwordSpacing::~DrawableTextInterwordSpacing(void)
1672 void Magick::DrawableTextInterwordSpacing::operator()(
1678 void Magick::DrawableTextInterwordSpacing::spacing(double spacing_)
1683 double Magick::DrawableTextInterwordSpacing::spacing(void) const
1688 Magick::DrawableBase *Magick::DrawableTextInterwordSpacing::copy() const
1694 Magick::DrawableTextKerning::DrawableTextKerning(
1700 Magick::DrawableTextKerning::~DrawableTextKerning(void)
1704 void Magick::DrawableTextKerning::operator()(
1710 void Magick::DrawableTextKerning::kerning(double kerning_)
1715 double Magick::DrawableTextKerning::kerning(void) const
1720 Magick::DrawableBase *Magick::DrawableTextKerning::copy() const
1726 Magick::DrawableTextUnderColor::DrawableTextUnderColor
1727 ( const Magick::Color &color_ )
1731 Magick::DrawableTextUnderColor::DrawableTextUnderColor
1732 ( const Magick::DrawableTextUnderColor& original_ )
1737 Magick::DrawableTextUnderColor::~DrawableTextUnderColor ( void )
1740 void Magick::DrawableTextUnderColor::operator()
1749 Magick::DrawableBase* Magick::DrawableTextUnderColor::copy() const
1755 Magick::DrawableTranslation::~DrawableTranslation ( void )
1758 void Magick::DrawableTranslation::operator()
1763 Magick::DrawableBase* Magick::DrawableTranslation::copy() const
1769 Magick::DrawableViewbox::~DrawableViewbox ( void )
1772 void Magick::DrawableViewbox::operator()
1777 Magick::DrawableBase* Magick::DrawableViewbox::copy() const
1789 MagickPPExport int Magick::operator == ( const Magick::PathArcArgs& /*left_*/,
1790 const Magick::PathArcArgs& /*right_*/ )
1794 MagickPPExport int Magick::operator != ( const Magick::PathArcArgs& /*left_*/,
1795 const Magick::PathArcArgs& /*right_*/ )
1799 MagickPPExport int Magick::operator > ( const Magick::PathArcArgs& /*left_*/,
1800 const Magick::PathArcArgs& /*right_*/ )
1804 MagickPPExport int Magick::operator < ( const Magick::PathArcArgs& /*left_*/,
1805 const Magick::PathArcArgs& /*right_*/ )
1809 MagickPPExport int Magick::operator >= ( const Magick::PathArcArgs& left_,
1810 const Magick::PathArcArgs& right_ )
1814 MagickPPExport int Magick::operator <= ( const Magick::PathArcArgs& left_,
1815 const Magick::PathArcArgs& right_ )
1820 Magick::PathArcArgs::PathArcArgs( void )
1831 Magick::PathArcArgs::PathArcArgs( double radiusX_, double radiusY_,
1844 Magick::PathArcArgs::PathArcArgs( const Magick::PathArcArgs &original_ )
1855 Magick::PathArcArgs::~PathArcArgs ( void )
1860 Magick::PathArcAbs::PathArcAbs ( const Magick::PathArcArgs &coordinates_ )
1864 Magick::PathArcAbs::PathArcAbs ( const PathArcArgsList &coordinates_ )
1868 Magick::PathArcAbs::PathArcAbs ( const Magick::PathArcAbs& original_ )
1873 Magick::PathArcAbs::~PathArcAbs ( void )
1876 void Magick::PathArcAbs::operator()( MagickCore::DrawingWand * context_ ) const
1886 Magick::VPathBase* Magick::PathArcAbs::copy() const
1891 Magick::PathArcRel::PathArcRel ( const Magick::PathArcArgs &coordinates_ )
1895 Magick::PathArcRel::PathArcRel ( const PathArcArgsList &coordinates_ )
1899 Magick::PathArcRel::PathArcRel ( const Magick::PathArcRel& original_ )
1904 Magick::PathArcRel::~PathArcRel ( void )
1907 void Magick::PathArcRel::operator()( MagickCore::DrawingWand * context_ ) const
1917 Magick::VPathBase* Magick::PathArcRel::copy() const
1925 Magick::PathClosePath::~PathClosePath ( void )
1928 void Magick::PathClosePath::operator()( MagickCore::DrawingWand * context_ ) const
1932 Magick::VPathBase* Magick::PathClosePath::copy() const
1940 MagickPPExport int Magick::operator == ( const Magick::PathCurvetoArgs& /*left_*/,
1941 const Magick::PathCurvetoArgs& /*right_*/ )
1945 MagickPPExport int Magick::operator != ( const Magick::PathCurvetoArgs& /*left_*/,
1946 const Magick::PathCurvetoArgs& /*right_*/ )
1950 MagickPPExport int Magick::operator > ( const Magick::PathCurvetoArgs& /*left_*/,
1951 const Magick::PathCurvetoArgs& /*right_*/ )
1955 MagickPPExport int Magick::operator < ( const Magick::PathCurvetoArgs& /*left_*/,
1956 const Magick::PathCurvetoArgs& /*right_*/ )
1960 MagickPPExport int Magick::operator >= ( const Magick::PathCurvetoArgs& left_,
1961 const Magick::PathCurvetoArgs& right_ )
1965 MagickPPExport int Magick::operator <= ( const Magick::PathCurvetoArgs& left_,
1966 const Magick::PathCurvetoArgs& right_ )
1971 Magick::PathCurvetoArgs::PathCurvetoArgs( void )
1981 Magick::PathCurvetoArgs::PathCurvetoArgs( double x1_, double y1_,
1993 Magick::PathCurvetoArgs::PathCurvetoArgs( const PathCurvetoArgs &original_ )
2003 Magick::PathCurvetoArgs::~PathCurvetoArgs ( void )
2007 Magick::PathCurvetoAbs::PathCurvetoAbs ( const Magick::PathCurvetoArgs &args_ )
2011 Magick::PathCurvetoAbs::PathCurvetoAbs ( const PathCurveToArgsList &args_ )
2015 Magick::PathCurvetoAbs::PathCurvetoAbs
2016 ( const Magick::PathCurvetoAbs& original_ )
2021 Magick::PathCurvetoAbs::~PathCurvetoAbs ( void )
2024 void Magick::PathCurvetoAbs::operator()
2034 Magick::VPathBase* Magick::PathCurvetoAbs::copy() const
2038 Magick::PathCurvetoRel::PathCurvetoRel ( const Magick::PathCurvetoArgs &args_ )
2042 Magick::PathCurvetoRel::PathCurvetoRel ( const PathCurveToArgsList &args_ )
2046 Magick::PathCurvetoRel::PathCurvetoRel
2047 ( const Magick::PathCurvetoRel& original_ )
2052 Magick::PathCurvetoRel::~PathCurvetoRel ( void )
2055 void Magick::PathCurvetoRel::operator()
2065 Magick::VPathBase* Magick::PathCurvetoRel::copy() const
2069 Magick::PathSmoothCurvetoAbs::PathSmoothCurvetoAbs
2070 ( const Magick::Coordinate &coordinates_ )
2074 Magick::PathSmoothCurvetoAbs::PathSmoothCurvetoAbs
2079 Magick::PathSmoothCurvetoAbs::PathSmoothCurvetoAbs
2080 ( const Magick::PathSmoothCurvetoAbs& original_ )
2085 Magick::PathSmoothCurvetoAbs::~PathSmoothCurvetoAbs ( void )
2088 void Magick::PathSmoothCurvetoAbs::operator()
2101 Magick::VPathBase* Magick::PathSmoothCurvetoAbs::copy() const
2105 Magick::PathSmoothCurvetoRel::PathSmoothCurvetoRel
2106 ( const Magick::Coordinate &coordinates_ )
2110 Magick::PathSmoothCurvetoRel::PathSmoothCurvetoRel
2115 Magick::PathSmoothCurvetoRel::PathSmoothCurvetoRel
2116 ( const Magick::PathSmoothCurvetoRel& original_ )
2121 Magick::PathSmoothCurvetoRel::~PathSmoothCurvetoRel ( void )
2124 void Magick::PathSmoothCurvetoRel::operator()
2137 Magick::VPathBase* Magick::PathSmoothCurvetoRel::copy() const
2145 MagickPPExport int Magick::operator ==
2146 ( const Magick::PathQuadraticCurvetoArgs& /*left_*/,
2147 const Magick::PathQuadraticCurvetoArgs& /*right_*/ )
2151 MagickPPExport int Magick::operator !=
2152 ( const Magick::PathQuadraticCurvetoArgs& /*left_*/,
2153 const Magick::PathQuadraticCurvetoArgs& /*right_*/ )
2157 MagickPPExport int Magick::operator >
2158 ( const Magick::PathQuadraticCurvetoArgs& /*left_*/,
2159 const Magick::PathQuadraticCurvetoArgs& /*right_*/ )
2163 MagickPPExport int Magick::operator <
2164 ( const Magick::PathQuadraticCurvetoArgs& /*left_*/,
2165 const Magick::PathQuadraticCurvetoArgs& /*right_*/ )
2169 MagickPPExport int Magick::operator >=
2170 ( const Magick::PathQuadraticCurvetoArgs& left_,
2171 const Magick::PathQuadraticCurvetoArgs& right_ )
2175 MagickPPExport int Magick::operator <=
2176 ( const Magick::PathQuadraticCurvetoArgs& left_,
2177 const Magick::PathQuadraticCurvetoArgs& right_ )
2182 Magick::PathQuadraticCurvetoArgs::PathQuadraticCurvetoArgs( void )
2190 Magick::PathQuadraticCurvetoArgs::PathQuadraticCurvetoArgs( double x1_,
2201 Magick::PathQuadraticCurvetoArgs::PathQuadraticCurvetoArgs( const PathQuadraticCurvetoArgs &original_ )
2209 Magick::PathQuadraticCurvetoArgs::~PathQuadraticCurvetoArgs ( void )
2213 Magick::PathQuadraticCurvetoAbs::PathQuadraticCurvetoAbs
2214 ( const Magick::PathQuadraticCurvetoArgs &args_ )
2218 Magick::PathQuadraticCurvetoAbs::PathQuadraticCurvetoAbs
2223 Magick::PathQuadraticCurvetoAbs::PathQuadraticCurvetoAbs
2224 ( const Magick::PathQuadraticCurvetoAbs& original_ )
2229 Magick::PathQuadraticCurvetoAbs::~PathQuadraticCurvetoAbs ( void )
2232 void Magick::PathQuadraticCurvetoAbs::operator()
2242 Magick::VPathBase* Magick::PathQuadraticCurvetoAbs::copy() const
2246 Magick::PathQuadraticCurvetoRel::PathQuadraticCurvetoRel
2247 ( const Magick::PathQuadraticCurvetoArgs &args_ )
2251 Magick::PathQuadraticCurvetoRel::PathQuadraticCurvetoRel
2256 Magick::PathQuadraticCurvetoRel::PathQuadraticCurvetoRel
2257 ( const Magick::PathQuadraticCurvetoRel& original_ )
2262 Magick::PathQuadraticCurvetoRel::~PathQuadraticCurvetoRel ( void )
2265 void Magick::PathQuadraticCurvetoRel::operator()
2275 Magick::VPathBase* Magick::PathQuadraticCurvetoRel::copy() const
2279 Magick::PathSmoothQuadraticCurvetoAbs::PathSmoothQuadraticCurvetoAbs
2280 ( const Magick::Coordinate &coordinate_ )
2284 Magick::PathSmoothQuadraticCurvetoAbs::PathSmoothQuadraticCurvetoAbs
2289 Magick::PathSmoothQuadraticCurvetoAbs::PathSmoothQuadraticCurvetoAbs
2290 ( const Magick::PathSmoothQuadraticCurvetoAbs& original_ )
2295 Magick::PathSmoothQuadraticCurvetoAbs::~PathSmoothQuadraticCurvetoAbs ( void )
2298 void Magick::PathSmoothQuadraticCurvetoAbs::operator()
2307 Magick::VPathBase* Magick::PathSmoothQuadraticCurvetoAbs::copy() const
2311 Magick::PathSmoothQuadraticCurvetoRel::PathSmoothQuadraticCurvetoRel
2312 ( const Magick::Coordinate &coordinate_ )
2316 Magick::PathSmoothQuadraticCurvetoRel::PathSmoothQuadraticCurvetoRel
2321 Magick::PathSmoothQuadraticCurvetoRel::PathSmoothQuadraticCurvetoRel
2327 Magick::PathSmoothQuadraticCurvetoRel::~PathSmoothQuadraticCurvetoRel ( void )
2330 void Magick::PathSmoothQuadraticCurvetoRel::operator()
2339 Magick::VPathBase* Magick::PathSmoothQuadraticCurvetoRel::copy() const
2347 Magick::PathLinetoAbs::PathLinetoAbs ( const Magick::Coordinate& coordinate_ )
2351 Magick::PathLinetoAbs::PathLinetoAbs ( const CoordinateList &coordinates_ )
2355 Magick::PathLinetoAbs::PathLinetoAbs ( const Magick::PathLinetoAbs& original_ )
2360 Magick::PathLinetoAbs::~PathLinetoAbs ( void )
2363 void Magick::PathLinetoAbs::operator()( MagickCore::DrawingWand * context_ ) const
2371 Magick::VPathBase* Magick::PathLinetoAbs::copy() const
2375 Magick::PathLinetoRel::PathLinetoRel ( const Magick::Coordinate& coordinate_ )
2379 Magick::PathLinetoRel::PathLinetoRel ( const CoordinateList &coordinates_ )
2383 Magick::PathLinetoRel::PathLinetoRel ( const Magick::PathLinetoRel& original_ )
2388 Magick::PathLinetoRel::~PathLinetoRel ( void )
2391 void Magick::PathLinetoRel::operator()( MagickCore::DrawingWand * context_ ) const
2399 Magick::VPathBase* Magick::PathLinetoRel::copy() const
2408 Magick::PathLinetoHorizontalAbs::~PathLinetoHorizontalAbs ( void )
2411 void Magick::PathLinetoHorizontalAbs::operator()
2416 Magick::VPathBase* Magick::PathLinetoHorizontalAbs::copy() const
2420 Magick::PathLinetoHorizontalRel::~PathLinetoHorizontalRel ( void )
2423 void Magick::PathLinetoHorizontalRel::operator()
2428 Magick::VPathBase* Magick::PathLinetoHorizontalRel::copy() const
2436 Magick::PathLinetoVerticalAbs::~PathLinetoVerticalAbs ( void )
2439 void Magick::PathLinetoVerticalAbs::operator()
2444 Magick::VPathBase* Magick::PathLinetoVerticalAbs::copy() const
2448 Magick::PathLinetoVerticalRel::~PathLinetoVerticalRel ( void )
2451 void Magick::PathLinetoVerticalRel::operator()
2456 Magick::VPathBase* Magick::PathLinetoVerticalRel::copy() const
2465 Magick::PathMovetoAbs::PathMovetoAbs ( const Magick::Coordinate &coordinate_ )
2469 Magick::PathMovetoAbs::PathMovetoAbs ( const CoordinateList &coordinates_ )
2473 Magick::PathMovetoAbs::PathMovetoAbs ( const Magick::PathMovetoAbs& original_ )
2478 Magick::PathMovetoAbs::~PathMovetoAbs ( void )
2481 void Magick::PathMovetoAbs::operator()( MagickCore::DrawingWand * context_ ) const
2489 Magick::VPathBase* Magick::PathMovetoAbs::copy() const
2493 Magick::PathMovetoRel::PathMovetoRel ( const Magick::Coordinate &coordinate_ )
2497 Magick::PathMovetoRel::PathMovetoRel ( const CoordinateList &coordinates_ )
2501 Magick::PathMovetoRel::PathMovetoRel ( const Magick::PathMovetoRel& original_ )
2506 Magick::PathMovetoRel::~PathMovetoRel ( void )
2509 void Magick::PathMovetoRel::operator()( MagickCore::DrawingWand * context_ ) const
2517 Magick::VPathBase* Magick::PathMovetoRel::copy() const
2523 // template class std::vector<Magick::Coordinate>;
2524 // template class std::vector<const Magick::Drawable>;
2525 // template class std::vector<const Magick::PathArcArgs>;
2526 // template class std::vector<const Magick::PathCurvetoArgs>;
2527 // template class std::vector<const Magick::PathQuadraticCurvetoArgs>;
2528 // template class std::vector<const Magick::VPath>;